*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#fafafa;color:#1a1a1a}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;position:relative;background:linear-gradient(135deg,#667eea,#764ba2 25%,#f093fb 50%,#4facfe 75%,#00f2fe);background-size:400% 400%;animation:gradientShift 15s ease infinite;overflow:hidden}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-icons{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.hero-icon{position:absolute;opacity:.2;animation:float 6s ease-in-out infinite;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));color:hsla(0,0%,100%,.9);transform-origin:center;width:clamp(40px,6.2vw,90px);height:clamp(40px,6.2vw,90px);display:flex;align-items:center;justify-content:center}.hero-icon svg{width:100%;height:100%}.hero-icon.icon-1{top:20%;left:25%;animation-delay:0s}.hero-icon.icon-3{top:5%;left:36%;animation-delay:.6s}.hero-icon.icon-4{top:5%;right:29%;animation-delay:.2s}.hero-icon.icon-5{top:5%;right:15%;animation-delay:1.2s}.hero-icon.icon-7{top:26%;left:10%;animation-delay:1.5s}.hero-icon.icon-8{top:25%;left:2%;animation-delay:.4s}.hero-icon.icon-9{bottom:25%;left:2%;animation-delay:.8s}.hero-icon.icon-10{bottom:8%;left:8%;animation-delay:1.8s}.hero-icon.icon-12{bottom:24%;left:17%;animation-delay:1s}.hero-icon.icon-13{bottom:5%;left:25%;animation-delay:1.3s}.hero-icon.icon-14{bottom:5%;right:25%;animation-delay:.9s}.hero-icon.icon-16{bottom:5%;right:9%;animation-delay:.6s}.hero-icon.icon-17{top:17%;right:4%;animation-delay:1.4s}.hero-icon.icon-18{top:65%;right:17%;animation-delay:1.6s}.hero-icon.icon-19{bottom:63%;right:19%;animation-delay:.8s}.hero-icon.icon-20{bottom:23%;right:2%;animation-delay:1.2s}.hero-icon.icon-21{top:8%;left:50%;transform:translateX(-50%);animation-delay:.4s}.hero-icon.icon-22{bottom:8%;left:50%;transform:translateX(-50%);animation-delay:1.5s}.hero-icon.icon-23{top:50%;left:8%;transform:translateY(-50%);animation-delay:.7s}.hero-icon.icon-24{top:44%;right:8%;transform:translateY(-50%);animation-delay:1.3s}.hero-icon.icon-25{top:5%;left:15%;animation-delay:1.7s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-5deg)}75%{transform:translateY(-15px) rotate(3deg)}}.hero-content{text-align:center;max-width:800px;width:100%;position:relative;z-index:10}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;color:#fff;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-divider{width:60px;height:3px;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,.8));margin:0 auto 2rem;border-radius:2px;box-shadow:0 2px 10px hsla(0,0%,100%,.3)}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:300;color:hsla(0,0%,100%,.95);line-height:1.6;max-width:600px;margin:0 auto;text-shadow:0 2px 10px rgba(0,0,0,.2)}.section{padding:5rem 0;position:relative}.contact-section{background:#0a0a0a;color:#fff}.contact-section .section-title{color:#fff}.section-alt{background:linear-gradient(135deg,#2d2d4e,#2a3a5e 25%,#1e4a7e 50%,#5a4a8e 75%,#2d2d4e);background-size:400% 400%;animation:gradientShift 20s ease infinite;color:#fff;position:relative;overflow:hidden}.section-alt:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(240,147,251,.25),rgba(102,126,234,.25) 25%,rgba(118,75,162,.25) 50%,rgba(102,126,234,.25) 75%,rgba(240,147,251,.25));background-size:300% 300%;animation:gradientShift 12s ease infinite;pointer-events:none;z-index:0}.section-alt .container{position:relative;z-index:1}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;color:inherit}.section-alt .section-title{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.3);margin-bottom:1.5rem}.section-divider{width:80px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);margin:0 auto;border-radius:2px}.contact-section .section-divider,.section-alt .section-divider{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.6),transparent);box-shadow:0 0 20px rgba(102,126,234,.5)}.section-alt .section-divider{width:100px;height:4px}.section-content{max-width:800px;margin:0 auto;text-align:center}.section-text{font-size:1.125rem;line-height:1.8;color:rgba(0,0,0,.7);max-width:700px;margin:0 auto}.features-grid{display:flex;flex-direction:row;gap:2rem;margin-top:4rem;max-width:1400px;margin-left:auto;margin-right:auto;justify-content:center;flex-wrap:nowrap;overflow-x:auto;padding:1rem 0;scrollbar-width:none;-ms-overflow-style:none}.features-grid::-webkit-scrollbar{display:none}.feature-card{background:rgba(26,26,46,.7);padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.2),0 1px 4px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.1);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(102,126,234,.2);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;min-height:320px;flex:0 0 auto;width:280px}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb,#667eea);background-size:200% 100%;transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1);animation:gradientShift 3s ease infinite}.feature-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.15) 0,rgba(118,75,162,.1) 50%,transparent 70%);opacity:1;transition:opacity .4s ease;pointer-events:none;animation:pulseGlow 4s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.feature-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 8px 24px rgba(102,126,234,.2),0 2px 8px rgba(118,75,162,.15),inset 0 1px 0 hsla(0,0%,100%,.15);border-color:rgba(102,126,234,.5);background:rgba(30,30,50,.9)}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover:after{opacity:1}.feature-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;margin:0 auto 2rem;border-radius:24px;background:linear-gradient(135deg,rgba(102,126,234,.2),rgba(118,75,162,.2));transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;z-index:1;box-shadow:0 2px 8px rgba(102,126,234,.2);border:1px solid rgba(102,126,234,.3)}.feature-card:hover .feature-icon-wrapper{transform:scale(1.15) rotate(5deg);background:linear-gradient(135deg,rgba(102,126,234,.35),rgba(118,75,162,.35));box-shadow:0 4px 12px rgba(102,126,234,.25),0 0 8px rgba(118,75,162,.15);border-color:rgba(102,126,234,.6)}.feature-icon{width:48px;height:48px;color:#8b9aff;stroke-width:2;transition:all .5s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feature-icon{color:#a78bfa;transform:scale(1.1)}.feature-title{font-size:1.625rem;font-weight:700;margin-bottom:1.25rem;color:#fff;letter-spacing:-.02em;transition:color .3s ease;z-index:1;position:relative}.feature-card:hover .feature-title{color:#8b9aff}.feature-text{font-size:1.0625rem;line-height:1.75;color:hsla(0,0%,100%,.8);margin:0;z-index:1;position:relative;max-width:100%}.technologies-section{background:#0a0a0a;overflow:hidden;color:#fff}.technologies-section .section-title{color:#fff}.technologies-container{width:100%;overflow:hidden;position:relative;padding:2rem 0;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.technologies-track{display:flex;gap:3rem;width:-moz-fit-content;width:fit-content;animation:scrollTechnologies 40s linear infinite;will-change:transform}.technologies-track:hover{animation-play-state:paused}.technology-item{flex-shrink:0;padding:1rem;background:transparent;border-radius:12px;transition:transform .3s ease;border:none;white-space:nowrap;display:flex;align-items:center;justify-content:center}.technology-item:hover{transform:translateY(-4px)}.tech-logo{width:64px;height:64px;flex-shrink:0;cursor:pointer;transition:all .3s ease;filter:drop-shadow(0 0 6px rgba(102,126,234,.5)) drop-shadow(0 0 10px rgba(102,126,234,.3))}.tech-logo:hover{opacity:.9;filter:drop-shadow(0 0 8px rgba(102,126,234,.6)) drop-shadow(0 0 14px rgba(102,126,234,.4));transform:scale(1.05)}@keyframes scrollTechnologies{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 1.5rem))}}.contact-content{max-width:600px;margin:0 auto;text-align:center}.contact-text{font-size:1.125rem;line-height:1.8;color:rgba(0,0,0,.7);margin-bottom:2rem}.contact-section .contact-text{color:hsla(0,0%,100%,.8)}.contact-info{gap:1rem}.contact-info,.contact-item{display:flex;flex-direction:column;align-items:center}.contact-item{gap:.5rem}.contact-label{font-weight:600;color:rgba(0,0,0,.6);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.contact-section .contact-label{color:hsla(0,0%,100%,.7)}.contact-value{font-size:1.25rem;color:#667eea;font-weight:500;background:linear-gradient(90deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer{background:#1a1a1a;color:#fafafa;padding:2rem 0;text-align:center}.footer-text{font-size:.9rem;color:hsla(0,0%,100%,.7)}@media (prefers-color-scheme:dark){body{background:#0a0a0a;color:#fafafa}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e 25%,#0f3460 50%,#533483 75%,#e94560);background-size:400% 400%}.hero-icon{opacity:.2}.section-alt{background:#000;color:#fff}.hero-subtitle,.section-text{color:hsla(0,0%,100%,.7)}.technologies-section{background:#0a0a0a}.technology-item{background:transparent;border:none}.tech-name{background:linear-gradient(90deg,#8b9aff,#a78bfa,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-alt .feature-card{background:rgba(26,26,46,.7);border-color:rgba(102,126,234,.2);box-shadow:0 4px 16px rgba(0,0,0,.2),0 1px 4px rgba(0,0,0,.15),inset 0 1px 0 hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.section-alt .feature-card:hover{box-shadow:0 8px 24px rgba(102,126,234,.2),0 2px 8px rgba(118,75,162,.15),inset 0 1px 0 hsla(0,0%,100%,.15);border-color:rgba(102,126,234,.5);background:rgba(30,30,50,.9)}.section-alt .feature-card:hover .feature-icon-wrapper{box-shadow:0 4px 12px rgba(102,126,234,.25),0 0 8px rgba(118,75,162,.15)}.section-alt .feature-title{color:#fff}.section-alt .feature-text{color:hsla(0,0%,100%,.8)}.feature-icon-wrapper{background:linear-gradient(135deg,rgba(102,126,234,.2),rgba(118,75,162,.2))}.feature-card:hover .feature-icon-wrapper{background:linear-gradient(135deg,rgba(102,126,234,.25),rgba(118,75,162,.25));box-shadow:0 8px 24px rgba(102,126,234,.4)}.feature-icon{color:#8b9aff}.feature-card:hover .feature-icon{color:#a78bfa}.feature-title{color:#fafafa}.feature-card:hover .feature-title{color:#8b9aff}.contact-text,.feature-text{color:hsla(0,0%,100%,.7)}.contact-label{color:hsla(0,0%,100%,.6)}.footer{background:#000}}@media (max-width:768px){.hero-icons{display:none}.section{padding:3rem 0}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2.5rem 2rem}.feature-icon-wrapper{width:70px;height:70px}.feature-icon{width:35px;height:35px}.technologies-track{gap:2rem}.technology-item{padding:.75rem}.tech-logo{width:48px;height:48px}}