body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}.waitlist-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;font-family:Segoe UI,sans-serif;margin:80px auto;max-width:600px;padding:2rem;text-align:center}submit-btn:hover{background-color:#07693bbf}.dropteam,.emailfield,.nameinput,.phoneinput{background-color:#f9f9f9;border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:1rem;padding:12px;width:100%}.dropteam{-webkit-appearance:none;appearance:none}.txtarea{border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:1rem;padding:12px;resize:vertical;width:100%}.waitlist-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.waitlist-form input,.waitlist-form select,.waitlist-form textarea{border:1px solid #ccc;border-radius:6px;font-family:inherit;font-size:1rem;padding:12px}.waitlist-form select.styled-select{-webkit-appearance:none;appearance:none;background-color:#f9f9f9}.waitlist-form button{background-color:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-weight:600;margin:0 auto;padding:12px;transition:background-color .2s ease}.waitlist-form button:hover{background-color:#fff;color:#000}.App-nav{align-items:center;background-color:#fff;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:space-between;padding:1.5rem 3rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.App-nav-brand{color:#0a0a0a;font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.App-nav-links{align-items:center;display:flex;gap:1rem}.btn-join-waitlist{background-color:#0a0a0a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-join-waitlist:hover{background-color:#1a1a1a;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.App-header{background:linear-gradient(180deg,#fafbfc,#fff);padding:4rem 2rem 6rem}.hero-section{margin:0 auto 6rem;max-width:900px;text-align:center}.hero-content{padding:0}.hero-title{color:#0a0a0a;font-size:4rem;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin-bottom:1.5rem}.highlight-purple{color:#07693bbf}.hero-subtitle{color:#525252;font-size:1.3rem;line-height:1.7;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:750px}.benefits-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1100px;padding:0 2rem}.benefit-card{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.benefit-card:before{background:linear-gradient(90deg,#07693bbf,#07693bbf);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.benefit-card:hover:before{transform:scaleX(1)}.benefit-card:hover{background:linear-gradient(135deg,#07693bbf 100);border-color:#07693bbf;box-shadow:0 20px 40px #8b5cf626;transform:translateY(-8px)}.benefit-icon{align-items:center;border-radius:20px;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;transition:all .4s ease;width:80px}.benefit-icon-1{color:#30dd9b}.benefit-icon-1,.benefit-icon-2{background:linear-gradient(#07693bbf 100)}.benefit-icon-2{color:#27db8a}.benefit-icon-3{background:linear-gradient(#07693bbf 100%);color:#25eb8b}.benefit-card:hover .benefit-icon{transform:scale(1.1) rotate(5deg)}.benefit-card h3{color:#0a0a0a;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.benefit-card p{color:#6b7280;font-size:1.05rem;line-height:1.6}.cta-section{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-top:0}.btn{border:none;border-radius:12px;cursor:pointer;font-size:1.15rem;font-weight:600;padding:1rem 3rem;transition:all .2s ease}.primary-btn{background-color:#07693bbf;box-shadow:0 2px 8px #0000001f;color:#fff}.primary-btn:hover{background-color:#0a0b0b;box-shadow:0 4px 16px #0000002e;transform:translateY(-2px)}.waitlist-count-display{color:#6b7280;display:inline-block;font-size:1rem;font-weight:500;padding:.5rem 0}.demo-inline-section{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}.demo-separator{color:#9ca3af;font-size:.95rem;font-weight:500;margin:0}.demo-form-inline{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:500px;width:100%}.demo-input-inline{background-color:#fff;border:2px solid #e5e7eb;border-radius:10px;color:#0a0a0a;flex:1 1;font-size:.95rem;min-width:250px;padding:.875rem 1.25rem;transition:all .2s ease}.demo-input-inline:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;outline:none}.demo-input-inline::placeholder{color:#9ca3af}.demo-btn-inline{background-color:#07693bbf;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.875rem 2rem;transition:all .2s ease;white-space:nowrap}.demo-btn-inline:hover{background-color:#1a1a1a;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.demo-success-inline{color:#07693bbf;font-size:.95rem;font-weight:500;margin-top:.5rem}.demo-section{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);margin-top:4rem;padding:5rem 2rem}.demo-container{margin:0 auto;max-width:800px;text-align:center}.demo-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.demo-subtitle{color:#d1d5db;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.demo-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:600px}.demo-input{background-color:#1f2937;border:2px solid #374151;border-radius:12px;color:#fff;flex:1 1;font-size:1rem;min-width:280px;padding:1rem 1.5rem;transition:all .2s ease}.demo-input:focus{background-color:#111827;border-color:#6b7280;outline:none}.demo-input::placeholder{color:#9ca3af}.demo-btn{background-color:#fff;border:none;border-radius:12px;color:#0a0a0a;cursor:pointer;font-size:1.05rem;font-weight:600;padding:1rem 2.5rem;transition:all .2s ease;white-space:nowrap}.demo-btn:hover{background-color:#f3f4f6;box-shadow:0 4px 16px #fff3;transform:translateY(-2px)}.demo-success{color:#07693bbf;font-size:1.05rem;font-weight:500;margin-top:1.5rem}.App-footer{background-color:#fafbfc;border-top:1px solid #e5e7eb;color:#9ca3af;font-size:.95rem;padding:3rem 0;text-align:center}.modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.waitlist-modal{background-color:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:2rem;position:relative;width:100%}.close-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:2rem;position:absolute;right:1rem;top:1rem;transition:color .2s}.close-btn:hover{color:#0a0a0a}@media (max-width:768px){.App-nav{padding:1rem 1.5rem}.App-nav-brand{font-size:1.5rem}.App-header{padding:2rem 1rem 4rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.15rem}.benefits-section{grid-template-columns:1fr}.benefit-card{padding:2rem 1.5rem}.btn{font-size:1rem;padding:.875rem 2.25rem}.demo-form-inline{flex-direction:column}.demo-input-inline{min-width:100%}.demo-btn-inline{width:100%}.demo-section{padding:3rem 1.5rem}.demo-title{font-size:2rem}.demo-subtitle{font-size:1.05rem}.demo-form{flex-direction:column}.demo-input{min-width:100%}.demo-btn{width:100%}}@media (max-width:480px){.hero-title{font-size:1.85rem}.btn,.hero-subtitle{font-size:1rem}.btn{padding:.875rem 2rem}.benefit-card h3{font-size:1.2rem}.benefit-card p{font-size:1rem}.demo-title{font-size:1.75rem}.demo-subtitle{font-size:1rem}}
/*# sourceMappingURL=main.80210022.css.map*/