@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;550;600;700&display=swap";:root{--bg-primary: #FAFAFA;--bg-secondary: #FFFFFF;--bg-tertiary: #F5F5F5;--bg-elevated: #FFFFFF;--text-primary: #0A0A0A;--text-secondary: #525252;--text-tertiary: #A3A3A3;--text-muted: #D4D4D4;--accent: #0A0A0A;--accent-subtle: rgba(10, 10, 10, .05);--accent-hover: rgba(10, 10, 10, .08);--border-subtle: rgba(0, 0, 0, .06);--border-default: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .12);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .08), 0 4px 8px rgba(0, 0, 0, .04);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;letter-spacing:-.011em;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02","cv03","cv04","cv11"}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}#root{width:100%}::selection{background:#0a0a0a1a}.contact-page{min-height:100vh;background:var(--bg-primary);padding:1.5rem 5%}.back-button{background:none;border:none;color:var(--text-tertiary);font-size:.875rem;letter-spacing:-.01em;cursor:pointer;margin-bottom:2rem;padding:.5rem 0;transition:color .15s ease-out;font-weight:500;font-family:inherit}.back-button:hover{color:var(--text-primary)}.contact-container{max-width:800px;margin:0 auto;text-align:center}.contact-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin-bottom:.5rem;letter-spacing:-.03em;color:var(--text-primary)}.contact-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:3rem;letter-spacing:-.01em}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;text-align:left}.contact-info h2,.contact-form h2{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:-.02em;color:var(--text-primary)}.info-item{margin-bottom:1.25rem}.info-label{font-size:.75rem;color:var(--text-tertiary);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.info-value{font-size:.9375rem;color:var(--text-primary);font-weight:500;text-decoration:none;transition:color .15s ease-out;display:inline-block;letter-spacing:-.01em}.info-value:hover{color:var(--text-secondary)}.contact-form{display:flex;flex-direction:column;gap:.75rem}.contact-input,.contact-textarea{width:100%;padding:.75rem 1rem;background:var(--bg-primary);border:1px solid var(--border-default);border-radius:8px;outline:none;color:var(--text-primary);font-size:.9375rem;font-family:inherit;letter-spacing:-.01em;transition:all .15s ease-out}.contact-input:focus,.contact-textarea:focus{border-color:var(--text-primary);background:var(--bg-secondary);box-shadow:0 0 0 3px var(--accent-subtle)}.contact-input::placeholder,.contact-textarea::placeholder{color:var(--text-tertiary)}.contact-textarea{resize:vertical;min-height:120px}.contact-submit{padding:.75rem 1.5rem;background:var(--text-primary);border:none;border-radius:8px;color:#fff;font-weight:500;font-size:.9375rem;letter-spacing:-.01em;cursor:pointer;transition:all .15s ease-out;font-family:inherit;margin-top:.25rem}.contact-submit:hover{opacity:.85}@media(max-width:640px){.contact-page{padding:1.25rem 4%}.contact-content{grid-template-columns:1fr;gap:2rem}}.login-page{min-height:100vh;background:var(--bg-primary);padding:1.5rem 5%;display:flex;flex-direction:column}.login-page .back-button{background:none;border:none;color:var(--text-tertiary);font-size:.875rem;letter-spacing:-.01em;cursor:pointer;margin-bottom:2rem;padding:.5rem 0;transition:color .15s ease-out;font-weight:500;align-self:flex-start;font-family:inherit}.login-page .back-button:hover{color:var(--text-primary)}.login-container{max-width:720px;margin:0 auto;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center}.login-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin-bottom:.5rem;letter-spacing:-.03em;color:var(--text-primary)}.login-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:3rem;letter-spacing:-.01em}.login-options{display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;align-items:stretch}.login-section{display:flex;flex-direction:column;padding:2rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-subtle);transition:all .2s ease-out;min-height:200px}.login-section h2{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em;color:var(--text-primary)}.login-section p{color:var(--text-tertiary)!important;font-size:.875rem!important;letter-spacing:-.01em;margin-bottom:1rem!important}.login-section>div:last-child{margin-top:auto}.login-section:hover{border-color:var(--border-default);box-shadow:var(--shadow-sm)}.google-login-wrapper{display:flex;justify-content:center;align-items:center}.google-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.75rem 1.25rem;background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:8px;color:var(--text-primary);font-weight:500;font-size:.9375rem;letter-spacing:-.01em;cursor:pointer;transition:all .15s ease-out;font-family:inherit}.google-btn:hover{border-color:var(--text-primary);background:var(--bg-primary)}.google-btn.outline{background:transparent}.google-icon{width:18px;height:18px;flex-shrink:0}.divider{display:flex;align-items:center;justify-content:center;position:relative;height:100%}.divider:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--border-subtle)}.divider span{background:var(--bg-primary);padding:.5rem;font-weight:500;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);z-index:1;position:relative}.credentials-form{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:auto}.credential-input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-subtle);border-radius:8px;font-size:.9375rem;font-family:inherit;letter-spacing:-.01em;transition:all .15s ease-out;outline:none;background:var(--bg-primary);color:var(--text-primary)}.credential-input:focus{border-color:var(--text-primary);background:var(--bg-primary)}.credential-input::placeholder{color:var(--text-tertiary)}.credential-submit{width:100%;padding:.75rem 1rem;background:var(--text-primary);border:none;border-radius:8px;color:var(--bg-primary);font-size:.9375rem;font-weight:500;letter-spacing:-.01em;cursor:pointer;transition:all .15s ease-out;font-family:inherit;margin-top:.25rem}.credential-submit:hover{opacity:.85}@media(max-width:768px){.login-page{padding:1.25rem 4%}.login-options{grid-template-columns:1fr;gap:1.5rem}.divider{padding:.5rem 0}.divider:before{inset:50% 0 auto;width:100%;height:1px}}.profile-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:2rem}.profile-container{background:var(--bg-secondary);border-radius:16px;padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center;box-shadow:var(--shadow-lg);border:1px solid var(--border-subtle)}.profile-welcome{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;margin-bottom:.5rem;letter-spacing:-.03em;color:var(--text-primary)}.profile-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:2.5rem;letter-spacing:-.01em}.profile-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;letter-spacing:-.01em;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease-out;font-family:inherit}.btn-primary{background:var(--text-primary);color:#fff}.btn-primary:hover{opacity:.85;transform:translateY(-1px)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-default)}.btn-secondary:hover{background:var(--bg-primary);border-color:var(--text-primary)}@media(max-width:640px){.profile-container{padding:2rem 1.5rem;margin:0 1rem}.profile-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.app{min-height:100vh;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}.section-label{display:none}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;background:#fafafacc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:1000;transition:background .2s ease-out}.logo{display:flex;align-items:center;gap:.625rem;cursor:pointer;transition:opacity .2s ease-out}.logo:hover{opacity:.7}.logo-image{height:32px;width:auto;object-fit:contain}.logo-text{font-size:1.125rem;font-weight:600;letter-spacing:-.02em;color:var(--text-primary)}.nav-links{display:flex;align-items:center;gap:.5rem}.nav-link{color:var(--text-secondary);background:none;border:none;font-weight:500;font-size:.875rem;letter-spacing:-.01em;cursor:pointer;padding:.5rem 1rem;border-radius:6px;transition:all .15s ease-out;font-family:inherit}.nav-link:hover{color:var(--text-primary);background:var(--accent-subtle)}.nav-cta{padding:.5rem 1rem;background:var(--text-primary);border:none;border-radius:6px;color:#fff;font-weight:500;font-size:.875rem;letter-spacing:-.01em;cursor:pointer;transition:all .15s ease-out;font-family:inherit}.nav-cta:hover{opacity:.85;transform:translateY(-1px)}.hero{min-height:calc(100vh - 57px);padding:0 5%;position:relative;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center}.hero-content{max-width:720px;margin:0 auto;text-align:center;position:relative;z-index:10;padding:2rem 0}.announcement-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:var(--bg-tertiary);border:none;border-radius:100px;font-size:.8125rem;font-weight:500;color:var(--text-secondary);margin-bottom:2rem;letter-spacing:-.01em;transition:background .2s ease-out}.announcement-badge:hover{background:var(--accent-hover)}.pulse-dot{width:6px;height:6px;border-radius:50%;background:var(--text-primary);opacity:.8}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:650;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.035em;color:var(--text-primary)}.gradient-text{color:var(--text-primary);background:none;-webkit-background-clip:unset;-webkit-text-fill-color:unset}.hero-description{font-size:1.125rem;line-height:1.65;color:var(--text-secondary);margin-bottom:3rem;max-width:560px;margin-left:auto;margin-right:auto;letter-spacing:-.01em}.hero-stats{display:flex;gap:4rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:1.5rem;font-weight:600;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.25rem}.stat-label{font-size:.8125rem;color:var(--text-tertiary);letter-spacing:-.01em}.demo-toggle-btn{padding:.875rem 2rem;background:var(--text-primary);border:none;border-radius:8px;color:#fff;font-weight:500;font-size:.9375rem;letter-spacing:-.01em;cursor:pointer;transition:all .2s ease-out;margin-bottom:2rem;font-family:inherit}.demo-toggle-btn:hover{opacity:.85;transform:translateY(-2px);box-shadow:var(--shadow-md)}.demo-form{max-width:400px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem;animation:fadeSlideUp .25s ease-out}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.form-input{width:100%;padding:.875rem 1rem;background:var(--bg-primary);border:1px solid var(--border-default);border-radius:8px;outline:none;color:var(--text-primary);font-size:.9375rem;letter-spacing:-.01em;transition:all .15s ease-out;font-family:inherit}.form-input:focus{border-color:var(--text-primary);background:var(--bg-secondary);box-shadow:0 0 0 3px var(--accent-subtle)}.form-input::placeholder{color:var(--text-tertiary)}.submit-btn{width:100%;padding:.875rem;background:var(--text-primary);border:none;border-radius:8px;color:#fff;font-weight:500;font-size:.9375rem;letter-spacing:-.01em;cursor:pointer;transition:all .15s ease-out;font-family:inherit;margin-top:.25rem}.submit-btn:hover{opacity:.85}.gradient-blur{display:none}.problem-section{padding:6rem 5%;background:var(--bg-primary);text-align:center;position:relative}.problem-content{max-width:640px;margin:0 auto}.problem-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.03em;color:var(--text-primary)}.problem-description{font-size:1.0625rem;line-height:1.7;color:var(--text-secondary);letter-spacing:-.01em}.features-section{padding:6rem 5%;background:var(--bg-secondary);position:relative}.section-heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;text-align:center;margin-bottom:1rem;letter-spacing:-.03em;color:var(--text-primary);line-height:1.2}.section-subheading{font-size:1.0625rem;line-height:1.7;color:var(--text-secondary);text-align:center;max-width:560px;margin:0 auto 4rem;letter-spacing:-.01em}.feature-showcase{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:6rem}.feature-large{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-large.reverse{direction:rtl}.feature-large.reverse>*{direction:ltr}.feature-visual{background:var(--bg-primary);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-subtle);transition:all .25s ease-out}.feature-visual:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-image,.feature-video{width:100%;height:auto;display:block;border-radius:8px}.feature-text h3{font-size:1.375rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.02em;color:var(--text-primary)}.feature-text p{font-size:1rem;line-height:1.7;color:var(--text-secondary);letter-spacing:-.01em}.testimonial-section{padding:6rem 5%;background:var(--bg-primary);text-align:center;position:relative}.testimonial-content{max-width:720px;margin:0 auto 4rem}.testimonial-quote{font-size:clamp(1.375rem,3vw,1.75rem);font-weight:500;line-height:1.5;margin-bottom:2rem;letter-spacing:-.02em;color:var(--text-primary)}.testimonial-author{margin-top:1.5rem}.author-name{font-size:.9375rem;font-weight:600;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:.125rem}.author-title{font-size:.875rem;color:var(--text-tertiary);letter-spacing:-.01em}.trusted-by{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border-subtle)}.trusted-by p{font-size:.75rem;color:var(--text-tertiary);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.logo-strip{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.company-logo{padding:.625rem 1.25rem;background:transparent;border:none;font-weight:500;font-size:.875rem;color:var(--text-tertiary);letter-spacing:-.01em;transition:color .15s ease-out}.company-logo:hover{color:var(--text-secondary)}.benefits-section{padding:6rem 5%;background:var(--bg-secondary);position:relative}.benefits-grid{max-width:900px;margin:3rem auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border-subtle);border-radius:12px;overflow:hidden;border:1px solid var(--border-subtle)}.benefit-card{padding:2rem;background:var(--bg-secondary);transition:background .2s ease-out}.benefit-card:hover{background:var(--bg-primary)}.benefit-card h3{font-size:1.0625rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em;color:var(--text-primary)}.benefit-card p{font-size:.9375rem;line-height:1.65;color:var(--text-secondary);letter-spacing:-.01em}.faq-section{padding:6rem 5%;background:var(--bg-primary);position:relative}.faq-container{max-width:640px;margin:3rem auto 0;display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border-subtle);transition:all .2s ease-out}.faq-item:first-child{border-top:1px solid var(--border-subtle)}.faq-question{width:100%;padding:1.25rem 0;background:none;border:none;text-align:left;font-size:1rem;font-weight:500;letter-spacing:-.01em;color:var(--text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .15s ease-out;font-family:inherit}.faq-question:hover{color:var(--text-secondary)}.faq-icon{font-size:1.125rem;color:var(--text-tertiary);font-weight:300;transition:transform .2s ease-out}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 0 1.25rem;font-size:.9375rem;line-height:1.7;color:var(--text-secondary);letter-spacing:-.01em;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.final-cta{padding:6rem 5%;background:var(--bg-secondary);text-align:center;position:relative}.cta-content{max-width:560px;margin:0 auto}.cta-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;margin-bottom:1rem;letter-spacing:-.03em;color:var(--text-primary);line-height:1.2}.cta-description{font-size:1.0625rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2rem;letter-spacing:-.01em}.cta-button{padding:.875rem 2rem;background:var(--text-primary);border:none;border-radius:8px;color:#fff;font-weight:500;font-size:.9375rem;letter-spacing:-.01em;cursor:pointer;transition:all .2s ease-out;font-family:inherit}.cta-button:hover{opacity:.85;transform:translateY(-2px);box-shadow:var(--shadow-md)}.footer{padding:1.5rem 5%;background:var(--bg-primary);border-top:1px solid var(--border-subtle)}.footer-content{max-width:1000px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:1.5rem}.footer-brand,.footer-tagline{display:none}.footer-links{display:flex;align-items:center;gap:.5rem}.footer-links a{color:var(--text-tertiary);text-decoration:none;font-size:.8125rem;letter-spacing:-.01em;transition:color .15s ease-out;padding:.25rem .5rem}.footer-links a:hover{color:var(--text-secondary)}.footer-links span{color:var(--border-default);font-size:.75rem}@media(max-width:900px){.feature-large{grid-template-columns:1fr;gap:2rem}.feature-large.reverse{direction:ltr}.benefits-grid{grid-template-columns:1fr}}@media(max-width:640px){.navbar{padding:.875rem 4%}.nav-links{gap:.25rem}.nav-link{padding:.5rem .75rem;font-size:.8125rem}.nav-cta{padding:.5rem .875rem;font-size:.8125rem}.hero{padding:5rem 4% 4rem}.hero-stats{gap:2.5rem}.stat-number{font-size:1.25rem}.problem-section,.features-section,.testimonial-section,.benefits-section,.faq-section,.final-cta{padding:4rem 4%}.feature-showcase{gap:4rem}.benefit-card{padding:1.5rem}.footer{padding:1.25rem 4%}}
