:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;scroll-behavior:smooth}body{color:#fff;background:#050914;margin:0;font-family:Arial,Helvetica,sans-serif}.navbar{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050914d9;border-bottom:1px solid #38bdf840;justify-content:space-between;align-items:center;height:76px;padding:12px 8%;display:flex;position:sticky;top:0}.navbar img{height:48px}nav a{color:#e5e7eb;margin-left:26px;font-size:15px;font-weight:700;text-decoration:none}nav a:hover{color:#38bdf8}.hero{text-align:center;background:radial-gradient(circle at top,#2563eb59,#0000 38%),radial-gradient(circle at 100% 100%,#0ea5e92e,#0000 35%),#050914;justify-content:center;align-items:center;min-height:calc(100vh - 76px);padding:90px 8%;display:flex}.hero-content{max-width:950px}.badge{color:#38bdf8;letter-spacing:1px;background:#0f172acc;border:1px solid #38bdf866;border-radius:999px;margin-bottom:25px;padding:10px 18px;font-weight:700;display:inline-block}.hero-logo{filter:drop-shadow(0 0 35px #38bdf859);width:min(360px,90%);margin:0 auto 25px;display:block}.hero h1{background:linear-gradient(90deg,#fff,#38bdf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:15px 0;font-size:clamp(38px,6vw,72px);line-height:1.05}.hero p,.section-subtitle{color:#cbd5e1;max-width:780px;margin:0 auto;font-size:20px;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:35px;display:flex}.btn{border-radius:12px;padding:15px 30px;font-weight:800;text-decoration:none;transition:all .25s;display:inline-block}.primary{color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 0 28px #2563eb66}.secondary{color:#e5e7eb;background:#0f172ab3;border:1px solid #38bdf873}.btn:hover{transform:translateY(-3px)}.section{padding:90px 8%}.section h2{text-align:center;margin-bottom:15px;font-size:clamp(32px,4vw,48px)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:26px;margin-top:45px;display:grid}.card{background:linear-gradient(#111827f2,#0f172ab3);border:1px solid #38bdf840;border-radius:22px;padding:34px;transition:all .25s;box-shadow:0 20px 45px #00000059}.card:hover{border-color:#38bdf8bf;transform:translateY(-8px);box-shadow:0 0 35px #38bdf82e}.card h3{color:#38bdf8;margin-top:0;font-size:23px}.card p{color:#cbd5e1;line-height:1.6}.about-section{background:radial-gradient(circle,#2563eb2e,#0000 45%)}.glass-box,.contact-box{text-align:center;background:#0f172ac7;border:1px solid #38bdf847;border-radius:24px;max-width:850px;margin:auto;padding:45px;box-shadow:0 25px 60px #00000059}.glass-box p,.contact-box p{color:#dbeafe;font-size:18px;line-height:1.8}.contact-box{max-width:620px}footer{text-align:center;color:#94a3b8;background:#020617;border-top:1px solid #38bdf833;padding:24px}@media (width<=720px){.navbar{flex-direction:column;gap:12px;height:auto}nav a{margin:6px 10px;display:inline-block}.section{padding:70px 6%}.glass-box,.contact-box{padding:30px 22px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%,to{filter:drop-shadow(0 0 25px #38bdf84d)}50%{filter:drop-shadow(0 0 55px #38bdf8bf)}}.hero-content,.section h2,.section-subtitle,.card,.glass-box,.contact-box{animation:.9s both fadeUp}.hero-logo{animation:.9s both fadeUp,3s ease-in-out infinite glowPulse}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.card:nth-child(4){animation-delay:.4s}
