@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");body,html{padding:0;margin:0;font-family:Inter,sans-serif;color:#ffffff;background-color:#0a0a23;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.navbar{position:fixed;top:0;left:0;right:0;justify-content:center;padding:1rem 0;z-index:1000;background:transparent}.nav-container,.navbar{display:flex;align-items:center}.nav-container{justify-content:space-between;width:90%;max-width:1200px;margin:0 auto;padding:.5rem 1rem;background-color:rgba(10,10,35,.6);border:1px solid rgba(255,255,255,.1);border-radius:9999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.logo{font-size:1.25rem;font-weight:700;color:#9b84ff}.navbar nav{display:flex;gap:1.5rem}.nav-link{font-weight:500;color:#cfcffb;transition:color .3s ease}.nav-cta,.nav-link:hover{color:#ffffff}.nav-cta{background:linear-gradient(90deg,#4f46e5,#7c3aed);padding:.5rem 1rem;border-radius:.375rem;font-weight:600;transition:opacity .3s ease}.nav-cta:hover{opacity:.9}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 4rem;min-height:90vh;background:radial-gradient(circle at 50% 50%,#36308b 0,#0a0a23 80%)}.badge{display:inline-block;background-color:rgba(79,70,229,.15);color:#9b84ff;padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.badge,.hero h1{margin-bottom:1rem}.hero h1{font-size:3.5rem;line-height:1.1;font-weight:700;max-width:900px}.gradient-text{background:linear-gradient(90deg,#9b84ff,#7c5bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.subtitle{color:#cfcffb;font-size:1.25rem;line-height:1.6;max-width:700px;margin-bottom:2rem}.buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;transition:opacity .3s ease;text-align:center}.btn-primary{background:linear-gradient(90deg,#4f46e5,#7c3aed);color:#ffffff}.btn-primary:hover{opacity:.9}.btn-secondary{background:rgba(79,70,229,.15);color:#9b84ff;border:1px solid rgba(79,70,229,.3)}.btn-secondary:hover{background:rgba(79,70,229,.25)}.features{padding:4rem 2rem;background-color:#11112d}.features h2{text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.feature-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.feature{background-color:#1e1e45;padding:2rem;border-radius:.5rem;box-shadow:0 10px 15px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease}.feature h3{margin-top:0;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.feature p{margin-bottom:0;line-height:1.4;font-weight:400}.feature:hover{transform:translateY(-5px);box-shadow:0 15px 25px rgba(0,0,0,.3)}.about{padding:4rem 2rem;background-color:#0d0d26;max-width:800px;margin:0 auto;text-align:center}.about h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.about p{font-size:1.25rem;line-height:1.6;font-weight:400}.contact{padding:4rem 2rem;background-color:#11112d;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.contact p{margin-bottom:2rem;font-size:1.25rem;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto}footer{padding:2rem;background-color:#0a0a23;text-align:center}footer p{margin:0;font-size:.875rem;color:#8888b2}