*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6;color:#e0e0e0;background:linear-gradient(135deg,#0a0e27,#0f1419);min-height:100vh}header{background:rgba(15,20,25,.9);padding:1.2rem 2rem;justify-content:space-between;border-bottom:1px solid rgba(0,153,255,.2);position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo,header{display:flex;align-items:center}.logo{gap:.8rem;text-decoration:none;font-weight:700;font-size:1.4rem;color:#09f;transition:all .3s}.logo:hover{color:#0cf}.logo-mark{width:40px;height:40px;background:linear-gradient(135deg,#09f,#07c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.2rem}nav{display:flex;gap:2.5rem}nav a{text-decoration:none;color:#b0b0b0;font-size:.95rem;font-weight:500;transition:all .3s;position:relative}nav a:hover{color:#09f}nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#09f,#0cf);border-radius:1px;transition:width .3s}nav a:hover:after{width:100%}.hero{background:linear-gradient(135deg,rgba(0,153,255,.05),rgba(0,20,50,.3));color:#fff;padding:8rem 2rem;text-align:center;position:relative;overflow:hidden;border-bottom:1px solid rgba(0,153,255,.15)}.hero:before{top:-50%;right:-15%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,153,255,.1) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%;filter:blur(40px)}.hero:after{bottom:-30%;left:5%;width:500px;height:500px;background:radial-gradient(circle,rgba(0,153,255,.08) 0,transparent 70%)}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:800;line-height:1.2;letter-spacing:-1px;background:linear-gradient(135deg,#0ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9;font-weight:300;color:silver}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.9rem 2.2rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;font-weight:600;transition:all .3s;letter-spacing:.3px}.btn-primary{background:linear-gradient(135deg,#09f,#07c);color:#fff;box-shadow:0 10px 30px rgba(0,153,255,.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,153,255,.5)}.btn-secondary{background:transparent;color:#09f;border:2px solid #09f}.btn-secondary:hover{background:rgba(0,153,255,.1);border-color:#0cf;color:#0cf}.services{padding:5rem 2rem;max-width:1200px;margin:0 auto}.services h2{text-align:center;font-size:2.8rem;margin-bottom:1rem;color:#fff;font-weight:800;background:linear-gradient(135deg,#0ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-subtitle{text-align:center;color:#909090;font-size:1.1rem;margin-bottom:3.5rem;font-weight:300}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2.5rem;gap:2.5rem}.service-card{background:rgba(15,20,30,.8);border-radius:12px;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(0,153,255,.2);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#09f,#0cf);opacity:0;transition:opacity .3s}.service-card:hover:before{opacity:1}.service-card:hover{border-color:#09f;box-shadow:0 20px 40px rgba(0,153,255,.2);transform:translateY(-8px);background:rgba(15,20,30,.95)}.service-icon{font-size:2.8rem;margin-bottom:1.5rem;display:inline-block}.service-card h3{font-size:1.6rem;margin-bottom:1.2rem;color:#fff;font-weight:700}.service-card ul{list-style:none;padding:0}.service-card li{color:#a0a0a0;padding:.7rem 0 .7rem 1.8rem;position:relative;font-size:.95rem;line-height:1.6;transition:color .3s}.service-card:hover li{color:#b5b5b5}.service-card li:before{content:"→";position:absolute;left:0;color:#09f;font-weight:700}.about{background:rgba(15,20,30,.5);padding:5rem 2rem;margin-top:2rem;border-top:1px solid rgba(0,153,255,.15);border-bottom:1px solid rgba(0,153,255,.15)}.about-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about h2{font-size:2.8rem;margin-bottom:1.5rem;color:#fff;font-weight:800;background:linear-gradient(135deg,#0ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about p{color:#a0a0a0;margin-bottom:1.2rem;font-size:1.05rem;line-height:1.8;font-weight:300}.about-image{background:linear-gradient(135deg,rgba(0,153,255,.1),rgba(0,119,204,.05));height:350px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#09f;font-size:5rem;position:relative;overflow:hidden;border:1px solid rgba(0,153,255,.2)}.about-image:before{content:"";position:absolute;width:100%;height:100%;background:radial-gradient(circle at 30% 30%,rgba(0,153,255,.15) 0,transparent 50%)}.cta-section{background:linear-gradient(135deg,rgba(0,153,255,.05),rgba(0,20,50,.3));color:#fff;padding:5rem 2rem;text-align:center;position:relative;overflow:hidden;border-top:1px solid rgba(0,153,255,.15)}.cta-section:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(0,153,255,.1) 0,transparent 70%);border-radius:50%;filter:blur(40px)}.cta-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.cta-section h2{font-size:2.5rem;margin-bottom:1.2rem;font-weight:800;background:linear-gradient(135deg,#0ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-section p{font-size:1.15rem;margin-bottom:2.5rem;opacity:.9;font-weight:300;color:silver}footer{background:rgba(10,14,27,.95);color:#b0b0b0;padding:3rem 2rem;text-align:center;border-top:1px solid rgba(0,153,255,.15)}.footer-content{max-width:1200px;margin:0 auto}.contact-links{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.contact-links a{color:#09f;text-decoration:none;padding:.7rem 1.3rem;background:rgba(0,153,255,.1);border-radius:6px;transition:all .3s;border:1px solid rgba(0,153,255,.3)}.contact-links a:hover{background:#09f;color:#fff;border-color:#0cf}.footer-text{color:#707070;font-size:.95rem}@media (max-width:768px){nav{gap:1rem;font-size:.9rem}nav a:after{display:none}.hero h1{font-size:2.2rem}.hero p{font-size:1.1rem}.services h2{font-size:2rem}.about-content{grid-template-columns:1fr;gap:2rem}.cta-buttons{flex-direction:column}.btn{width:100%}.about-image{height:250px}}.ai-solutions{padding:5rem 2rem;max-width:1200px;margin:0 auto;background:rgba(15,20,30,.3);border-top:1px solid rgba(0,153,255,.15);border-bottom:1px solid rgba(0,153,255,.15)}.ai-solutions h2{text-align:center;font-size:2.8rem;margin-bottom:1rem;color:#fff;font-weight:800;background:linear-gradient(135deg,#0ff,#09f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ai-feature-list{display:flex;flex-direction:column;gap:1.5rem}.ai-feature-card{display:flex;gap:1.5rem;padding:1.8rem;background:rgba(15,20,30,.6);border:1px solid rgba(0,153,255,.2);border-radius:12px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ai-feature-card:hover{background:rgba(0,153,255,.08);border-color:#09f;transform:translateX(8px);box-shadow:0 10px 30px rgba(0,153,255,.15)}.ai-feature-icon{font-size:2rem;min-width:2rem;text-align:center;flex-shrink:0}.ai-feature-content h3{font-size:1.2rem;font-weight:600;color:#0cf;margin-bottom:.5rem}.ai-feature-content p{font-size:.95rem;color:#a0a0a0;line-height:1.6;font-weight:300}.ai-feature-card:hover .ai-feature-content h3{color:#0ff}