html{scroll-behavior:smooth;font-size:16px;border:none!important}@media screen and (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}:root{--background:#fff;--foreground:#2d3748;--card:#fff;--primary:#6b4fbb;--primary-foreground:#fff;--secondary:#22c55e;--secondary-foreground:#fff;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#f3f0ff;--accent-foreground:#6b4fbb;--border:#e2e8f0;--radius:.75rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.header-content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:64px}.header-content,.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo{gap:.5rem;text-decoration:none;color:inherit}.logo:hover{color:var(--primary)}.logo-icon{width:32px;height:32px;background:var(--primary);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo-icon svg{width:20px;height:20px;color:#fff}.logo-text{font-size:1.25rem;font-weight:700}.nav{display:none;gap:2rem}@media(min-width:768px){.nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.nav a{color:var(--muted-foreground);text-decoration:none;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.nav a:hover{color:var(--foreground)}.header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.btn,.header-actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.btn-primary{background:var(--secondary);color:var(--secondary-foreground)}.btn-primary:hover{background:#1ca94d}.btn-outline{background:0 0;border:1px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--accent)}.btn-ghost{background:0 0;color:var(--foreground)}.btn-ghost:hover{background:var(--muted)}.btn-lg{padding:.875rem 2rem;font-size:1rem}.hero{padding:8rem 0 4rem;overflow:hidden}.hero-grid{display:grid;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{space:2rem}.hero h1{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media(min-width:768px){.hero h1{font-size:3.5rem}}.hero h1 span{color:var(--secondary)}.hero-subtitle{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2rem;max-width:540px}.hero-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.hero-feature{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem}.hero-feature svg{width:20px;height:20px;color:var(--secondary);-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.hero-feature span{font-size:.875rem;color:var(--muted-foreground)}.hero-image-wrapper{position:relative}.hero-image-bg-1{top:-40px;right:-40px;width:320px;height:320px;background:rgba(107,79,187,.1)}.hero-image-bg-1,.hero-image-bg-2{position:absolute;border-radius:50%;filter:blur(48px)}.hero-image-bg-2{bottom:-40px;left:-40px;width:240px;height:240px;background:rgba(34,197,94,.1)}.hero-image-container{position:relative;background:-webkit-linear-gradient(315deg,rgba(107,79,187,.2),rgba(107,79,187,.05));background:-o-linear-gradient(315deg,rgba(107,79,187,.2),rgba(107,79,187,.05));background:linear-gradient(135deg,rgba(107,79,187,.2),rgba(107,79,187,.05));border-radius:1rem;padding:1rem;box-shadow:0 25px 50px -12px rgba(107,79,187,.25);-webkit-animation:float 6s ease-in-out infinite;-o-animation:float 6s ease-in-out infinite;animation:float 6s ease-in-out infinite}@-webkit-keyframes float{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@-o-keyframes float{0%,to{-o-transform:translateY(0);transform:translateY(0)}50%{-o-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes float{0%,to{-webkit-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px)}}.hero-image-container img{width:100%;height:auto;border-radius:.75rem}.how-it-works{padding:5rem 0;background:var(--muted)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.section-header h2{font-size:2.5rem}}.section-header h2 span{color:var(--secondary)}.section-header p{font-size:1.125rem;color:var(--muted-foreground)}.steps-grid{display:grid;gap:1.5rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-card{position:relative;padding:1.5rem;border-radius:1rem;background:var(--card);border:1px solid var(--border);-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.step-card:hover{box-shadow:0 10px 40px -10px rgba(0,0,0,.1)}.step-card.highlighted{background:var(--primary);color:#fff;border:none}.step-label{position:absolute;top:-12px;left:24px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:999px;background:var(--secondary);color:#fff}.step-number{width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.125rem;font-weight:700;margin-bottom:1rem;background:rgba(107,79,187,.1);color:var(--primary)}.step-card.highlighted .step-number{background:hsla(0,0%,100%,.2);color:#fff}.step-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.step-features{list-style:none}.step-features li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground);margin-bottom:.5rem}.step-card.highlighted .step-features li{color:hsla(0,0%,100%,.8)}.step-features li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--secondary);-ms-flex-negative:0;flex-shrink:0}.step-card.highlighted .step-features li:before{background:#fff}.crm-section{padding:5rem 0}.crm-grid{display:grid;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width:1024px){.crm-grid{grid-template-columns:1fr 1fr}}.badge{display:inline-block;padding:.25rem .75rem;font-size:.875rem;font-weight:500;border-radius:999px;background:var(--accent);color:var(--accent-foreground);margin-bottom:1rem}.crm-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.crm-content h2{font-size:2.5rem}}.crm-content>p{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2rem}.feature-list{list-style:none}.feature-list li{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.feature-list .icon-wrapper,.feature-list li{display:-webkit-box;display:-ms-flexbox;display:flex}.feature-list .icon-wrapper{width:24px;height:24px;border-radius:50%;background:rgba(34,197,94,.2);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.feature-list .icon-wrapper svg{width:16px;height:16px;color:var(--secondary)}.funnel-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.funnel-header{margin-bottom:1.5rem}.funnel-header h3{font-size:1.125rem;font-weight:600}.funnel-header p{font-size:.875rem;color:var(--muted-foreground)}.funnel-step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;margin-bottom:1rem}.funnel-dot{width:12px;height:12px;border-radius:50%}.funnel-step p{-webkit-box-flex:1;-ms-flex:1;flex:1}.funnel-step p,.funnel-step span{font-size:.875rem;font-weight:500}.funnel-step span{color:var(--secondary)}.funnel-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.funnel-footer span{font-size:.875rem;color:var(--muted-foreground)}.funnel-footer strong{font-size:1.5rem;color:var(--secondary)}.ai-section{padding:5rem 0;background:var(--muted)}.ai-grid{display:grid;gap:1.5rem}@media(min-width:768px){.ai-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ai-grid{grid-template-columns:repeat(4,1fr)}}.ai-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.ai-card:hover{box-shadow:0 10px 40px -10px rgba(0,0,0,.1);-webkit-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px)}.ai-card .icon-wrapper{width:48px;height:48px;border-radius:.75rem;background:rgba(107,79,187,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:1rem}.ai-card .icon-wrapper svg{width:24px;height:24px;color:var(--primary)}.ai-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.ai-card p{font-size:.875rem;color:var(--muted-foreground)}.chatbot-section{padding:5rem 0}.chatbot-grid{display:grid;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width:1024px){.chatbot-grid{grid-template-columns:1fr 1fr}}.chatbot-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.chatbot-feature{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem}.chatbot-feature,.chatbot-feature .icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.chatbot-feature .icon-wrapper{width:40px;height:40px;border-radius:.5rem;background:rgba(107,79,187,.1);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.chatbot-feature .icon-wrapper svg{width:20px;height:20px;color:var(--primary)}.chatbot-feature h4{font-weight:500;margin-bottom:.25rem}.chatbot-feature p{font-size:.875rem;color:var(--muted-foreground)}.chat-widget{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;max-width:380px;margin:0 auto}@media(min-width:1024px){.chat-widget{margin-left:auto;margin-right:0}}.chat-header{gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.chat-avatar,.chat-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chat-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chat-avatar svg{width:20px;height:20px;color:#fff}.chat-info p{font-weight:600}.chat-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;font-size:.75rem;color:var(--secondary)}.chat-status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--secondary)}.chat-message{background:var(--muted);border-radius:1rem;border-top-left-radius:0;padding:1rem;margin-bottom:1.5rem;max-width:80%}.chat-message p{font-size:.875rem}.chat-buttons button{width:100%;padding:.625rem 1rem;margin-bottom:.5rem;font-size:.875rem;text-align:left;background:0 0;border:1px solid var(--border);border-radius:.5rem;cursor:pointer;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.chat-buttons button:hover,.pricing-section{background:var(--muted)}.pricing-section{padding:5rem 0}.pricing-card{max-width:400px;margin:0 auto;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:2rem;text-align:center}.pricing-card .btn{margin-bottom:1.5rem}.pricing-features{list-style:none;text-align:left}.pricing-features li{gap:.75rem;margin-bottom:1rem}.pricing-features .icon-wrapper,.pricing-features li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pricing-features .icon-wrapper{width:20px;height:20px;border-radius:50%;background:rgba(34,197,94,.2);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.pricing-features .icon-wrapper svg{width:12px;height:12px;color:var(--secondary)}.metrics-section{padding:5rem 0}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}@media(min-width:768px){.metrics-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.metrics-grid{grid-template-columns:repeat(5,1fr)}}.metric-card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;padding:1rem;text-align:center;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.metric-card:hover{box-shadow:0 10px 40px -10px rgba(0,0,0,.1)}.metric-value{font-size:1.5rem;font-weight:700}@media(min-width:768px){.metric-value{font-size:2rem}}.metric-change{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;color:var(--secondary);font-size:.875rem;font-weight:500;margin:.5rem 0}.metric-change svg{width:16px;height:16px}.metric-label{font-size:.75rem;color:var(--muted-foreground)}.dashboard-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;max-width:900px;margin:0 auto}.dashboard-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.dashboard-header h3{font-size:1.125rem;font-weight:600}.dashboard-header p{font-size:.875rem;color:var(--muted-foreground)}.dashboard-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem}.dashboard-tab{padding:.25rem .75rem;font-size:.75rem;border-radius:999px;background:var(--muted);color:var(--muted-foreground)}.dashboard-tab.active{background:var(--primary);color:#fff}.chart-placeholder{height:160px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(107,79,187,.1)),to(transparent));background:-webkit-linear-gradient(bottom,rgba(107,79,187,.1),transparent);background:-o-linear-gradient(bottom,rgba(107,79,187,.1),transparent);background:linear-gradient(0deg,rgba(107,79,187,.1),transparent);border-radius:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:distribute;justify-content:space-around;padding:0 1rem 1rem}.chart-bar{width:24px;background:rgba(107,79,187,.6);border-radius:4px 4px 0 0}.blog-section{padding:5rem 0;background:var(--muted)}.blog-grid{display:grid;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;overflow:hidden;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.blog-card:hover{box-shadow:0 10px 40px -10px rgba(0,0,0,.1)}.blog-image{aspect-ratio:16/9;overflow:hidden}.blog-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:-o-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s,-o-transform .3s}.blog-card:hover .blog-image img{-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}.blog-content{padding:1.5rem}.blog-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;margin-bottom:.75rem}.blog-category{padding:.125rem .5rem;font-size:.75rem;font-weight:500;border-radius:4px;background:var(--accent);color:var(--accent-foreground)}.blog-category>a{text-decoration:none;color:var(--accent-foreground)}.blog-read-time{font-size:.75rem;color:var(--muted-foreground)}.blog-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.blog-card:hover h3{color:var(--primary)}.blog-card>.blog-content>p{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}.blog-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--primary);text-decoration:none;-webkit-transition:gap .2s;-o-transition:gap .2s;transition:gap .2s}.blog-link:hover{gap:.5rem}.blog-link svg{width:16px;height:16px}.blog-cta{text-align:center}.cta-section{padding:5rem 0}.cta-card{background:-webkit-linear-gradient(315deg,var(--primary),rgba(107,79,187,.8));background:-o-linear-gradient(315deg,var(--primary),rgba(107,79,187,.8));background:linear-gradient(135deg,var(--primary),rgba(107,79,187,.8));border-radius:1.5rem;padding:3rem;text-align:center}.cta-card h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.cta-card h2{font-size:2.5rem}}.cta-card>p{font-size:1.125rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem}.cta-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem}.cta-buttons .btn-outline{border-color:#fff;color:#fff}.cta-buttons .btn-outline:hover{background:hsla(0,0%,100%,.1)}.footer{background:var(--foreground);color:var(--background);padding:3rem 0}.footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}@media(min-width:768px){.footer-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer-logo .logo-icon{background:var(--primary)}.footer-logo .logo-text{font-size:1.25rem;font-weight:700}.footer-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.5rem}.footer-nav a{font-size:.875rem;color:hsla(0,0%,100%,.7);text-decoration:none;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.footer-nav a:hover{color:#fff}.footer-copyright{font-size:.875rem;color:hsla(0,0%,100%,.5)}.c-post{-webkit-margin-after:24px;margin-block-end:24px}.c-post p{line-height:1.9}.c-post p:not(:last-child){margin-block:16px}.skip-to-content{position:absolute;top:auto;z-index:-999;left:-999px;width:1px;height:1px;padding:18px 25px;line-height:1;text-align:center;overflow:hidden;border-radius:10px}.skip-to-content:hover{background-color:#fff;color:#000}.skip-to-content:active,.skip-to-content:focus{z-index:999;top:10px;left:10px;background-color:#000;color:#fff;overflow:auto;width:auto;height:auto;outline:2px solid #0d204f;outline-offset:3px}:root{--lyvvo-primary:#575ecf;--lyvvo-accent:#4caf50;--lyvvo-primary-shadow:rgba(87,94,207,.41);--lyvvo-primary-70:rgba(87,94,207,.7);--lyvvo-accent-70:rgba(76,175,80,.7)}.bot-animation-section{position:relative;margin-bottom:4rem}.bot-animation-container{position:relative;max-width:56rem;margin-left:auto;margin-right:auto}.bot-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:2rem}.bot-main-circle,.bot-relative-box{position:relative}.bot-main-circle{width:8rem;height:8rem;border-radius:9999px;background:-webkit-gradient(linear,left top,right bottom,from(var(--lyvvo-primary)),to(var(--lyvvo-accent)));background:-webkit-linear-gradient(top left,var(--lyvvo-primary),var(--lyvvo-accent));background:-o-linear-gradient(top left,var(--lyvvo-primary),var(--lyvvo-accent));background:linear-gradient(to bottom right,var(--lyvvo-primary),var(--lyvvo-accent));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;box-shadow:0 0 42.58px var(--lyvvo-primary-shadow);z-index:2}.bot-icon{color:#fff}.bot-orbit{position:absolute;top:0;right:0;bottom:0;left:0;width:12rem;height:12rem;margin:-2rem;-webkit-transform:rotate(187.11deg);-o-transform:rotate(187.11deg);transform:rotate(187.11deg);z-index:1;-webkit-animation:girar 20s linear infinite;-o-animation:girar 20s linear infinite;animation:girar 20s linear infinite}.bot-orbit-dot{position:absolute;border-radius:9999px}.bot-dot-top{top:0;width:1rem;height:1rem;background-color:var(--lyvvo-accent)}.bot-dot-bottom,.bot-dot-top{left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.bot-dot-bottom{bottom:0;width:.75rem;height:.75rem;background-color:var(--lyvvo-primary)}.bot-dot-left{left:0;width:.75rem;height:.75rem;background-color:var(--lyvvo-accent-70)}.bot-dot-left,.bot-dot-right{top:50%;-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.bot-dot-right{right:0;width:1rem;height:1rem;background-color:var(--lyvvo-primary-70)}@-webkit-keyframes girar{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes girar{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes girar{0%{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}:root{--lyvvo-footer-bg:#22222a;--lyvvo-footer-text:#fff;--lyvvo-footer-text-muted:hsla(0,0%,100%,.7);--lyvvo-footer-text-light:hsla(0,0%,100%,.5);--lyvvo-footer-accent:#4cae4f;--lyvvo-footer-border:hsla(0,0%,100%,.1);--lyvvo-footer-icon-bg:hsla(0,0%,100%,.1)}.footer{background-color:var(--lyvvo-footer-bg);color:var(--lyvvo-footer-text);font-family:Plus Jakarta Sans,system-ui,sans-serif}.footer-container{width:100%;max-width:1400px;margin:0 auto;padding:4rem 1rem}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(min-width:1024px){.footer-grid{gap:3rem}}.footer-brand-col,.footer-partner-col{grid-column:span 2/span 2}@media(min-width:768px){.footer-partner-col{grid-column:span 1/span 1}}.footer-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo svg path.fill-primary{fill:var(--lyvvo-footer-text)}.footer-logo svg path.fill-accent{fill:var(--lyvvo-footer-accent)}.footer-logo-text{font-weight:700;font-size:1.875rem;letter-spacing:-.025em;color:var(--lyvvo-footer-text)}.footer-description{color:var(--lyvvo-footer-text-muted);margin-bottom:1.5rem;max-width:20rem;line-height:1.5}.footer-heading{font-weight:600;margin-bottom:1rem;font-size:1rem;margin-top:0}.footer-app-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;margin-bottom:1.5rem}.footer-app-link{display:block;opacity:.9;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease}.footer-app-link:hover{opacity:1}.footer-app-link img{height:2.5rem;display:block}.footer-social-links{gap:1rem}.footer-social-link,.footer-social-links{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-social-link{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:var(--lyvvo-footer-icon-bg);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--lyvvo-footer-text);-webkit-transition:background-color .15s ease;-o-transition:background-color .15s ease;transition:background-color .15s ease;text-decoration:none}.footer-social-link:hover{background-color:var(--lyvvo-footer-accent)}.footer-links-col,.footer-links-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-links-list{list-style:none;padding:0;margin:0;gap:.75rem}.footer-link{color:var(--lyvvo-footer-text-muted);text-decoration:none;-webkit-transition:color .15s ease;-o-transition:color .15s ease;transition:color .15s ease}.footer-link:hover{color:var(--lyvvo-footer-text)}.footer-contact{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.footer-partner-img{height:6rem;-o-object-fit:contain;object-fit:contain;max-width:100%}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--lyvvo-footer-border);text-align:center;font-size:.875rem;color:var(--lyvvo-footer-text-light)}.footer-bottom p{margin:0}