@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary: #20B2AA;--primary-dark: #1a9690;--primary-light: #3fccc4;--bg-dark: #0a0a0a;--bg-card: #141414;--bg-card-hover: #1a1a1a;--text: #ffffff;--text-muted: #888888;--text-secondary: #b0b0b0;--border: #2a2a2a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-dark);color:var(--text);line-height:1.6;overflow-x:hidden}#root{width:100%;max-width:none;margin:0;padding:0;text-align:left}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}ul{list-style:none}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 3rem;background:#0a0a0ab3;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.08);transition:all .3s ease}.nav.scrolled{padding:1rem 3rem;background:#0a0a0ae6}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#fff}.logo-img{width:40px;height:40px;border-radius:8px}.nav-links{display:flex;gap:3rem}.nav-links a{color:#ffffffb3;font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{display:flex;align-items:center;gap:.5rem;background:#20b2aa;color:#000;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9rem;transition:transform .2s,box-shadow .2s}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #20b2aa4d}.mobile-menu{display:none;background:none;border:none;color:#fff}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:10rem 3rem 6rem;position:relative}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#20b2aa1a;border:1px solid rgba(32,178,170,.3);color:#20b2aa;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;margin-bottom:1rem;font-weight:500}.hero-left h1{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em}.hero-left p{font-size:1.35rem;color:#fff9;margin-bottom:1.5rem;max-width:520px;line-height:1.6}.hero-desc{font-size:1.15rem;color:#ffffffb3;margin-bottom:1.5rem;line-height:1.7}.hero-tagline{font-size:1rem;color:#ffffff80;margin-bottom:2.5rem;line-height:1.7}.hero-trust{font-size:.9rem;color:#ffffff80;margin-bottom:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.hero-buttons{display:flex;gap:1rem;margin-bottom:4rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:#20b2aa;color:#000;padding:1.25rem 2rem;border-radius:14px;font-weight:600;font-size:1.05rem;transition:all .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #20b2aa66}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#fff;padding:1.25rem 2rem;border-radius:14px;font-weight:600;font-size:1.05rem;border:2px solid rgba(255,255,255,.15);transition:all .2s}.btn-ghost:hover{border-color:#ffffff4d;background:#ffffff0d}.hero-stats{display:flex;gap:3rem}.stat-item{text-align:left}.stat-value{font-size:2rem;font-weight:800;color:#fff;margin-bottom:.25rem}.stat-label{font-size:.85rem;color:#ffffff80}.phone-container{position:relative;display:flex;justify-content:center}.phone{width:320px;height:650px;background:#1a1a1a;border-radius:48px;border:8px solid #0a0a0a;padding:12px;box-shadow:0 40px 80px #00000080;position:relative}.phone-notch{position:absolute;top:20px;left:50%;transform:translate(-50%);width:120px;height:28px;background:#000;border-radius:20px;z-index:10}.phone-screen{width:100%;height:100%;background:#0f0f0f;border-radius:40px;overflow:hidden;display:flex;flex-direction:column}.chat-header{padding:3rem 1.5rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.avatar{width:40px;height:40px;background:#20b2aa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000;font-size:.9rem}.status .name{font-size:.95rem;font-weight:600;color:#fff}.status .online{font-size:.7rem;color:#ffffff80;max-width:180px;line-height:1.3}.ai-intro{padding:1rem 1.5rem .5rem}.ai-intro p{font-size:.75rem;color:#fff9;line-height:1.5;margin-bottom:.75rem}.ai-intro .questions-label{font-size:.7rem;color:#fff6;font-weight:600}.messages{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.msg{padding:.85rem 1.1rem;border-radius:18px;font-size:.8rem;max-width:85%;line-height:1.5}.msg.user{background:#20b2aa;color:#000;align-self:flex-end;border-bottom-right-radius:6px;font-weight:500}.msg.ai{background:#1a1a1a;color:#ffffffe6;align-self:flex-start;border-bottom-left-radius:6px;border:1px solid rgba(255,255,255,.05)}.msg.sample-question{background:#20b2aa1a;border:1px solid rgba(32,178,170,.2);color:#fffc;font-size:.75rem;padding:.6rem 1rem;border-radius:12px;font-style:italic}.ai-disclaimer{padding:.75rem 1.5rem;font-size:.65rem;color:#ffffff59;line-height:1.5;border-top:1px solid rgba(255,255,255,.05)}.chat-input{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.05)}.input-placeholder{background:#1a1a1a;border:1px solid rgba(255,255,255,.05);padding:.85rem 1.1rem;border-radius:12px;color:#ffffff4d;font-size:.85rem}.float-card{position:absolute;display:flex;align-items:center;gap:.5rem;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);padding:.75rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:600;color:#fff;box-shadow:0 8px 24px #0000004d}.float-card.card-1{top:10%;right:-10%;animation:float1 6s ease-in-out infinite}.float-card.card-2{bottom:15%;left:-10%;animation:float2 6s ease-in-out infinite 1s}@keyframes float1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}@keyframes float2{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(-2deg)}}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);color:#fff6;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.section-header{text-align:center;margin-bottom:4rem}.tag{display:inline-block;color:#20b2aa;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:1rem}.section-header h2{font-size:3.5rem;font-weight:800;color:#fff;letter-spacing:-.02em}.features{padding:8rem 3rem;background:#0a0a0a}.bento-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.bento-card{background:#141414;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;transition:all .3s ease;cursor:pointer}.bento-card:hover{border-color:#ffffff26;transform:translateY(-4px)}.bento-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#000}.bento-emoji{font-size:2.5rem;margin-bottom:1.5rem}.bento-card h3{font-size:1.35rem;font-weight:700;color:#fff;margin-bottom:.75rem}.bento-card p{color:#ffffff80;line-height:1.6;font-size:.95rem}.how{padding:8rem 3rem}.steps-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.step-card{text-align:left}.step-num{font-size:4rem;font-weight:800;color:#ffffff1a;margin-bottom:1rem;line-height:1}.step-card h3{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.75rem}.step-card p{color:#ffffff80;font-size:1.05rem;line-height:1.6}.social{padding:8rem 3rem;background:#0a0a0a}.testimonials-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial{background:#141414;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem}.stars{display:flex;gap:.25rem;margin-bottom:1.25rem}.quote{font-size:1.05rem;color:#fffc;line-height:1.7;margin-bottom:1.5rem}.author{display:flex;flex-direction:column;gap:.25rem}.author-name{font-weight:600;color:#fff}.author-role{font-size:.85rem;color:#fff6}.cta{padding:8rem 3rem}.cta-box{max-width:800px;margin:0 auto;text-align:center;background:#141414;border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:5rem 3rem}.cta-box h2{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.cta-box p{font-size:1.25rem;color:#ffffff80;margin-bottom:3rem}.download-btn{display:inline-block;transition:transform .2s}.download-btn:hover{transform:scale(1.05)}.download-btn img{height:64px}.future-section{padding:6rem 3rem;text-align:center}.future-section .section-header{max-width:700px;margin:0 auto}.future-section h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.future-desc{font-size:1.15rem;color:#fff9;line-height:1.8}.resources{padding:8rem 3rem;background:#0a0a0a}.section-desc{font-size:1.15rem;color:#ffffff80;margin-top:1rem}.blog-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{background:#141414;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;display:block;transition:all .3s ease;height:100%}.blog-card:hover{border-color:#20b2aa4d;transform:translateY(-4px)}.blog-tag{display:inline-block;background:#20b2aa1a;border:1px solid rgba(32,178,170,.2);color:#20b2aa;padding:.35rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.blog-card h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem;line-height:1.4}.blog-card p{color:#fff9;font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.blog-link{display:inline-flex;align-items:center;gap:.5rem;color:#20b2aa;font-weight:600;font-size:.9rem;transition:gap .2s}.blog-card:hover .blog-link{gap:.75rem}.resources-footer{max-width:1200px;margin:3rem auto 0;display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.resources-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff9;font-weight:500;font-size:.95rem;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .2s}.resources-link:hover{color:#20b2aa;border-color:#20b2aa4d;background:#20b2aa0d}footer{padding:4rem 3rem 2rem;background:#0a0a0a;border-top:1px solid rgba(255,255,255,.05)}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-logo .logo-img{width:40px;height:40px;border-radius:8px}.footer-brand p{color:#fff6;font-size:.95rem;max-width:300px}.footer-disclaimer{color:#fff6;font-size:.85rem;line-height:1.6;max-width:350px}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links h4{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-links a{color:#ffffff80;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);text-align:center}.footer-bottom p{color:#ffffff4d;font-size:.85rem}@media(max-width:1200px){.hero-content{grid-template-columns:1fr;text-align:center;gap:4rem}.hero-left h1{font-size:4rem}.hero-left p{margin:0 auto 3rem}.hero-buttons,.hero-stats{justify-content:center}.hero-right{order:-1}.bento-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,1fr)}.resources,.future-section{padding:4rem 3rem}.future-section h2{font-size:2.5rem}.steps-container{grid-template-columns:1fr;gap:2rem}.testimonials-grid{grid-template-columns:1fr}}@media(max-width:768px){.nav{padding:1rem 1.5rem}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#0a0a0af2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);flex-direction:column;padding:1.5rem;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.nav-links.open{display:flex}.nav-cta{display:none}.mobile-menu{display:block}.hero{padding:8rem 1.5rem 4rem}.hero-left h1{font-size:2.5rem}.hero-left p{font-size:1.1rem}.hero-subtitle,.hero-desc{font-size:1rem}.hero-tagline{font-size:.9rem}.future-section{padding:3rem 1.5rem}.future-section h2{font-size:2rem}.future-desc{font-size:1rem}.resources{padding:4rem 1.5rem}.blog-grid{grid-template-columns:1fr}.blog-card{padding:1.5rem}.blog-card h3{font-size:1.1rem}.resources-footer{gap:1rem;flex-direction:column;align-items:center}.resources-link{width:100%;justify-content:center}.hero-buttons{flex-direction:column}.hero-stats{flex-direction:column;gap:2rem}.phone{width:280px;height:570px}.float-card{display:none}.section-header h2{font-size:2.5rem}.features,.how,.social,.cta{padding:4rem 1.5rem}.bento-grid{grid-template-columns:1fr}.cta-box{padding:3rem 2rem}.cta-box h2{font-size:2.5rem}.footer{padding:3rem 1.5rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand p{margin:0 auto}}.legal-page{min-height:100vh;background:#0a0a0a;padding:6rem 2rem 4rem}.legal-container{max-width:900px;margin:0 auto}.back-btn{display:inline-flex;align-items:center;gap:.5rem;color:#fff9;font-size:.95rem;font-weight:500;margin-bottom:3rem;transition:color .2s}.back-btn:hover{color:#20b2aa}.legal-page h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.last-updated{color:#fff6;font-size:.9rem;margin-bottom:3rem}.subtitle{color:#fff9;font-size:1.25rem;margin-bottom:3rem}.legal-page section{margin-bottom:3rem}.legal-page h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;margin-top:2rem}.legal-page h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem;margin-top:1.5rem}.legal-page p{color:#ffffffb3;line-height:1.8;margin-bottom:1rem;font-size:1.05rem}.legal-page ul{list-style:none;padding:0;margin:1rem 0 1.5rem}.legal-page li{color:#ffffffb3;line-height:1.8;margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-size:1.05rem}.legal-page li:before{content:"•";color:#20b2aa;font-weight:700;position:absolute;left:0}.legal-page a{color:#20b2aa;text-decoration:none;transition:opacity .2s}.legal-page a:hover{opacity:.8;text-decoration:underline}.legal-page strong{color:#fff;font-weight:600}.contact-box{background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin:1.5rem 0}.contact-box p{margin-bottom:.5rem}.support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0 3rem}.support-card{background:#141414;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.support-card:hover{border-color:#ffffff26;transform:translateY(-4px)}.support-card svg{color:#20b2aa;margin-bottom:1rem}.support-card h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem}.support-card p{color:#ffffff80;font-size:.95rem;margin-bottom:1rem}.support-link{color:#20b2aa;font-weight:600;font-size:.95rem;display:inline-block}.faq-item{background:#141414;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;margin-bottom:1.5rem;transition:all .3s ease}.faq-item:hover{border-color:#ffffff1a}.faq-item h3{display:flex;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:1rem}.faq-item h3 svg{color:#20b2aa;flex-shrink:0}.faq-item p{color:#ffffffb3;line-height:1.7;margin-bottom:.5rem}.faq-item ul{margin-top:.5rem;margin-left:0}.faq-nav{background:#141414;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem 2rem;margin-bottom:3rem}.faq-nav p{font-size:.9rem;color:#ffffff80;margin-bottom:1rem}.faq-nav ul{display:flex;flex-wrap:wrap;gap:.75rem;margin:0}.faq-nav li{padding:0;margin:0}.faq-nav li:before{display:none}.faq-nav a{display:inline-block;background:#20b2aa1a;border:1px solid rgba(32,178,170,.2);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;color:#20b2aa;transition:all .2s}.faq-nav a:hover{background:#20b2aa33;text-decoration:none}.faq-item-aeo{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.faq-item-aeo:last-child{border-bottom:none}.faq-item-aeo h3{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:1rem;margin-top:0}.faq-item-aeo p{color:#ffffffbf;line-height:1.9;font-size:1.05rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.comparison-card{background:#141414;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;display:block;transition:all .3s ease}.comparison-card:hover{border-color:#20b2aa4d;transform:translateY(-4px);text-decoration:none}.comparison-card h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:.75rem;margin-top:0}.comparison-card p{color:#fff9;font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.comparison-link{display:inline-flex;align-items:center;gap:.5rem;color:#20b2aa;font-weight:600;font-size:.9rem}.comparison-card:hover .comparison-link{gap:.75rem}.comparison-table{overflow-x:auto;margin:2rem 0}.comparison-table table{width:100%;border-collapse:collapse;background:#141414;border-radius:16px;overflow:hidden}.comparison-table th,.comparison-table td{padding:1rem 1.25rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.05)}.comparison-table th{background:#20b2aa1a;color:#fff;font-weight:600;font-size:.9rem}.comparison-table td{color:#ffffffb3;font-size:.95rem}.comparison-table tr:last-child td{border-bottom:none}.comparison-table tr:hover td{background:#ffffff05}.about-page h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:.75rem;margin-top:1.25rem}@media(max-width:768px){.legal-page{padding:5rem 1.5rem 3rem}.legal-page h1{font-size:2.5rem}.legal-page h2{font-size:1.75rem}.legal-page h3{font-size:1.15rem}.legal-page p,.legal-page li{font-size:1rem}.support-grid{grid-template-columns:1fr}.faq-item{padding:1.5rem}.faq-nav{padding:1.25rem}.faq-nav ul{gap:.5rem}.faq-nav a{font-size:.8rem;padding:.4rem .75rem}.faq-item-aeo h3{font-size:1.1rem}.comparison-grid{grid-template-columns:1fr}.comparison-card{padding:1.5rem}.comparison-table th,.comparison-table td{padding:.75rem;font-size:.85rem}}
