.landing-page{min-height:100vh;background:linear-gradient(to bottom,#f8fafc,#fff)}.landing-nav{background:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50}.landing-container{max-width:1280px;margin:0 auto;padding:0 1rem}.nav-content{display:flex;justify-content:space-between;align-items:center;height:64px}.logo{font-size:1.25rem;font-weight:700;background:linear-gradient(to right,#2563eb,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.btn{padding:.75rem 1.5rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s;font-size:1rem}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:#1d4ed8;box-shadow:0 4px 6px #0000001a}.btn-cta{background:#2563eb;color:#fff;padding:1.5rem 2rem;font-size:1.125rem;font-weight:600;box-shadow:0 10px 15px -3px #0000001a}.btn-cta:hover{background:#1d4ed8;box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}.btn-white{background:#fff;color:#1d4ed8;padding:1.5rem 2.5rem;font-size:1.125rem;font-weight:600;box-shadow:0 10px 15px -3px #0000001a}.btn-white:hover{background:#f8fafc;box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}.hero-section{text-align:center;padding:5rem 1rem;animation:fadeIn .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#eff6ff;border-radius:9999px;margin-bottom:1.5rem;animation:slideUp .8s ease-out}.badge-icon{color:#2563eb}.hero-badge span{font-size:.875rem;font-weight:500;color:#1d4ed8}.hero-title{font-size:3rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem;line-height:1.2;animation:slideUp .8s ease-out}@media (min-width: 640px){.hero-title{font-size:3.75rem}}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:1.25rem;line-height:1.75;color:#475569;max-width:48rem;margin:0 auto 2.5rem;animation:slideUp .8s ease-out .2s backwards}.features-section{margin-top:6rem}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem 1.5rem;text-align:center;transition:all .3s}.feature-card:hover{border-color:#cbd5e1;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-4px)}.feature-icon{width:3.5rem;height:3.5rem;margin:0 auto 1.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .3s}.feature-icon.blue{background:#dbeafe;color:#2563eb}.feature-card:hover .feature-icon.blue{background:#2563eb;color:#fff}.feature-icon.teal{background:#ccfbf1;color:#0d9488}.feature-card:hover .feature-icon.teal{background:#0d9488;color:#fff}.feature-icon.amber{background:#fef3c7;color:#d97706}.feature-card:hover .feature-icon.amber{background:#d97706;color:#fff}.feature-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.feature-description{color:#475569;line-height:1.6;margin:0}.how-it-works-section{margin-top:8rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin:0 0 1rem}.section-subtitle{font-size:1.125rem;color:#475569;margin:0}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card{text-align:center}.step-number{width:5rem;height:5rem;margin:0 auto 1.5rem;background:linear-gradient(to bottom right,#2563eb,#1e40af);color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 10px 15px -3px #2563eb4d;transition:all .3s}.step-card:hover .step-number{transform:scale(1.1);box-shadow:0 20px 25px -5px #2563eb4d}.step-icon-wrapper{margin-bottom:.75rem}.step-icon{color:#2563eb}.step-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.step-description{color:#475569;line-height:1.6;margin:0}.cta-section{margin-top:8rem;margin-bottom:4rem}.cta-card{background:linear-gradient(to right,#2563eb,#1e40af);border-radius:1.5rem;padding:4rem 2rem;text-align:center;box-shadow:0 25px 50px -12px #00000040}.cta-title{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem}@media (min-width: 768px){.cta-title{font-size:2.25rem}}.cta-subtitle{font-size:1.25rem;color:#bfdbfe;margin:0 auto 2rem;max-width:42rem}.landing-footer{background:#0f172a;color:#94a3b8;padding:2rem 0}.footer-text{text-align:center;font-size:.875rem;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}*{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;background-color:#f9fafb;color:#1f2937}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{padding:.75rem 1.5rem;border-radius:.5rem;border:none;font-weight:600;transition:all .2s}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover{background-color:#4b5563}.card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.spinner{border:3px solid #f3f4f6;border-top:3px solid #2563eb;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:1rem;border-radius:.5rem;margin-bottom:1rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .8s ease-out}.animate-slide-up{animation:slide-up .8s ease-out}.animate-slide-up-delay{animation:slide-up .8s ease-out .2s backwards}.animate-fade-in-delay{animation:fade-in .8s ease-out .4s backwards}html{scroll-behavior:smooth}
