*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:#0a0a0f;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.bg-grid{z-index:0;background-image:linear-gradient(#6366f108 1px,#0000 1px),linear-gradient(90deg,#6366f108 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:fixed;top:0;left:0}.glow-orb{filter:blur(100px);opacity:.3;z-index:0;border-radius:50%;width:500px;height:500px;animation:20s ease-in-out infinite float;position:fixed}.orb-1{background:radial-gradient(circle,#6366f1,#0000);top:-200px;right:-200px}.orb-2{background:radial-gradient(circle,#8b5cf6,#0000);animation-delay:-10s;bottom:-200px;left:-200px}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(100px,-100px)scale(1.1)}66%{transform:translate(-100px,100px)scale(.9)}}nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0a0a0fcc;border-bottom:1px solid #6366f11a;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:fixed;top:0}.logo{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#a0a0b0;font-size:.95rem;text-decoration:none;transition:all .3s;position:relative}.nav-links a:hover{color:#fff}.nav-links a:after{content:"";background:linear-gradient(90deg,#6366f1,#8b5cf6);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}.container{z-index:1;max-width:1400px;margin:0 auto;padding:0 5%;position:relative}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex}.hero h1{margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1;animation:1s fadeInUp}.gradient-text{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;animation:3s infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero p{color:#a0a0b0;max-width:700px;margin-bottom:3rem;font-size:1.3rem;animation:1s .2s backwards fadeInUp}.cta-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;animation:1s .4s backwards fadeInUp;box-shadow:0 10px 30px #6366f14d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #6366f180}.services{padding:6rem 0;position:relative}.section-title{text-align:center;margin-bottom:4rem;font-size:3rem;font-weight:700}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:8rem;display:grid}.service-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff08;border:1px solid #6366f133;border-radius:20px;padding:2.5rem;transition:all .4s}.service-card:hover{border-color:#6366f180;transform:translateY(-10px);box-shadow:0 20px 60px #6366f133}.service-icon{margin-bottom:1.5rem;font-size:3rem;display:inline-block}.service-card h3{background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:1.5rem}.service-card p{color:#a0a0b0;line-height:1.7}.projects-section{padding:6rem 0}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.project-card{cursor:pointer;background:#ffffff05;border:1px solid #6366f133;border-radius:24px;flex-direction:column;height:100%;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.project-card:before{content:"";opacity:0;z-index:0;pointer-events:none;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);transition:opacity .5s;position:absolute;inset:0}.project-card:hover:before{opacity:1}.project-card:hover{border-color:#6366f180;transform:translateY(-12px);box-shadow:0 30px 80px #6366f140}.project-image-container{background:linear-gradient(135deg,#1a1a2e,#16213e);width:100%;height:220px;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.project-card:hover .project-image{transform:scale(1.1)}.project-image-placeholder{background:linear-gradient(135deg,#1e1e32 0%,#2a2a4a 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;display:flex;position:relative}.project-image-placeholder:after{content:"";background:radial-gradient(circle,#6366f11a,#0000 70%);position:absolute;inset:0}.project-overlay{opacity:0;background:linear-gradient(#0000 0%,#0a0a0fcc 100%);transition:opacity .4s;position:absolute;inset:0}.project-card:hover .project-overlay{opacity:1}.project-content{z-index:1;flex-direction:column;flex:1;padding:1.5rem;display:flex;position:relative}.project-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.project-tag{color:#a78bfa;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#6366f126;border:1px solid #6366f14d;border-radius:24px;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;display:inline-block}.project-link{opacity:0;background:#6366f11a;border:1px solid #6366f14d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;transform:scale(.8)}.project-card:hover .project-link{opacity:1;transform:scale(1)}.project-link:hover{background:#6366f14d;border-color:#6366f199;transform:scale(1.1)}.project-card h3{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.project-card p{color:#a0a0b0;flex:1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:.7rem;margin-top:auto;display:flex}.tech-tag{color:#c4b5fd;background:#8b5cf61a;border:1px solid #8b5cf640;border-radius:10px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;transition:all .3s}.project-card:hover .tech-tag{background:#8b5cf633;border-color:#8b5cf666}footer{text-align:center;color:#a0a0b0;border-top:1px solid #6366f11a;padding:3rem 1rem;position:relative}.contact-text{-webkit-user-select:text;user-select:text;margin-top:.5rem;font-size:.9rem}@media (max-width:1200px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media (max-width:992px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.project-image-container{height:240px}.section-title{font-size:2.5rem}}@media (max-width:768px){.hero h1{font-size:3rem}.nav-links{display:none}.projects-grid{grid-template-columns:1fr;gap:2rem}.services-grid{grid-template-columns:1fr}.project-image-container{height:220px}.project-content{padding:1.5rem}.project-card h3{font-size:1.4rem}.section-title{font-size:2rem}.container{padding:0 4%}}@media (max-width:480px){.hero h1{font-size:2.2rem}.hero p{font-size:1.1rem}.project-image-container{height:200px}.project-header{flex-direction:column;align-items:flex-start}.project-link{position:absolute;top:1rem;right:1rem}}
