@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";*{font-family:Roboto,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background:linear-gradient(to bottom right,#f8fafc,#dbeafe)}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-section{display:flex;align-items:center;gap:.75rem}.brand-name{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-tagline{color:#64748b;font-size:.875rem;font-weight:500}.main-container{padding:5rem 1.5rem;max-width:1280px;margin:0 auto}.content-card{background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.layout-container{display:grid;grid-template-columns:1fr 1fr;min-height:700px}.hero-section{position:relative;padding:4rem;background:linear-gradient(to bottom right,#0f172a,#1e293b,#0f172a);color:#fff;overflow:hidden}.hero-section .absolute{position:absolute}.hero-section .inset-0{inset:0}.hero-section .overflow-hidden{overflow:hidden}.hero-section .pointer-events-none{pointer-events:none}.w-3{width:.75rem}.h-3{height:.75rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-7{width:1.75rem}.h-7{height:1.75rem}.w-8{width:2rem}.h-8{height:2rem}.bg-blue-400{background-color:#60a5fa}.bg-cyan-400{background-color:#22d3ee}.bg-indigo-400{background-color:#818cf8}.bg-purple-400{background-color:#c084fc}.text-blue-400{color:#60a5fa}.text-cyan-400{color:#22d3ee}.text-indigo-400{color:#818cf8}.opacity-5{opacity:.05}.opacity-10{opacity:.1}.opacity-15{opacity:.15}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.rounded-full{border-radius:9999px}.top-32{top:8rem}.top-48{top:12rem}.left-16{left:4rem}.left-32{left:8rem}.right-24{right:6rem}.right-25{right:6.25rem}.bottom-32{bottom:8rem}.bottom-30{bottom:7.5rem}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;height:100%}.hero-header{margin-bottom:2.5rem}.ai-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.pulse-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}.hero-title{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.025em}.title-highlight{background:linear-gradient(to right,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.125rem;line-height:1.75;color:#cbd5e1;max-width:500px}.features-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.feature-item{display:flex;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:12px;transition:all .3s ease}.feature-item:hover{background:#ffffff1a;transform:translate(4px)}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 15px -3px #0000001a}.feature-icon-1{background:linear-gradient(135deg,#3b82f6,#6366f1)}.feature-icon-2{background:linear-gradient(135deg,#10b981,#059669)}.feature-icon-3{background:linear-gradient(135deg,#a855f7,#ec4899)}.icon{width:24px;height:24px;color:#fff}.feature-content{flex:1}.feature-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.feature-title-1{color:#93c5fd}.feature-title-2{color:#6ee7b7}.feature-title-3{color:#d8b4fe}.feature-text{font-size:.875rem;color:#cbd5e1;line-height:1.5}.form-section{padding:4rem;display:flex;align-items:center;justify-content:center;background:#f8fafc}.form-container{width:100%;max-width:500px}.form-header{margin-bottom:2rem;text-align:center}.form-title{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.025em}.form-subtitle{color:#64748b;font-size:.875rem;line-height:1.5}.form{display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group p{font-size:.875rem;font-weight:600;color:#334155}.form-input,.form-select{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fff;color:#0f172a}.form-input::placeholder{color:#94a3b8}.form-input:focus,.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input.input-error{border-color:#ef4444}.error-text{color:#ef4444;font-size:.875rem;font-weight:500}.submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem;box-shadow:0 10px 15px -3px #3b82f64d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 25px -5px #3b82f64d}.submit-button:disabled{opacity:.5;cursor:not-allowed}.submit-button.submitted{background:linear-gradient(135deg,#10b981,#059669)}.form-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.trust-indicators{display:flex;justify-content:center;gap:2rem}.trust-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.75rem;font-weight:500}.trust-icon{width:16px;height:16px;flex-shrink:0}.trust-icon.secure{color:#10b981}.trust-icon.email{color:#3b82f6}@media (max-width: 1024px){.layout-container{grid-template-columns:1fr}.hero-section,.form-section{padding:3rem 2rem}.hero-title{font-size:2.5rem}.main-container{padding:2rem 1rem}}@media (max-width: 640px){.main-container{padding:1rem}.nav-content{flex-direction:column;gap:.5rem;text-align:center}.hero-section,.form-section{padding:2rem 1.5rem}.hero-title{font-size:2rem}.features-list{gap:1rem}.feature-item{padding:.75rem}.trust-indicators{flex-direction:column;gap:.75rem;align-items:center}.content-card{border-radius:16px}}
