@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}*{box-sizing:border-box;margin:0;padding:0}.page{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:20;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.navbar-brand{color:#111;letter-spacing:-.02em;min-width:140px;font-size:1.1rem;font-weight:700}.navbar-center{color:#555;letter-spacing:-.01em;font-size:1.05rem;font-weight:400;text-decoration:none;transition:color .2s}.navbar-center:hover{color:#111}.navbar-center-bold{color:#111;font-weight:700}.nav-contact-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:8px;min-width:140px;padding:9px 22px;font-size:.85rem;font-weight:600;transition:background .2s}.nav-contact-btn:hover{background:#333}.hero{background:linear-gradient(#fff 0%,#f8f7ff 100%);flex:1;justify-content:center;align-items:center;padding:100px 24px;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.dots{opacity:.45;background-image:radial-gradient(circle,#d4d0e8 1.2px,#0000 1.2px);background-size:18px 18px;width:180px;height:180px;position:absolute}.dots-tl{top:6%;left:3%}.dots-tr{width:140px;height:140px;top:8%;right:4%}.dots-bl{width:150px;height:150px;bottom:8%;left:6%}.dots-br{bottom:5%;right:3%}.dots-center{opacity:.18;width:320px;height:320px;top:50%;left:50%;transform:translate(-50%,-50%)}.orb{filter:blur(80px);opacity:.18;border-radius:50%;position:absolute}.orb-purple{background:#8b5cf6;width:350px;height:350px;top:-5%;right:10%}.orb-blue{background:#3b82f6;width:280px;height:280px;bottom:0;left:5%}.orb-pink{background:#ec4899;width:220px;height:220px;top:30%;right:-3%}.orb-green{opacity:.12;background:#34d399;width:200px;height:200px;bottom:5%;right:25%}.ring{border:1.5px solid #8c78c81f;border-radius:50%;position:absolute}.ring-1{width:400px;height:400px;animation:20s ease-in-out infinite ring-drift;top:-8%;left:-5%}.ring-2{border-color:#648ce61a;width:300px;height:300px;animation:25s ease-in-out 5s infinite ring-drift;bottom:-4%;right:-2%}.ring-3{border-color:#c864b414;width:180px;height:180px;animation:18s ease-in-out 3s infinite ring-drift;top:40%;left:60%}@keyframes ring-drift{0%,to{transform:translate(0)}50%{transform:translate(10px,-8px)}}.circle-sm{border-radius:50%;position:absolute}.circle-sm-1{opacity:.5;background:#c4b5fd;width:8px;height:8px;animation:8s ease-in-out infinite float;top:18%;left:22%}.circle-sm-2{opacity:.45;background:#93c5fd;width:6px;height:6px;animation:6s ease-in-out 1s infinite float;top:35%;right:18%}.circle-sm-3{opacity:.4;background:#f9a8d4;width:10px;height:10px;animation:7s ease-in-out 2s infinite float;bottom:30%;left:15%}.circle-sm-4{opacity:.5;background:#86efac;width:5px;height:5px;animation:9s ease-in-out .5s infinite float;top:60%;right:12%}.circle-sm-5{opacity:.35;background:#d8b4fe;width:7px;height:7px;animation:7.5s ease-in-out 3s infinite float;bottom:15%;left:40%}.circle-sm-6{border:1.5px solid #8b5cf640;width:12px;height:12px;animation:10s ease-in-out 2s infinite float;top:25%;left:55%}.floating-icon{border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;box-shadow:0 8px 24px #00000014}.floating-icon svg{width:24px;height:24px}.icon-shield{color:#fff;background:#ff6b8a;width:52px;height:52px;animation:6s ease-in-out infinite float;top:12%;left:8%}.icon-globe{color:#fff;background:#1a1a2e;border-radius:50%;width:56px;height:56px;animation:7s ease-in-out 1s infinite float;top:10%;right:6%}.icon-bolt{color:#fff;background:#4ade80;border-radius:50%;width:48px;height:48px;animation:5s ease-in-out .5s infinite float;bottom:25%;left:5%}.icon-server{color:#fff;background:#f472b6;width:52px;height:52px;animation:6.5s ease-in-out 1.5s infinite float;bottom:20%;right:8%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-content{z-index:2;text-align:center;max-width:620px;position:relative}.badge{color:#6c47ff;letter-spacing:.02em;background:#f0ecff;border-radius:20px;margin-bottom:28px;padding:6px 18px;font-size:.8rem;font-weight:600;display:inline-block}.hero-title{color:#111;letter-spacing:-.03em;margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.12}.highlight{background:linear-gradient(135deg,#6c47ff,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#666;margin-bottom:40px;font-size:1.1rem;line-height:1.75}.hero-subtitle strong{color:#111}.hero-actions{justify-content:center;gap:12px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;align-items:center;gap:8px;padding:14px 30px;font-size:.95rem;font-weight:600;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:#333;transform:translateY(-1px)}.btn-primary svg{transition:transform .2s}.btn-primary:hover svg{transform:translate(3px)}.footer{text-align:center;background:#fff;border-top:1px solid #f0f0f0;padding:24px 40px}.footer p{color:#aaa;font-size:.8rem}@media (max-width:768px){.navbar{padding:14px 20px}.navbar-brand,.nav-contact-btn{min-width:auto}.hero{padding:70px 20px}.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1rem}.floating-icon,.dots,.orb,.ring,.circle-sm{display:none}.footer{padding:20px}}
