@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:#0a0a0a;color:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}.page-wrapper{position:relative;min-height:100vh}.network-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 36px;height:60px;background:#0a0a0a33;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .3s ease}.navbar.scrolled{background:#0a0a0ad9;border-bottom:1px solid rgba(255,255,255,.06)}.site-logo{text-decoration:none;display:flex;align-items:center}.nav-logo-img{height:44px;width:auto;display:block;object-fit:contain}.btn-cta-outline{display:inline-flex;align-items:center;gap:8px;padding:9px 20px;border:1px solid rgba(255,255,255,.35);border-radius:6px;background:#ffffff0a;color:#fff;font-size:12px;font-weight:500;letter-spacing:.1em;text-decoration:none;cursor:pointer;transition:background .2s ease,border-color .2s ease;white-space:nowrap}.btn-cta-outline:hover{background:#ffffff17;border-color:#ffffff8c}.btn-icon{font-size:10px;opacity:.7;line-height:1}.hero{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:90px 48px 60px}.hero-content{width:100%;max-width:900px;animation:fadeUp .75s ease both;text-align:center;display:flex;flex-direction:column;align-items:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.eyebrow-pill{display:inline-block;padding:7px 18px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#ffffff0a;font-size:11px;font-weight:500;letter-spacing:.12em;color:#ffffffbf;margin-bottom:28px;text-transform:uppercase}.hero-headline{font-size:clamp(30px,4.5vw,56px);font-weight:800;line-height:1.13;letter-spacing:-.025em;color:#fff;margin-bottom:20px}.hero-subtext{font-size:clamp(14px,1.5vw,16px);font-weight:300;line-height:1.75;color:#ffffff8c;max-width:600px;margin:0 auto 36px}.form-box{width:100%;max-width:780px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#0a0a0e8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:28px 28px 24px}.hero-form{display:flex;flex-direction:column;gap:14px;width:100%}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field label{font-size:13px;font-weight:500;color:#ffffffbf;letter-spacing:.01em;text-align:left}.req{color:#b43c3ce6}.form-field input{background:#1e1e23bf;border:1px solid rgba(255,255,255,.12);border-radius:5px;padding:11px 14px;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:400;outline:none;transition:border-color .2s ease,background .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.form-field input::placeholder{color:#fff3}.form-field input:focus{border-color:#ffffff59;background:#282830d9}.form-submit-row{margin-top:4px}.btn-submit{padding:12px 28px;background:#ffffff14;border:1px solid rgba(255,255,255,.25);border-radius:5px;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:background .2s ease,border-color .2s ease}.btn-submit:hover{background:#ffffff24;border-color:#ffffff73}.success-msg{display:flex;align-items:center;gap:16px;padding:28px 0;animation:fadeUp .4s ease both}.success-check{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;color:#fff}.success-msg p{font-size:16px;color:#ffffffbf;font-weight:300}.footer{position:relative;z-index:1;display:flex;align-items:center;padding:22px 48px;background:#060608eb;border-top:1px solid rgba(255,255,255,.07)}.footer-left{flex:1}.footer-left p{font-size:12px;color:#ffffff8c;line-height:1.8}.footer-center{flex:0 0 auto;display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%)}.footer-icon-img{height:36px;width:auto;display:block;opacity:.7}.footer-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:12px}.footer-right a{color:#ffffff8c;text-decoration:none;transition:color .2s}.footer-right a:hover{color:#fff9}.footer-div{margin:0 8px;color:#ffffff8c}@media(max-width:640px){.navbar{padding:0 20px}.hero{padding:80px 24px 48px}.form-row{grid-template-columns:1fr}.hero-headline{font-size:28px}.footer{padding:20px;flex-direction:column;align-items:center;gap:12px;text-align:center}.footer-center{position:static;transform:none;order:-1}.footer-right{justify-content:center}}
