@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);*{box-sizing:border-box;padding:0}*,body{margin: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;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.min-h-screen{min-height:100vh}.bg-gradient{background:linear-gradient(135deg,#ecfdf5,#f0fdfa)}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #d1fae5;position:-webkit-sticky;position:sticky;top:0;z-index:50}.nav-inner{justify-content:space-between;padding:1rem 0}.logo-icon,.nav-inner{align-items:center;display:flex}.logo-icon{background:linear-gradient(135deg,#059669,#0d9488);border-radius:.5rem;color:#fff;font-size:1.125rem;font-weight:700;height:2rem;justify-content:center;width:2rem}.logo-text{color:#111827;font-size:1.5rem;font-weight:700}.nav-links{align-items:center;display:none;gap:2rem}.nav-link{background:none;border:none;color:#374151;cursor:pointer;font-size:1rem;transition:color .3s}.nav-link:hover{color:#059669}.btn{background:#059669;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:background-color .3s}.btn:hover{background:#047857}.btn-outline{background:#0000;border:2px solid #059669;color:#059669}.btn-outline:hover{background:#ecfdf5}.btn-lg{font-size:1.125rem;padding:1rem 2rem}.hero{padding:5rem 0 8rem}.hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem}.hero-title{color:#111827;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-gradient{background:linear-gradient(135deg,#059669,#0d9488);-webkit-background-clip:text;background-clip:text;color:#0000}.hero-description{color:#4b5563;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.hero-features{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.5rem}.feature-dot{background:#059669;border-radius:50%;flex-shrink:0;height:.5rem;width:.5rem}.hero-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;margin:0 auto;max-width:300px;padding:2rem}.hero-card-icon{align-items:center;background:linear-gradient(135deg,#059669,#0d9488);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:4rem;justify-content:center;margin:0 auto 1rem;width:4rem}.features{background:#fff;padding:5rem 0}.section-title{color:#111827;font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-description{color:#4b5563;font-size:1.25rem;margin:0 auto 4rem;max-width:600px;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem;transition:background-color .3s}.feature-card:hover{background:#f3f4f6}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-title{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-description{color:#4b5563}.stats{background:linear-gradient(135deg,#059669,#0d9488);color:#fff;padding:5rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#a7f3d0}.cta{background:#111827;color:#fff;padding:5rem 0;text-align:center}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.cta-description{color:#d1d5db;font-size:1.25rem;margin-bottom:2rem}.cta-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem}.btn-white{background:#fff;color:#111827}.btn-white:hover{background:#f3f4f6}.footer{background:#1f2937;color:#fff;padding:3rem 0}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-brand{margin-bottom:1rem}.footer-description{color:#9ca3af}.footer-title{color:#fff;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;text-align:left}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:2rem;text-align:center}@media (min-width:768px){.nav-links{display:flex}.hero-content{grid-template-columns:1fr 1fr}.hero-title{font-size:3.75rem}.hero-buttons{flex-direction:row}.features-grid{grid-template-columns:repeat(3,1fr)}.cta-buttons{flex-direction:row;justify-content:center}}.logo-image{height:55px;max-width:220px;width:auto}.footer-logo{filter:brightness(0) invert(1);height:45px}.logo{align-items:center;display:flex;gap:.5rem;height:55px}.footer-brand .logo{height:45px;margin-bottom:1rem}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wip-overlay{align-items:center;background-color:#fff6;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:10000}.wip-dialog{background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;max-width:28rem;padding:2.5rem;text-align:center;width:100%}.wip-icon{font-size:3rem;margin-bottom:1rem}.wip-title{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.wip-message{color:#4b5563;font-size:1rem;line-height:1.5}.wip-countdown{gap:1rem;margin-top:2rem}.countdown-box,.wip-countdown{display:flex;justify-content:center}.countdown-box{align-items:center;background-color:#f3f4f6;border-radius:.75rem;box-shadow:inset 0 2px 4px 0 #0000000f;flex-direction:column;height:4.5rem;width:4.5rem}.countdown-number{color:#059669;font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.countdown-label{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.waitlist-wrapper{background-color:#fcfcfc;color:#111827;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}.wl-bg-glow{background:radial-gradient(circle,#10b9811f 0,#fcfcfc00 70%);height:800px;left:50%;max-width:1200px;pointer-events:none;position:absolute;top:-200px;transform:translateX(-50%);width:100%;z-index:0}.wl-nav{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fcfcfcd9;border-bottom:1px solid #0000000d;display:flex;justify-content:center;padding:1rem 5%;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:50}.wl-logo img{height:48px;transition:transform .3s ease;width:auto}.wl-logo:hover img{transform:scale(1.05)}.wl-container{margin:0 auto;max-width:1000px;padding:0 1.5rem;position:relative;z-index:10}.wl-hero{margin:0 auto;max-width:900px;padding:5rem 0 3rem;text-align:center}.wl-badge{align-items:center;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#10b9811a,#0d94881a);border:1px solid #10b98133;border-radius:2rem;color:#047857;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.wl-h1{background:linear-gradient(90deg,#111827,#374151);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.wl-h1,.wl-h1-accent{-webkit-text-fill-color:#0000}.wl-h1-accent{background:linear-gradient(135deg,#059669,#0d9488);-webkit-background-clip:text;background-clip:text}.wl-subhead{color:#4b5563;font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.6;margin-bottom:2.5rem}.wl-bullets{flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.wl-bullet-item,.wl-bullets{align-items:center;display:flex}.wl-bullet-item{background:#fff;border:1px solid #f3f4f6;border-radius:100px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;color:#1f2937;font-size:1.05rem;font-weight:500;gap:.75rem;padding:.75rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease}.wl-bullet-item:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.wl-bullet-icon{background:#d1fae5;border-radius:50%;color:#059669;display:flex;height:24px;width:24px}.wl-bullet-icon,.wl-cta-btn{align-items:center;justify-content:center}.wl-cta-btn{background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:100px;box-shadow:0 10px 25px -5px #05966966;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.wl-cta-btn:hover{background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 15px 35px -5px #05966980;transform:translateY(-3px)}.wl-trust-anchor{border-top:1px solid #0000000d;color:#6b7280;font-size:.95rem;font-weight:500;line-height:1.5;margin:3rem auto 0;max-width:600px;padding:1.5rem;text-align:center}.wl-form-section{padding:4rem 0 6rem;scroll-margin-top:100px}.wl-form-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #ffffff80;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0000001a,0 0 0 1px #00000005;overflow:hidden;padding:3rem;position:relative}.wl-form-card:before{background:linear-gradient(90deg,#059669,#0d9488);content:"";height:6px;left:0;position:absolute;top:0;width:100%}.wl-form-header{margin-bottom:2.5rem;text-align:center}.wl-form-title{color:#111827;font-size:2rem;font-weight:700;margin-bottom:.5rem}.wl-form-subtitle{color:#6b7280;font-size:1.1rem}.wl-form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.wl-form-grid-2{grid-template-columns:1fr 1fr}}.wl-form-group{display:flex;flex-direction:column;gap:.5rem}.wl-label{color:#374151;font-size:.95rem;font-weight:600}.wl-input,.wl-select{background-color:#fff;border:1px solid #d1d5db;border-radius:.75rem;color:#111827;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.wl-input:focus,.wl-select:focus{border-color:#059669;box-shadow:0 0 0 4px #0596691a;outline:none}.wl-input::placeholder{color:#9ca3af}.wl-radio-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.wl-radio-label{align-items:center;border:1px solid #e5e7eb;border-radius:.75rem;color:#4b5563;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 1rem;transition:all .2s ease}.wl-radio-label:hover{background-color:#f9fafb}.wl-radio-input{accent-color:#059669;height:1.25rem;width:1.25rem}.wl-radio-input:checked+span{color:#111827;font-weight:600}.wl-checkbox-group{align-items:flex-start;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;display:flex;gap:.75rem;margin-top:1rem;padding:1.5rem}.wl-checkbox-input{accent-color:#059669;height:1.25rem;margin-top:.15rem;width:1.25rem}.wl-checkbox-label{color:#065f46;cursor:pointer;font-size:.95rem;font-weight:600}.wl-submit-btn{align-items:center;background:linear-gradient(135deg,#111827,#1f2937);border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:700;gap:.75rem;justify-content:center;margin-top:1rem;padding:1.25rem;transition:all .3s ease;width:100%}.wl-submit-btn:hover{background:linear-gradient(135deg,#1f2937,#374151);box-shadow:0 10px 25px -5px #0003;transform:translateY(-2px)}.wl-submit-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.wl-social-proof{border-top:1px solid #0000000d;padding:3rem 0;text-align:center}.wl-social-text{align-items:center;color:#4b5563;display:flex;flex-direction:column;font-size:1rem;font-weight:600;gap:1rem}.wl-avatars{margin-bottom:.5rem}.wl-avatar,.wl-avatars{display:flex;justify-content:center}.wl-avatar{align-items:center;background:#e5e7eb;border:2px solid #fff;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a;color:#6b7280;font-size:.75rem;font-weight:600;height:40px;margin-left:-10px;width:40px}.wl-avatar:first-child{margin-left:0}.wl-success-state{animation:fadeIn .5s ease-out forwards;padding:3rem 1rem;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wl-success-icon{align-items:center;background:#d1fae5;border-radius:50%;color:#059669;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.wl-success-title{color:#111827;font-size:2rem;font-weight:700;margin-bottom:1rem}.wl-success-text{color:#4b5563;font-size:1.125rem;margin-bottom:2rem}.wl-footer{background:#fff;border-top:1px solid #0000000d;padding:2rem 0;text-align:center}.wl-footer-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.wl-footer-logo img{filter:grayscale(100%);height:32px;opacity:.5}.wl-footer-text{color:#9ca3af;font-size:.875rem}.wl-footer-links{display:flex;gap:1.5rem}.wl-footer-link{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s ease}.wl-footer-link:hover{color:#4b5563}@media (max-width:640px){.wl-form-card{padding:2rem 1.5rem}}
/*# sourceMappingURL=main.899cdffb.css.map*/