@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--el-surface:#f8f9ff;--el-surface-dim:#ccdbf4;--el-surface-bright:#f8f9ff;--el-surface-container-lowest:#fff;--el-surface-container-low:#eff4ff;--el-surface-container:#e6eeff;--el-surface-container-high:#dde9ff;--el-surface-container-highest:#d5e3fd;--el-surface-variant:#d5e3fd;--el-surface-tint:#494bd6;--el-background:#f8f9ff;--el-on-background:#0d1c2f;--el-on-surface:#0d1c2f;--el-on-surface-variant:#464554;--el-inverse-surface:#233144;--el-inverse-on-surface:#ebf1ff;--el-outline:#767586;--el-outline-variant:#c7c4d7;--el-primary:#4648d4;--el-on-primary:#fff;--el-primary-container:#6063ee;--el-on-primary-container:#fffbff;--el-inverse-primary:#c0c1ff;--el-primary-fixed:#e1e0ff;--el-primary-fixed-dim:#c0c1ff;--el-on-primary-fixed:#07006c;--el-on-primary-fixed-variant:#2f2ebe;--el-secondary:#6b38d4;--el-on-secondary:#fff;--el-secondary-container:#8455ef;--el-on-secondary-container:#fffbff;--el-secondary-fixed:#e9ddff;--el-secondary-fixed-dim:#d0bcff;--el-on-secondary-fixed:#23005c;--el-on-secondary-fixed-variant:#5516be;--el-tertiary:#904900;--el-on-tertiary:#fff;--el-tertiary-container:#b55d00;--el-on-tertiary-container:#fffbff;--el-tertiary-fixed:#ffdcc5;--el-tertiary-fixed-dim:#ffb783;--el-on-tertiary-fixed:#301400;--el-on-tertiary-fixed-variant:#703700;--el-error:#ba1a1a;--el-on-error:#fff;--el-error-container:#ffdad6;--el-on-error-container:#93000a;--el-fg-1:var(--el-on-surface);--el-fg-2:var(--el-on-surface-variant);--el-fg-3:var(--el-outline);--el-bg:var(--el-background);--el-bg-card:var(--el-surface-container-lowest);--el-bg-subtle:var(--el-surface-container-low);--el-border:var(--el-outline-variant);--el-border-strong:var(--el-outline);--el-link:var(--el-primary);--el-gradient-primary:linear-gradient(135deg, #4648d4 0%, #6b38d4 100%);--el-gradient-primary-soft:linear-gradient(135deg, #6063ee 0%, #8455ef 100%);--el-radius-sm:.125rem;--el-radius:.25rem;--el-radius-md:.375rem;--el-radius-lg:.5rem;--el-radius-xl:.75rem;--el-radius-full:9999px;--el-space-unit:4px;--el-space-xs:4px;--el-space-sm:8px;--el-space-md:16px;--el-space-lg:24px;--el-space-xl:32px;--el-space-2xl:48px;--el-space-3xl:64px;--el-gutter:24px;--el-margin:48px;--el-max-width:1440px;--el-shadow-xs:0 1px 2px #3341550a;--el-shadow-sm:0 2px 8px #3341550a;--el-shadow-md:0 4px 20px #3341550d;--el-shadow-lg:0 12px 40px #33415514;--el-shadow-glow-primary:0 0 0 4px #4648d41a;--el-shadow-glow-primary-strong:0 0 0 4px #4648d42e;--el-glass-bg:#ffffffb3;--el-glass-border:#fff6;--el-glass-blur:blur(12px) saturate(140%);--el-ease-standard:cubic-bezier(.2, 0, 0, 1);--el-ease-emphasized:cubic-bezier(.3, 0, 0, 1);--el-duration-fast:.12s;--el-duration-base:.18s;--el-duration-slow:.28s;--el-font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--el-font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace}*,:before,:after{box-sizing:border-box}html,body{background:var(--el-bg);color:var(--el-fg-1);font-family:var(--el-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-size:14px;line-height:1.5}.lp-card-hover{transition:all .22s cubic-bezier(.2,0,0,1)}.lp-card-hover:hover{border-color:var(--el-outline);transform:translateY(-2px);box-shadow:0 12px 40px #3341551a}@keyframes kg-bubble{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes kg-typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes kg-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}select{background-image:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#0d1c2f2e;border-radius:8px}::-webkit-scrollbar-track{background:0 0}.lp-nav{-webkit-backdrop-filter:blur(14px)saturate(160%);backdrop-filter:blur(14px)saturate(160%);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;justify-content:space-between;align-items:center;margin:12px 16px 0;padding:10px 14px 10px 18px;display:flex}@media (width>=768px){.lp-nav{margin:20px 32px 0;padding:12px 16px 12px 22px}}.lp-nav-links,.lp-nav-entrar{display:none}@media (width>=1024px){.lp-nav-links{gap:4px;display:flex}.lp-nav-entrar{display:block}}.lp-nav-tagbrand{display:none}@media (width>=640px){.lp-nav-tagbrand{display:inline}}.lp-hero-section{padding-bottom:80px}@media (width>=1024px){.lp-hero-section{padding-bottom:112px}}.lp-hero-grid{flex-direction:column;gap:40px;padding:48px 20px 0;display:flex}@media (width>=1024px){.lp-hero-grid{grid-template-columns:1.4fr 1fr;align-items:end;gap:64px;max-width:1440px;margin:0 auto;padding:88px 48px 0;display:grid}}.lp-hero-h1{font-size:clamp(36px,9vw,92px)}.lp-hero-ctas{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}@media (width>=480px){.lp-hero-ctas{flex-wrap:nowrap;gap:12px;margin-top:36px}}.lp-pillars{grid-template-columns:1fr;gap:12px;margin-top:28px;display:grid}@media (width>=480px){.lp-pillars{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.lp-pillars{gap:14px;max-width:560px;margin-top:40px}}.lp-stats{border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);margin-top:32px;padding-top:20px;display:grid}@media (width>=1024px){.lp-stats{margin-top:48px;padding-top:24px}}.lp-phone-mock{display:none}@media (width>=1024px){.lp-phone-mock{height:660px;display:block;position:relative}}.lp-lead-strip-section{max-width:1200px;margin:0 auto;padding:0 16px}@media (width>=768px){.lp-lead-strip-section{padding:0 32px}}@media (width>=1024px){.lp-lead-strip-section{padding:0 48px}}.lp-lead-strip{border:1px solid var(--el-border);z-index:5;background:#fff;border-radius:20px;flex-direction:column;margin-top:-48px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #4648d41a,0 4px 20px #3341550f}@media (width>=768px){.lp-lead-strip{grid-template-columns:1fr 420px;margin-top:-80px;display:grid}}@media (width>=1024px){.lp-lead-strip{grid-template-columns:1fr 480px;margin-top:-120px}}.lp-lead-desc{flex-direction:column;justify-content:center;gap:14px;padding:24px 20px;display:flex}@media (width>=1024px){.lp-lead-desc{gap:16px;padding:32px 32px 32px 28px}}.lp-lead-form-panel{background:var(--el-surface-container-low);order:-1}@media (width>=768px){.lp-lead-form-panel{border-radius:14px;order:0;margin:8px}}.lp-section{max-width:1440px;margin:0 auto;padding:48px 20px}@media (width>=768px){.lp-section{padding:64px 32px}}@media (width>=1024px){.lp-section{padding:64px 48px}}.lp-faq-section{max-width:800px;margin:0 auto;padding:48px 20px}@media (width>=768px){.lp-faq-section{padding:64px 48px}}.lp-features-h2{font-size:clamp(24px,5vw,52px)}.lp-feature-h3{font-size:clamp(22px,4vw,36px)}.lp-feature-row{border-bottom:1px solid var(--el-border);flex-direction:column;gap:28px;padding:40px 0;display:flex}@media (width>=1024px){.lp-feature-row{align-items:center;gap:64px;padding:56px 0;display:grid}.lp-feature-row-even{grid-template-columns:1fr 1.1fr}.lp-feature-row-odd{grid-template-columns:1.1fr 1fr}}.lp-feature-visual{order:-1}.lp-feature-text{order:0}@media (width>=1024px){.lp-feature-row-even .lp-feature-visual{order:1}.lp-feature-row-even .lp-feature-text,.lp-feature-row-odd .lp-feature-visual{order:0}.lp-feature-row-odd .lp-feature-text{order:1}}.lp-feature-visual-box{border:1px solid var(--el-border);background:linear-gradient(135deg,#f8f9ff 0%,#eff4ff 100%);border-radius:18px;justify-content:center;align-items:center;height:340px;padding:20px;display:flex;overflow:hidden;box-shadow:0 20px 60px #4648d414}@media (width>=768px){.lp-feature-visual-box{height:460px;padding:24px}}@media (width>=1024px){.lp-feature-visual-box{border-radius:24px;height:580px;padding:32px;box-shadow:0 30px 80px #4648d41a}}.lp-chat-demo-wrap{border-radius:20px;width:260px;height:360px;overflow:hidden;box-shadow:0 20px 60px #3341552e}@media (width>=768px){.lp-chat-demo-wrap{width:320px;height:440px}}@media (width>=1024px){.lp-chat-demo-wrap{width:380px;height:520px}}.lp-testimonials{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=640px){.lp-testimonials{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.lp-testimonials{grid-template-columns:repeat(3,1fr);gap:20px}}.lp-cta-section{max-width:1440px;margin:0 auto;padding:0 16px 60px}@media (width>=768px){.lp-cta-section{padding:0 32px 72px}}@media (width>=1024px){.lp-cta-section{padding:0 48px 88px}}.lp-cta-grid{flex-direction:column;padding:36px 24px;display:flex}@media (width>=1024px){.lp-cta-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:56px;padding:64px 56px;display:grid}}.lp-cta-copy{border-bottom:1px solid #ffffff1a;margin-bottom:28px;padding-bottom:28px}@media (width>=1024px){.lp-cta-copy{border-bottom:none;margin-bottom:0;padding-bottom:0}}.lp-cta-h2{margin:16px 0 20px;font-size:clamp(28px,6vw,56px);line-height:1.05}@media (width>=1024px){.lp-cta-h2{margin:20px 0 24px;line-height:.98}}.lp-cta-buttons{flex-wrap:wrap;gap:10px;display:flex}@media (width>=480px){.lp-cta-buttons{flex-wrap:nowrap;gap:12px}}.lp-footer{border-top:1px solid var(--el-border);padding:28px 20px}@media (width>=768px){.lp-footer{padding:32px 48px}}.lp-footer-inner{flex-direction:column;gap:20px;max-width:1440px;margin:0 auto;display:flex}@media (width>=768px){.lp-footer-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:24px}}.lp-footer-links{flex-wrap:wrap;gap:14px;display:flex}@media (width>=768px){.lp-footer-links{flex-wrap:nowrap;gap:24px}}
