@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#e8eaed;--primary:#e91e63;--primary-hover:#c2185b;--primary-glow:#e91e6359;--primary-subtle:#e91e6314;--navy-deep:#060b14;--navy-dark:#090e1a;--navy-mid:#0d1526;--navy-card:#111827;--navy-light:#1c2a3d;--navy-border:#ffffff12;--text-primary:#e8eaed;--text-secondary:#9aa3b2;--text-muted:#5c6880;--accent-blue:#3b82f6;--accent-cyan:#06b6d4;--accent-green:#10b981;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#090e1a;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--navy-dark);min-width:320px;min-height:100vh;color:var(--text-primary)}#root{width:100%}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);background:var(--primary-subtle);border:1px solid #e91e6333;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.section-title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1.15}.section-title span{color:var(--primary)}.section-desc{color:var(--text-secondary);max-width:580px;font-size:1.1rem;line-height:1.7}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 4px 20px var(--primary-glow);white-space:nowrap;border:none;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 10px 30px var(--primary-glow);transform:translateY(-3px)}.btn-outline{color:var(--text-primary);border:1.5px solid var(--navy-border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.glass-card{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:20px;transition:all .4s}.glass-card:hover{border-color:#e91e634d;transform:translateY(-6px);box-shadow:0 20px 60px #0006,0 0 0 1px #e91e631a}.divider{background:linear-gradient(90deg, transparent, var(--navy-border), transparent);height:1px;margin:0}@media (width<=768px){.section{padding:4rem 0}.container{padding:0 1.25rem}.section-title{font-size:2rem}}.header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#090e1ae6;border-bottom:1px solid #ffffff0f;width:100%;padding:1.1rem 0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:48px}.logo-container{align-items:center;text-decoration:none;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--text-primary)}.nav-links .active-link{color:var(--primary)!important}.menu-toggle{color:var(--text-primary);cursor:pointer;box-shadow:none;background:0 0;border:none;padding:.5rem;display:none}.menu-toggle:hover{background:var(--primary-subtle);box-shadow:none;transform:none}.hero{background:var(--navy-deep);padding:7rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e91e631f 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-200px;right:-200px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f612 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-100px;left:-100px}.hero-grid{z-index:1;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);background:var(--primary-subtle);border:1px solid #e91e6340;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.hero-badge span{background:var(--primary);border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero h1{letter-spacing:-.04em;color:#fff;margin-bottom:1.4rem;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;line-height:1.1}.hero h1 span{color:var(--primary)}.hero-subtitle{color:var(--text-secondary);max-width:540px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.75}.hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{border-top:1px solid var(--navy-border);gap:2.5rem;margin-top:3rem;padding-top:2.5rem;display:flex}.hero-stat-num{color:#fff;font-size:2rem;font-weight:900}.hero-stat-num span{color:var(--primary)}.hero-stat-label{color:var(--text-muted);margin-top:.2rem;font-size:.85rem}.hero-img-wrap{position:relative}.hero-img-wrap img{object-fit:cover;border:1px solid var(--navy-border);border-radius:24px;width:100%;height:480px;display:block}.hero-img-badge{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:14px;align-items:center;gap:1rem;padding:1rem 1.4rem;display:flex;position:absolute;bottom:-18px;left:24px;box-shadow:0 20px 40px #00000080}.hero-img-badge-dot{background:#10b981;border-radius:50%;width:10px;height:10px;animation:2s infinite pulse;box-shadow:0 0 0 3px #10b98133}.hero-img-badge p{color:var(--text-muted);font-size:.82rem}.hero-img-badge strong{color:#fff;font-size:.95rem}.logos-bar{background:var(--navy-mid);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);padding:3rem 0}.logos-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.logos-bar p{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;font-size:.85rem;font-weight:600}.logos-list{flex-wrap:wrap;align-items:center;gap:3rem;display:flex}.logos-list span{color:var(--text-secondary);opacity:.7;letter-spacing:.03em;font-size:1rem;font-weight:700}.features-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feat-card{padding:2rem}.feat-icon{background:var(--primary-subtle);width:52px;height:52px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.feat-card h3{color:var(--text-primary);margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.feat-card p{color:var(--text-secondary);font-size:.92rem;line-height:1.65}.usecases{background:var(--navy-mid)}.usecases-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.usecase-card{flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.usecase-img{object-fit:cover;border-radius:14px;width:100%;height:220px;margin-bottom:.5rem}.usecase-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);font-size:.75rem;font-weight:700}.usecase-card h3{color:var(--text-primary);font-size:1.3rem;font-weight:800}.usecase-card p{color:var(--text-secondary);font-size:.93rem;line-height:1.65}.usecase-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.usecase-list li{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.usecase-list li:before{content:"";background:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.steps-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.steps-grid:before{content:"";background:linear-gradient(90deg, var(--primary) 0%, #e91e631a 100%);z-index:0;height:2px;position:absolute;top:28px;left:60px;right:60px}.step-card{text-align:center;z-index:1;position:relative}.step-num{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.2rem;font-size:1.3rem;font-weight:900;display:flex;box-shadow:0 0 0 8px #e91e631a}.step-card h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.step-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.split-section{background:var(--navy-mid)}.split-layout{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.split-layout.reversed .split-img{order:2}.split-layout.reversed .split-text{order:1}.split-img img{object-fit:cover;border:1px solid var(--navy-border);border-radius:24px;width:100%;height:400px;display:block}.split-text h2{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.2rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:900;line-height:1.2}.split-text h2 span{color:var(--primary)}.split-text p{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.75}.check-list{flex-direction:column;gap:.85rem;margin-bottom:2rem;list-style:none;display:flex}.check-list li{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.check-icon{color:#10b981;background:#10b9811f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:flex}.plans-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.plan-card{border-radius:20px;padding:2.5rem;position:relative}.plan-card.featured{border-color:var(--primary);background:linear-gradient(135deg, var(--navy-card) 0%, #e91e630f 100%)}.plan-popular{background:var(--primary);color:#fff;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:50px;padding:.35rem 1.1rem;font-size:.7rem;font-weight:800;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.plan-name{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:1rem;font-weight:700}.plan-price{color:var(--text-primary);margin-bottom:.4rem;font-size:2.8rem;font-weight:900;line-height:1}.plan-price span{color:var(--text-muted);font-size:1rem;font-weight:600}.plan-price sup{font-size:1.4rem}.plan-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.88rem}.plan-features{flex-direction:column;gap:.85rem;margin-bottom:2rem;list-style:none;display:flex}.plan-features li{color:var(--text-secondary);align-items:center;gap:.65rem;font-size:.92rem;display:flex}.plan-features li svg{color:var(--primary);flex-shrink:0}.plan-btn{justify-content:center;width:100%;display:flex}.testimonials{background:var(--navy-mid)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.testi-card{padding:2rem}.testi-stars{color:#f59e0b;gap:.25rem;margin-bottom:1rem;font-size:1rem;display:flex}.testi-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testi-author{align-items:center;gap:.85rem;display:flex}.testi-avatar{background:var(--primary-subtle);width:44px;height:44px;color:var(--primary);border:2px solid #e91e634d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.testi-name{color:var(--text-primary);font-size:.92rem;font-weight:700}.testi-role{color:var(--text-muted);font-size:.8rem}.stats-banner{background:linear-gradient(135deg, var(--navy-mid) 0%, var(--navy-card) 100%);border-top:1px solid var(--navy-border);border-bottom:1px solid var(--navy-border);padding:4rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-num{color:var(--primary);margin-bottom:.4rem;font-size:3rem;font-weight:900;line-height:1}.stat-label{color:var(--text-secondary);font-size:.9rem}.cta-section{text-align:center;background:linear-gradient(135deg, var(--navy-deep) 0%, #e91e630d 100%);padding:6rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(#e91e631a 0%,#0000 70%);border-radius:50%;width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section h2{color:#fff;letter-spacing:-.03em;margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3rem);font-weight:900;position:relative}.cta-section p{color:var(--text-secondary);max-width:520px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7;position:relative}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.footer{background:var(--navy-deep);border-top:1px solid var(--navy-border);padding:4rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand p{color:var(--text-muted);max-width:260px;margin-top:1rem;font-size:.9rem;line-height:1.7}.footer-col h5{letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);margin-bottom:1.2rem;font-size:.85rem;font-weight:700}.footer-col a{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:block}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--navy-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-bottom p{color:var(--text-muted);font-size:.85rem}.footer-bottom a{color:var(--text-muted);font-size:.85rem;text-decoration:none}.footer-bottom a:hover{color:var(--primary)}.footer-made{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.82rem;display:flex}.footer-made span{color:var(--primary)}.support-page{padding:5rem 0}.support-head{text-align:center;margin-bottom:4rem}.support-head h1{color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:900}.support-head p{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:1.1rem}.support-layout{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;display:grid}.info-cards{flex-direction:column;gap:1.2rem;display:flex}.info-card{align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.info-icon-wrap{background:var(--primary-subtle);width:42px;height:42px;color:var(--primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-card h4{color:var(--text-primary);margin-bottom:.3rem;font-size:.9rem;font-weight:700}.info-card p{color:var(--text-muted);font-size:.88rem}.form-wrap{background:var(--navy-card);border:1px solid var(--navy-border);border-radius:20px;padding:2.5rem}.form-wrap h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem;font-weight:800}.form-wrap>p{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.2rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.88rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:var(--navy-mid);border:1px solid var(--navy-border);color:var(--text-primary);border-radius:10px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary)}.form-group select option{background:var(--navy-mid)}.form-submit{justify-content:center;width:100%;margin-top:.5rem}.privacy-page{padding:5rem 0}.privacy-content{max-width:820px;margin:0 auto}.privacy-content h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2.8rem;font-weight:900}.privacy-content .updated{color:var(--text-muted);margin-bottom:3rem;font-size:.88rem}.privacy-content h2{color:var(--primary);margin:2.5rem 0 .75rem;font-size:1.3rem;font-weight:800}.privacy-content p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.privacy-content ul{padding-left:1.5rem}.privacy-content li{color:var(--text-secondary);margin-bottom:.5rem;font-size:.95rem;line-height:1.75}@media (width<=1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.plans-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.section{padding:4rem 0}.menu-toggle{z-index:1000;display:flex}.nav-links{background:var(--navy-mid);z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:1.25rem;width:85%;height:100vh;padding:6rem 1.5rem 2rem;transition:right .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0009}.nav-links.open{right:0}.nav-links a{text-align:center;width:100%;padding:.5rem;font-size:1.1rem}.nav-links .btn-primary{justify-content:center;width:100%;margin-top:1rem}.hero{padding:4rem 0 3rem}.hero-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2.2rem;line-height:1.2}.hero-subtitle{margin:0 auto 2rem;font-size:1rem}.hero-btns{justify-content:center}.hero-stats{border-top:1px solid var(--navy-border);justify-content:center;gap:1.25rem;padding-top:2rem}.hero-stat-num{font-size:1.5rem}.hero-img-wrap{order:-1;width:100%;max-width:500px;margin:0 auto 1rem}.hero-img-wrap img{border-radius:20px;width:100%;height:350px}.hero-img-badge{width:90%;max-width:280px;padding:.75rem 1rem;bottom:-15px;left:50%;transform:translate(-50%)}.logos-bar-inner{text-align:center;flex-direction:column;gap:1.5rem}.logos-list{justify-content:center;gap:1.5rem}.logos-list span{font-size:.9rem}.section-title{text-align:center;font-size:1.8rem}.section-desc{text-align:center}.features-grid{grid-template-columns:1fr;justify-items:center;gap:1.5rem;width:100%}.feat-card{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto;display:flex}.usecases-grid{grid-template-columns:1fr;gap:1.5rem}.usecase-card{text-align:center;align-items:center;padding:1.5rem}.usecase-list{text-align:left;align-items:center;width:fit-content;margin:0 auto}.steps-grid{grid-template-columns:1fr;gap:2rem}.steps-grid:before{display:none}.step-card{max-width:300px;margin:0 auto}.split-layout{text-align:center;grid-template-columns:1fr;gap:2.5rem}.split-layout.reversed .split-img{order:-1}.split-layout.reversed .split-text{order:1}.split-img img{height:280px}.check-list{text-align:left;align-items:center;width:fit-content;margin:0 auto 2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-num{font-size:2.2rem}.footer-grid{text-align:center;grid-template-columns:1fr;gap:2.5rem}.footer-brand{text-align:center;flex-direction:column;align-items:center;display:flex}.footer-brand p{max-width:300px;margin:1rem auto 0}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}.support-layout{grid-template-columns:1fr;gap:2.5rem}.form-wrap{padding:1.5rem}.form-row{grid-template-columns:1fr}}@media (width<=480px){.hero h1{font-size:1.9rem}.section-title{font-size:1.6rem}.hero-stats{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}.hero-img-wrap img{height:260px}.btn-primary,.btn-outline{justify-content:center;width:100%}.hero-btns{flex-direction:column;align-items:center;width:100%}}
