@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700&display=swap";:root{--primary:#4f46e5;--primary-glow:#4f46e566;--secondary:#ec4899;--dark:#0f172a;--darker:#020617;--light:#f8fafc;--glass:#ffffff0d;--glass-border:#ffffff1a;--text-main:#e2e8f0;--text-muted:#94a3b8}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--darker);color:var(--text-main);background-image:radial-gradient(circle at 15%,#4f46e526,#0000 25%),radial-gradient(circle at 85% 30%,#ec489926,#0000 25%),linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:100% 100%,100% 100%,40px 40px,40px 40px;animation:20s ease-in-out infinite alternate bgPan;overflow-x:hidden}@keyframes bgPan{0%{background-position:0 0,100% 100%,0 0,0 0}to{background-position:5% 5%,95% 95%,0 0,0 0}}h1,h2,h3{font-family:Outfit,sans-serif}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);background:#020617b3;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:fixed;top:0}.logo{background:linear-gradient(90deg,#fff,#a5b4fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem;font-weight:800;text-decoration:none}.nav-links a{color:var(--text-main);margin-left:2rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#fff}.btn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;letter-spacing:.5px;cursor:pointer;box-shadow:0 4px 15px var(--primary-glow), inset 0 1px 0 #fff3;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.75rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn:hover{background:linear-gradient(135deg,#5b54fa,#f460a8);transform:translateY(-2px)scale(1.02);box-shadow:0 8px 25px #ec489980,inset 0 1px #ffffff4d}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 5%;display:flex;position:relative}.hero h1{background:linear-gradient(90deg,#fff,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:4.5rem;line-height:1.1}.hero p{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}.section{padding:6rem 5%}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem}.glass-panel{-webkit-backdrop-filter:blur(20px);background:linear-gradient(145deg,#ffffff0d 0%,#ffffff03 100%);border:1px solid #ffffff14;border-color:#ffffff26 #ffffff14 #ffffff14 #ffffff26;border-radius:24px;max-width:600px;margin:0 auto;padding:3rem;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #0009,inset 0 1px #ffffff1a}.glass-panel:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:50%;height:100%;animation:8s infinite shine;position:absolute;top:0;left:-100%;transform:skew(-20deg)}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.form-group{text-align:left;margin-bottom:1.5rem}.form-group label{color:var(--text-main);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--glass-border);color:#fff;background:#0f172a99;border-radius:12px;width:100%;padding:1rem;font-family:Inter,sans-serif;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.form-group textarea{resize:vertical;min-height:120px}.btn-full{width:100%;padding:1rem;font-size:1.1rem}.message-box{border-radius:12px;margin-top:1rem;padding:1rem;display:none}.message-box.success{color:#34d399;background:#10b9811a;border:1px solid #10b98133;display:block}.message-box.error{color:#f87171;background:#ef44441a;border:1px solid #ef444433;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.features-container{max-width:1200px;margin:0 auto}.feature-row{align-items:center;gap:4rem;margin-bottom:6rem;display:flex}.feature-row:nth-child(2n){flex-direction:row-reverse}.feature-text{flex:1}.feature-text h3{color:#fff;background:linear-gradient(90deg,#fff,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2rem}.feature-text p{color:var(--text-muted);font-size:1.15rem;line-height:1.7}.feature-image-container{flex:1}.feature-image-container img{background:var(--dark);filter:contrast(1.05)brightness(1.05);border-radius:20px;width:100%;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.feature-image-container img:hover{transform:translateY(-10px)scale(1.02)perspective(1000px)rotateX(2deg)rotateY(-2deg);box-shadow:0 40px 80px -20px #4f46e566,0 0 0 1px #4f46e599}@media (width<=768px){.feature-row,.feature-row:nth-child(2n){text-align:center;flex-direction:column;gap:2rem}.feature-row{margin-bottom:4rem}}
