body{margin:0;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}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}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;color:var(--text-dark);line-height:1.6}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:var(--bg-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100;padding:1rem 0}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.logo-icon{font-size:2rem}.nav{display:flex;gap:2rem}.nav a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease}.nav a:hover{color:var(--primary-color)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-title .highlight{color:#fbbf24}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.hero-badge{display:flex;gap:1.5rem;justify-content:center;font-size:1rem;margin-top:2rem}.hero-badge span{background:#fff3;padding:.5rem 1rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:#fff;color:var(--primary-color);border:2px solid white}.btn-secondary:hover{background:transparent;color:#fff;border-color:#fff}.btn-large{padding:1rem 3rem;font-size:1.125rem}section{padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-light);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.problem-section{background:var(--bg-light)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.problem-card{background:var(--bg-white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);text-align:center;transition:transform .3s ease}.problem-card:hover{transform:translateY(-5px)}.problem-icon{font-size:3rem;margin-bottom:1rem}.problem-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.problem-card p{color:var(--text-light);line-height:1.6}.solution-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.solution-text h3{font-size:1.75rem;margin-bottom:1rem;color:var(--text-dark)}.solution-text p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.benefits-list{list-style:none;padding:0}.benefits-list li{padding:.75rem 0;font-size:1.125rem;color:var(--text-dark)}.comparison{background:var(--bg-light);padding:2rem;border-radius:12px;display:flex;align-items:center;justify-content:space-around;gap:1rem}.before,.after{text-align:center;flex:1}.before h4,.after h4{font-size:1.125rem;margin-bottom:.5rem}.timeline{font-weight:600;color:var(--primary-color);margin:.5rem 0}.arrow{font-size:2rem;color:var(--primary-color)}.how-it-works{background:var(--bg-light)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.step{background:var(--bg-white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);position:relative}.step-number{position:absolute;top:-15px;left:20px;width:40px;height:40px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.step-content h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark);margin-top:.5rem}.step-content p{color:var(--text-light);line-height:1.6}.waitlist-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.waitlist-section .section-title,.waitlist-section .section-subtitle{color:#fff}.airtable-form-wrapper{max-width:700px;margin:0 auto;background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow-lg)}.airtable-embed{border-radius:8px}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section h4{font-size:1.125rem;margin-bottom:1rem}.footer-section p{margin-bottom:.5rem;opacity:.8}.footer-section a{display:block;color:#fff;text-decoration:none;margin-bottom:.5rem;opacity:.8;transition:opacity .3s ease}.footer-section a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;opacity:.6}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-cta{flex-direction:column;align-items:stretch}.hero-badge{flex-direction:column;align-items:center}.nav{display:none}.solution-content{grid-template-columns:1fr;gap:2rem}.comparison{flex-direction:column}.arrow{transform:rotate(90deg)}.section-title{font-size:2rem}.form-grid{grid-template-columns:1fr}.airtable-form-wrapper{padding:1rem}}
