:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#030712;color:#fff;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{text-decoration:none}.app{position:relative;min-height:100vh;overflow:hidden}.bg-grid{position:fixed;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;z-index:-3}.blur{position:fixed;border-radius:50%;filter:blur(140px);z-index:-2}.blur-1{width:500px;height:500px;background:#2563eb;top:-120px;left:-120px;opacity:.25}.blur-2{width:500px;height:500px;background:#7c3aed;bottom:-150px;right:-150px;opacity:.25}.header{width:100%;padding:30px 7%;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}.logo{font-size:28px;font-weight:700}.logo span{color:#3b82f6}.header-btn{padding:14px 22px;border-radius:14px;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:.3s}.header-btn:hover{transform:translateY(-3px);background:#ffffff1f}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:80px 7%}.hero-content{max-width:1000px;text-align:center}.badge{display:inline-block;padding:12px 22px;border-radius:999px;background:#2563eb26;color:#60a5fa;margin-bottom:35px;border:1px solid rgba(59,130,246,.25);font-size:14px;letter-spacing:1px}.hero h1{font-size:82px;line-height:1.05;margin-bottom:30px;font-weight:800}.hero h1 span{color:#3b82f6}.hero p{font-size:22px;color:#cbd5e1;line-height:1.7;max-width:760px;margin:auto}.hero-buttons{margin-top:45px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.primary-btn,.secondary-btn{padding:18px 32px;border-radius:16px;font-weight:700;transition:.3s}.primary-btn{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 15px 40px #2563eb59}.primary-btn:hover{transform:translateY(-5px)}.secondary-btn{border:1px solid rgba(255,255,255,.15);color:#fff;background:#ffffff08}.secondary-btn:hover{background:#ffffff14}.section-title{text-align:center;margin-bottom:70px}.section-title span{color:#3b82f6;letter-spacing:2px;font-size:14px}.section-title h2{font-size:52px;margin-top:15px}.projects{padding:120px 7%}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.card{position:relative;padding:40px;border-radius:28px;overflow:hidden;background:#0f172ab3;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:.4s}.card:hover{transform:translateY(-10px);border-color:#2563eb}.card-glow{position:absolute;width:220px;height:220px;background:#2563eb;filter:blur(120px);opacity:.18;top:-80px;right:-80px}.card-top span{display:inline-block;background:#3b82f626;color:#60a5fa;padding:8px 14px;border-radius:999px;margin-bottom:25px;font-size:13px}.card h3{font-size:30px;margin-bottom:20px;position:relative}.card p{color:#cbd5e1;line-height:1.8;margin-bottom:30px;position:relative}.project-btn{display:inline-block;padding:14px 22px;border-radius:14px;background:#2563eb;color:#fff;font-weight:700;transition:.3s}.project-btn:hover{background:#1d4ed8}.services{padding:120px 7%}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}.service-box{padding:35px;border-radius:24px;text-align:center;background:#0f172ab3;border:1px solid rgba(255,255,255,.08);font-size:20px;font-weight:700;transition:.3s}.service-box:hover{transform:translateY(-5px);border-color:#2563eb}.about{padding:120px 7%}.about-box{max-width:900px;margin:auto;text-align:center}.about-box span{color:#3b82f6;letter-spacing:2px;font-size:14px}.about-box h2{font-size:58px;margin:20px 0}.about-box p{font-size:22px;color:#cbd5e1;line-height:1.8}.footer{padding:50px 20px;text-align:center;border-top:1px solid rgba(255,255,255,.08)}.footer h3{margin-bottom:10px}.footer p{color:#94a3b8}@media (max-width: 900px){.hero h1{font-size:58px}.hero p{font-size:18px}.section-title h2,.about-box h2{font-size:40px}}@media (max-width: 600px){.header{flex-direction:column;gap:20px}.hero{padding-top:40px}.hero h1{font-size:42px}.hero p{font-size:17px}.primary-btn,.secondary-btn{width:100%}.cards{grid-template-columns:1fr}.section-title h2,.about-box h2{font-size:32px}.card,.service-box{padding:30px}}
