*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1300px;margin:0 auto;padding:0 20px}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.nav-brand{font-size:1.5rem;font-weight:700;color:#4338ca}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#666;transition:color .2s}.nav-links a:hover{color:#4338ca}.hero{text-align:center;padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin:2rem 0;border-radius:12px}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700;max-width:900px}.hero h1,.hero p{margin-left:auto;margin-right:auto}.hero p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:800px}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.waitlist-note{margin-top:1rem;font-size:.9rem;opacity:.8}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#fff;color:#4338ca}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px hsla(0,0%,100%,.3)}.btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#4338ca}.features{padding:4rem 0}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#f8fafc;padding:2rem;border-radius:12px;text-align:center;cursor:pointer;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#1f2937}.how-it-works{padding:4rem 0;background:#f1f5f9;border-radius:12px;margin:2rem 0}.how-it-works h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.step{text-align:center;padding:1rem}.step-number{display:inline-block;width:60px;height:60px;background:#4338ca;color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;line-height:60px;margin-bottom:1rem}.step h3{font-size:1.3rem;margin-bottom:.5rem}.current-products{padding:4rem 0}.current-products h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.product-card{background:#fff;border:2px solid #e5e7eb;padding:2rem;border-radius:12px;text-align:center}.product-card.secondary{opacity:.85;transform:scale(.95);border-color:#d1d5db}.product-card h3{font-size:1.5rem;margin-bottom:1rem;color:#1f2937}.product-card p{margin-bottom:1.5rem;color:#666}.product-card button{background:#4338ca;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;transition:background .2s}.product-card button:hover{background:#3730a3}.leadership-section{text-align:center;margin:2rem 0;padding:3rem 2rem;border-radius:12px}.leadership-section.secondary{background:#f8fafc;border:1px solid #e5e7eb}.leadership-section h2{font-size:2.5rem;margin-bottom:.5rem;color:#1f2937}.leadership-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem}.section-header{text-align:center;margin-bottom:2rem}.cta-section{text-align:center;margin-top:3rem;padding:3rem 2rem;background:#f1f5f9;border-radius:12px}.cta-section.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-section h3{font-size:1.8rem;margin-bottom:1rem;color:#1f2937}.cta-section.primary h3{color:#fff}.cta-section p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.cta-section.primary p{color:hsla(0,0%,100%,.9)}.cta-section .btn-primary{background:#4338ca;color:#fff;font-size:1.1rem;padding:1rem 2rem}.cta-section.primary .btn-primary{background:#fff;color:#4338ca;font-weight:700}.cta-section.primary .btn-primary.large{font-size:1.2rem;padding:1.2rem 2.5rem}.sub-note{margin-top:1rem;font-size:.9rem;opacity:.8}footer{text-align:center;padding:2rem 0;margin-top:4rem;border-top:1px solid #eee;color:#666}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;position:relative;animation:modalSlideIn .3s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;z-index:1001;color:#666;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal-close:hover{background:#f1f5f9}.modal-header{padding:2rem;text-align:center;border-bottom:1px solid #eee}.modal-header h2{font-size:1.5rem;margin-bottom:.5rem;color:#1f2937}.modal-header p{color:#666;font-size:1rem}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.nav{gap:1rem}.hero-buttons,.nav{flex-direction:column}.hero-buttons{align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header{padding:1.5rem}}