:root{--color-primary-50: hsl(345, 100%, 97%);--color-primary-100: hsl(345, 100%, 94%);--color-primary-200: hsl(345, 100%, 89%);--color-primary-300: hsl(345, 100%, 82%);--color-primary-400: hsl(345, 100%, 73%);--color-primary-500: hsl(345, 100%, 60%);--color-primary-600: hsl(345, 100%, 52%);--color-primary-700: hsl(345, 100%, 45%);--color-primary-800: hsl(345, 100%, 37%);--color-primary-900: hsl(345, 100%, 30%);--color-neutral-0: hsl(0, 0%, 100%);--color-neutral-50: hsl(210, 40%, 98%);--color-neutral-100: hsl(210, 40%, 96%);--color-neutral-200: hsl(214, 32%, 91%);--color-neutral-300: hsl(213, 27%, 84%);--color-neutral-400: hsl(215, 20%, 65%);--color-neutral-500: hsl(215, 16%, 47%);--color-neutral-600: hsl(215, 19%, 35%);--color-neutral-700: hsl(215, 25%, 27%);--color-neutral-800: hsl(217, 33%, 17%);--color-neutral-900: hsl(222, 47%, 11%);--color-success: hsl(142, 71%, 45%);--color-success-light: hsl(142, 76%, 94%);--color-warning: hsl(38, 92%, 50%);--color-warning-light: hsl(48, 96%, 89%);--color-error: hsl(0, 84%, 60%);--color-error-light: hsl(0, 86%, 97%);--color-info: hsl(199, 89%, 48%);--color-info-light: hsl(199, 92%, 94%);--font-family-base: "Inter", system-ui, -apple-system, sans-serif;--font-family-mono: "JetBrains Mono", "Fira Code", monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-0: 0;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--border-radius-sm: .375rem;--border-radius-md: .5rem;--border-radius-lg: .75rem;--border-radius-xl: 1rem;--border-radius-2xl: 1.5rem;--border-radius-full: 9999px;--border-width-thin: 1px;--border-width-medium: 2px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-primary-glow: 0 0 20px hsla(345, 100%, 60%, .3);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--transition-slower: .5s ease;--z-dropdown: 100;--z-sticky: 200;--z-modal-backdrop: 300;--z-modal: 400;--z-popover: 500;--z-tooltip: 600;--z-toast: 700;--sidebar-width: 260px;--sidebar-collapsed-width: 72px;--header-height: 64px;--content-max-width: 1400px;--glass-background: #ffffff;--glass-border: #e2e8f0;--glass-blur: 0px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);color:var(--color-neutral-900);background-color:var(--color-neutral-50);min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--color-neutral-900)}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}a{color:var(--color-primary-600);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-700)}:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-neutral-100);border-radius:var(--border-radius-full)}::-webkit-scrollbar-thumb{background:var(--color-neutral-300);border-radius:var(--border-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-neutral-400)}::selection{background-color:var(--color-primary-200);color:var(--color-primary-900)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-muted{color:var(--color-neutral-500)}.text-primary{color:var(--color-primary-600)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;text-decoration:none;border:2px solid transparent;white-space:nowrap}.btn-sm{padding:6px 14px;font-size:13px}.btn-lg{padding:14px 28px;font-size:16px}.btn-primary{background-color:#f36;color:#fff;border-color:#f36}.btn-primary:hover{background-color:#e62e5c;border-color:#e62e5c;color:#fff}.btn-primary:active{background-color:#cc2952;border-color:#cc2952}.btn-outline{background-color:transparent;color:#f36;border:2px solid #ff3366}.btn-outline:hover{background-color:#f36;color:#fff;border-color:#f36}.btn-outline:active{background-color:#e62e5c;border-color:#e62e5c;color:#fff}.btn-outline.active{background-color:#f36;color:#fff;border-color:#f36}.btn-secondary{background-color:transparent;color:#f36;border:2px solid #ff3366}.btn-secondary:hover,.btn-secondary.active{background-color:#f36;color:#fff;border-color:#f36}.btn-danger{background-color:#ef4444;color:#fff;border-color:#ef4444}.btn-danger:hover{background-color:#dc2626;border-color:#dc2626}.full-width{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){:root{--sidebar-width: 0px;--header-height: 60px;--font-size-base: .9375rem;--spacing-6: 1.25rem;--spacing-8: 1.5rem}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media(min-width:768px)and (max-width:1023px){:root{--sidebar-width: 72px}}.hide-mobile{display:block}.show-mobile{display:none!important}@media(max-width:768px){.hide-mobile{display:none!important}.show-mobile{display:block!important}.show-mobile-flex{display:flex!important}}.responsive-grid{display:grid;gap:var(--spacing-4);grid-template-columns:1fr}@media(min-width:640px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.responsive-grid{grid-template-columns:repeat(3,1fr)}}.container-responsive{width:100%;padding-left:var(--spacing-4);padding-right:var(--spacing-4);margin-left:auto;margin-right:auto}@media(min-width:768px){.container-responsive{padding-left:var(--spacing-6);padding-right:var(--spacing-6)}}@media(min-width:1280px){.container-responsive{padding-left:var(--spacing-8);padding-right:var(--spacing-8);max-width:var(--content-max-width)}}.filter-select{font-family:var(--font-family-base);padding:10px 36px 10px 16px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;border:2px solid #ff3366;background-color:transparent;color:var(--color-neutral-900);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff3366' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.filter-select:hover{background-color:#ff33661a;border-color:#f36}.filter-select:focus{outline:none;border-color:#f36;box-shadow:0 0 0 3px #f363}.filter-select option{background-color:#fff;color:#333;font-family:var(--font-family-base)}.form-group select,.modal-form select{color:#333;border:1px solid var(--color-neutral-300);background-color:#fff}@media(max-width:768px){.btn,button{min-height:40px}.btn-sm{min-height:34px}input,select,textarea{font-size:16px!important}.leads-table-container,.equipo-table-wrapper,.tasaciones-table-wrapper,.table-container,.agenda-table-container{-webkit-overflow-scrolling:touch}.modal-content{width:95vw;max-width:95vw;margin:0;border-radius:var(--border-radius-lg)}.modal-header,.modal-form{padding:var(--spacing-3) var(--spacing-4)}.modal-actions{padding:var(--spacing-3) var(--spacing-4);flex-wrap:wrap}.modal-actions .btn{flex:1;min-width:0}.form-grid{grid-template-columns:1fr}}:root{--brand-pink: #ff3366;--lp-primary: #ff3366;--lp-bg-dark: #000000;--lp-bg-white: #ffffff;--lp-text-white: #ffffff;--lp-text-gray-400: #9ca3af;--lp-text-gray-500: #6b7280;--lp-text-gray-600: #4b5563;--lp-text-black: #000000;--lp-border-white-10: rgba(255, 255, 255, .1);--lp-border-white-5: rgba(255, 255, 255, .05);--lp-font-family: "Manrope", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden;font-family:var(--lp-font-family)}.landing-container{min-height:100vh;display:flex;flex-direction:column;background-color:#f3f3f3;color:var(--lp-text-white);padding-top:82px}@media(max-width:768px){.landing-container{padding-top:70px}}.landing-header{position:fixed;top:0;z-index:50;width:100%;background-color:#050505;border-bottom:1px solid rgba(255,255,255,.06)}.landing-header-content{max-width:1440px;margin:0 auto;padding:0 1.75rem;height:82px;display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){.landing-header-content{height:70px;padding:0 .85rem}}.logo-container{display:flex;align-items:center;gap:1.25rem;text-decoration:none}.logo-container img{border-radius:4px;width:54px!important;height:54px!important}@media(max-width:768px){.logo-container img{width:46px!important;height:46px!important}}.nav-links{display:none;align-items:center;gap:1.35rem}@media(min-width:1024px){.nav-links{display:flex}}.nav-link{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:#fff;text-decoration:none;transition:color .2s ease;opacity:.82}.nav-link:hover{color:var(--lp-primary);opacity:1}.header-buttons{display:flex;align-items:center;gap:.45rem}.btn-primary{background-color:var(--lp-primary);color:var(--lp-text-white);padding:.72rem 1.12rem;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background-color:var(--lp-text-white);color:var(--lp-text-black)}.btn-outline,.btn-header-outline{background-color:transparent;color:var(--lp-text-white);font-weight:900;text-transform:uppercase;letter-spacing:.1em;border:2px solid var(--lp-text-white);cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-outline{padding:1.25rem 3rem;font-size:.875rem}.btn-header-outline{padding:.72rem 1.12rem;font-size:.68rem;border:1px solid rgba(255,255,255,.18);background:#ffffff08}@media(max-width:768px){.btn-primary,.btn-header-outline{padding:.62rem .96rem;font-size:.62rem}}.btn-outline:hover,.btn-header-outline:hover{background-color:var(--lp-primary);border-color:var(--lp-primary);color:var(--lp-text-white)}.btn-header-outline:focus,.btn-header-outline:active{background-color:var(--lp-text-white);border-color:var(--lp-text-white);color:var(--lp-primary)}.btn-primary-lg{background-color:var(--lp-primary);color:var(--lp-text-white);padding:1.5rem 3rem;font-size:.875rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary-lg:hover{background-color:var(--lp-text-white);color:var(--lp-text-black)}.btn-cta{background-color:var(--lp-text-white);color:var(--lp-primary);padding:1.5rem 3rem;font-size:1.125rem;font-weight:900;text-transform:uppercase;letter-spacing:.15em;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 25px 50px -12px #00000040}.btn-cta:hover{background-color:var(--lp-bg-dark);color:var(--lp-text-white)}.hero-section{position:relative;background-color:var(--lp-bg-dark);padding:6rem 0 8rem;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:85vh}.hero-content{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative;z-index:10;text-align:center}.hero-badge{display:inline-block;border:1px solid rgba(255,51,102,.3);background-color:#ff33660d;padding:.5rem 1.5rem;margin-bottom:2rem}.hero-badge-text{color:var(--lp-primary);font-size:1.2rem;font-weight:800;text-transform:uppercase;letter-spacing:.17em;margin:0}@media(min-width:768px){.hero-badge-text{font-size:1.35rem}}.hero-title{font-size:3rem;font-weight:900;line-height:1.1;letter-spacing:-.03em;color:var(--lp-text-white);margin:0 0 2rem}@media(min-width:768px){.hero-title{font-size:4.5rem}}@media(min-width:1024px){.hero-title{font-size:5.5rem}}.hero-subtitle{font-size:1.25rem;color:var(--lp-text-gray-400);font-weight:500;max-width:900px;margin:0 auto 3rem;line-height:1.7}@media(min-width:768px){.hero-subtitle{font-size:1.5rem}}.hero-buttons{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center}@media(min-width:640px){.hero-buttons{flex-direction:row}}.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;max-width:1400px;opacity:.2;pointer-events:none}.hero-glow-circle-1{position:absolute;top:0;left:0;width:28rem;height:28rem;background-color:#ff33664d;border-radius:50%;filter:blur(120px)}.hero-glow-circle-2{position:absolute;bottom:0;right:0;width:28rem;height:28rem;background-color:#f363;border-radius:50%;filter:blur(100px)}.problem-solution-section{background-color:var(--lp-bg-dark);padding:6rem 0;border-top:1px solid var(--lp-border-white-5)}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-label{color:var(--lp-primary);font-size:.875rem;font-weight:900;text-transform:uppercase;letter-spacing:.3em;margin-bottom:1rem;display:block}.section-title{font-size:2.5rem;font-weight:900;color:var(--lp-text-white);margin:0;justify-content:center}@media(min-width:768px){.section-title{font-size:3rem}}.ps-grid{display:flex;flex-direction:column;gap:1.5rem}.ps-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.ps-row{grid-template-columns:1fr 1fr}}.problem-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:2.5rem;position:relative;transition:all .3s ease}.solution-card{background:linear-gradient(135deg,#ff336626,#ff33660d);border:1px solid var(--lp-primary);padding:2.5rem 2.5rem 4.2rem;position:relative;transition:all .3s ease;box-shadow:0 0 20px #ff33661a}.solution-card-link{text-decoration:none;display:block}.problem-card:before{content:"PROBLEMA";position:absolute;top:1rem;right:1rem;font-size:.625rem;font-weight:800;letter-spacing:.1em;color:#ffffff4d;text-transform:uppercase}.solution-card:before{content:"SOLUCIÃ“N";position:absolute;top:1rem;right:1rem;font-size:.625rem;font-weight:800;letter-spacing:.1em;color:var(--lp-primary);text-transform:uppercase}.problem-card-title,.solution-card-title{font-size:1.5rem;font-weight:900;margin:0 0 1rem;text-transform:uppercase;letter-spacing:-.02em;display:flex;align-items:center;gap:.75rem}.problem-card-title{color:#fff9}.solution-card-title{color:var(--lp-text-white)}.problem-card-title .material-symbols-outlined,.solution-card-title .material-symbols-outlined{font-size:1.75rem}.solution-card-title .material-symbols-outlined{color:var(--lp-primary)}.solution-card-text{color:var(--lp-text-gray-400);font-size:1rem;line-height:1.6;margin:0}.solution-card-actions{position:absolute;right:1rem;bottom:1rem}.solution-mini-btn{display:inline-block;padding:.45rem .8rem;border:1px solid var(--lp-primary);color:var(--lp-primary);text-decoration:none;text-transform:uppercase;font-size:.7rem;font-weight:800;letter-spacing:.08em;background:#00000059}.solution-mini-btn:hover{background:var(--lp-primary);color:#fff}.benefits-section{background-color:var(--lp-bg-dark);padding:6rem 0;border-top:1px solid var(--lp-border-white-5)}.benefits-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:#ffffff05;border:1px solid var(--lp-border-white-10);padding:2.5rem;text-align:center;transition:all .3s ease}.benefit-card-link{text-decoration:none;display:block}.benefit-card:hover{border-color:var(--lp-primary);background:#ff33660d;transform:translateY(-5px)}.benefit-icon-wrapper{position:relative;display:inline-block;margin-bottom:1.5rem}.benefit-icon{font-size:3rem;color:var(--lp-primary)}.ai-badge{position:absolute;top:-5px;right:-10px;background-color:#000;color:var(--lp-primary);font-size:.6rem;font-weight:900;padding:2px 6px;border-radius:4px;box-shadow:0 4px 6px #0003;border:1px solid var(--lp-primary)}.benefit-title{font-size:1.25rem;font-weight:800;color:var(--lp-text-white);margin:0 0 1rem}.benefit-text{color:var(--lp-text-gray-400);font-size:.95rem;line-height:1.6;margin:0}.cta-section{background-color:var(--lp-primary);padding:4rem 0;color:var(--lp-text-white)}.cta-content{max-width:1024px;margin:0 auto;padding:0 2rem;text-align:center}.cta-title{font-size:2.5rem;font-weight:900;line-height:1.1;letter-spacing:-.03em;margin:0 0 2rem}@media(min-width:768px){.cta-title{font-size:4rem}}.cta-subtitle{font-size:1.125rem;font-weight:700;opacity:.9;max-width:600px;margin:0 auto 3rem}@media(min-width:768px){.cta-subtitle{font-size:1.5rem}}.about-section{background-color:#111827;padding:6rem 0;margin:6rem 0 0;width:100%;margin-bottom:0}@media(min-width:768px){.about-section{margin:6rem 0 0}}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media(min-width:768px){.about-grid{grid-template-columns:repeat(2,1fr);gap:6rem}.about-grid>div:last-child{margin-top:1.95rem}}.about-grid>div:first-child{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.about-grid>div:last-child{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.about-label{color:#f7f7f7;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;margin-bottom:1rem;display:block}.about-title{font-size:2rem;font-weight:800;margin-bottom:1.5rem;color:#f7f7f7}.about-text{color:#f7f7f7;line-height:1.7;margin:0}.faq-page{background-color:var(--lp-bg-dark);min-height:100vh;padding:2rem 0 5rem}.faq-container{max-width:900px;margin:0 auto;padding:0 2rem}.faq-page-title{font-size:2.5rem;font-weight:900;text-align:center;margin-bottom:3rem;color:var(--lp-text-white)}@media(min-width:768px){.faq-page-title{font-size:3rem}}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-card{background:#ffffff08;border:1px solid var(--lp-border-white-10);border-radius:1rem;padding:2rem;transition:border-color .3s ease}.faq-card:hover{border-color:var(--lp-primary)}.faq-card-title{font-size:1.1rem;font-weight:700;margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.75rem;color:var(--lp-text-white)}.faq-card-title .material-symbols-outlined{color:var(--lp-primary);flex-shrink:0}.faq-card-text{color:var(--lp-text-gray-400);font-size:.95rem;line-height:1.6;margin:0;padding-left:2.25rem}.faq-back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--lp-text-gray-400);text-decoration:none;font-size:.875rem;font-weight:600;margin-bottom:2rem;transition:color .2s ease}.faq-back-link:hover{color:var(--lp-primary)}.landing-footer{background-color:var(--lp-bg-dark);padding:5rem 0;border-top:1px solid var(--lp-border-white-10);margin-top:auto}.footer-content{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-top{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.footer-top{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-brand-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.footer-brand-logo img{border-radius:8px}.footer-brand-logo span{font-size:1.5rem;font-weight:900;letter-spacing:-.05em;color:var(--lp-text-white)}.footer-brand-text{color:var(--lp-text-gray-500);max-width:20rem;font-weight:500;margin:0}.footer-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media(min-width:768px){.footer-links-grid{grid-template-columns:repeat(3,1fr)}}.footer-links-col h5{font-size:.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.2em;color:var(--lp-text-white);margin:0 0 1rem}.footer-links-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links-col a{color:var(--lp-text-gray-500);font-size:.875rem;font-weight:700;text-decoration:none;transition:color .2s ease}.footer-links-col a:hover{color:var(--lp-primary)}.footer-bottom{padding-top:3rem;border-top:1px solid var(--lp-border-white-5);display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.75rem;color:var(--lp-text-gray-600);font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0}.footer-legal-links{display:flex;gap:2rem}.footer-legal-links a{font-size:.75rem;color:var(--lp-text-gray-600);font-weight:900;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:color .2s ease}.footer-legal-links a:hover{color:var(--lp-text-white)}.btn-primary-subtle{background-color:#f36;border:1px solid #ff3366}.landing-home-reference{background:#f3f3f3}.home-reference-main{width:100%;background:#f36}.home-reference-frame{width:100%;margin:0 auto;overflow:hidden;background:#f36}.home-reference-image{display:block;width:100vw;max-width:none;height:auto;margin-left:calc(50% - 50vw);transform:translateY(-52px);margin-bottom:-52px}@media(max-width:1024px){.home-reference-image{width:108vw;margin-left:calc(50% - 54vw);transform:translateY(-52px);margin-bottom:-52px}}@media(max-width:768px){.home-reference-image{width:112vw;margin-left:calc(50% - 56vw);transform:translateY(-50px);margin-bottom:-50px}}@media(max-width:480px){.home-reference-image{width:122vw;margin-left:calc(50% - 61vw);transform:translateY(-50px);margin-bottom:-50px}}.marketing-footer-grid{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,1fr));gap:2rem}.marketing-footer-brand{max-width:360px}.marketing-whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:45;display:flex;align-items:center;justify-content:center;width:64px;height:64px;padding:0;border-radius:50%;background:#25d366;color:#fff;line-height:0;text-decoration:none;box-shadow:0 18px 40px #25d36652}.marketing-whatsapp-float__logo{width:110px;height:110px;margin:0;display:block;object-fit:contain}.landing-home-reference .marketing-whatsapp-float,.landing-home-reference .marketing-footer,.home-mobile-summary{display:none}@media(max-width:768px){.home-mobile-summary{display:grid;gap:1rem;padding:1.25rem 1rem 2rem;background:#fff;color:#111}.home-mobile-summary__media{display:flex;justify-content:center}.home-mobile-summary__image{width:min(220px,58vw);height:auto;object-fit:cover;object-position:center bottom;border-radius:12px}.home-mobile-summary__content h2{margin:0 0 .35rem;color:#f36;font-size:1.9rem;line-height:.95;text-align:center;font-weight:900}.home-mobile-summary__content p{margin:0 0 1rem;color:#f36;text-align:center;font-weight:800;font-size:1rem}.home-mobile-summary__content ul{margin:0;padding-left:1rem;display:grid;gap:.7rem;font-size:.95rem;line-height:1.35}.home-mobile-summary__content li strong{color:#111}}.landing-home-actual{background:#fff}.homev2{color:#121212;background:#fff}.homev2 img{max-width:100%}.homev2-shell{width:min(1180px,calc(100vw - 32px));margin:0 auto}.homev2-hero{position:relative;overflow:hidden;background:#fff}.homev2-hero__pink{position:absolute;top:0;left:0;width:100%;height:470px;background:linear-gradient(180deg,#ff2f66,#f36);border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:hidden}.homev2-hero__pink:after{content:"";position:absolute;left:50%;bottom:-230px;width:128%;height:390px;transform:translate(-50%);background:#fff;border-radius:50%;pointer-events:none}.homev2-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:.7fr 1.3fr;align-items:start;gap:0;padding-top:10px}.homev2-hero__copy{padding-top:86px;color:#fff;position:relative;z-index:2}.homev2-hero__copy h1{margin:0;font-size:clamp(3.5rem,7vw,5.8rem);line-height:.94;color:#fff;font-weight:900}.homev2-hero__copy h1 span{display:block;margin-top:10px;margin-left:0;font-size:clamp(1.15rem,2vw,2rem);font-weight:700;color:#fff;line-height:1.08;white-space:nowrap}.homev2-hero__visual{position:relative;min-height:700px;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:0;margin-left:-150px}.homev2-hero__mockup-image{width:min(1260px,148%);display:block;height:auto;object-fit:contain;transform:translate(-36px,-6px)}.homev2-conversation{padding:0 0 72px;margin-top:-18px}.homev2-conversation .homev2-shell{width:min(1040px,calc(100vw - 20px))}.homev2-conversation__grid{display:grid;grid-template-columns:500px 560px;justify-content:center;gap:96px;align-items:start}.homev2-conversation__text{text-align:right;padding-top:0;margin-top:48px;max-width:690px;justify-self:end;padding-right:0}.homev2-conversation__text h2{font-size:40px;color:#1b1b1b;white-space:normal;line-height:1.02;letter-spacing:-.02em;width:690px;max-width:690px;margin:0 auto 8px;text-wrap:balance}.homev2-conversation__text h3{font-size:28px;color:#343434;font-weight:500;line-height:1.08;width:630px;max-width:630px;margin:0 0 20px auto;text-wrap:balance}.homev2-conversation__text p,.homev2-conversation__text strong{display:block;font-size:20px;margin-bottom:10px;line-height:1.2;width:630px;max-width:630px;margin-left:auto;margin-right:0;text-wrap:balance}.homev2-conversation__emphasis{font-weight:900;color:inherit}.homev2-conversation__text strong{color:#f36}.homev2-conversation__actions{display:inline-flex;flex-direction:column;gap:12px;min-width:420px;margin-top:18px;align-items:stretch;margin-left:auto}.homev2-conversation__actions .homev2-white-cta{min-width:420px;min-height:58px;border-radius:999px;font-size:17px;background:#111;color:#fff;border-color:#111;box-shadow:0 12px 24px #1111112e}.homev2-conversation__actions .homev2-white-cta:hover{background:#f36;color:#fff;border-color:#f36;box-shadow:0 12px 24px #ff336638}.homev2-btn{display:inline-flex;justify-content:center;align-items:center;min-height:54px;border-radius:10px;text-decoration:none;font-weight:800;font-size:1rem;border:2px solid transparent}.homev2-btn--primary{background:#f36;color:#fff;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.homev2-btn--primary:hover{background-color:transparent;color:#f36;border-color:#f36}.homev2-btn--ghost{background:linear-gradient(180deg,#fff,#edf5fb);border-color:#c9d8e5;color:#f36}.homev2-chat-stage{position:relative;min-height:500px;isolation:isolate;padding-left:0}.homev2-chat{position:absolute;max-width:470px;border-radius:18px;padding:16px 20px 9px;font-size:17px;line-height:1.24;box-shadow:none;z-index:2}.homev2-chat:before{content:"";position:absolute;width:15px;height:15px;background:inherit}.homev2-chat span{display:block;margin-top:2px;text-align:right;color:#6b7280;font-size:14px;font-weight:700}.homev2-chat--left{top:36px;left:8px;background:#f2f2f2}.homev2-chat--left:before{left:-8px;bottom:18px;clip-path:polygon(100% 0,0 50%,100% 100%)}.homev2-chat--right{top:182px;right:-8px;background:#d8efbb}.homev2-chat--right:before{right:-8px;bottom:16px;clip-path:polygon(0 0,100% 50%,0 100%)}.homev2-chat--foot{top:354px;left:-10px;right:auto;width:392px;background:#f2f2f2}.homev2-chat--foot:before{left:-8px;bottom:14px;clip-path:polygon(100% 0,0 50%,100% 100%)}.homev2-floating-phone-image{position:absolute;left:132px;top:-54px;width:388px;height:auto;transform:rotate(8deg);filter:contrast(1.02);z-index:1;opacity:1;mix-blend-mode:multiply}.homev2-pain{padding:36px 0 110px;background:#2d3438;color:#fff;overflow:visible;margin-bottom:0}.homev2-pain h2{margin:0 0 8px;text-align:center;color:#fff;font-size:clamp(2rem,3vw,3.3rem);padding-bottom:0}.homev2-pain__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch;transform:translateY(56px)}.homev2-pain__card{background:linear-gradient(180deg,#fff,#eef6fb);color:#1b1b1b;border-radius:8px;padding:22px 18px 16px;box-shadow:0 12px 28px #0000002e;text-align:center;min-height:390px;border:1px solid #c8d4dc}.homev2-pain__icon{display:block;width:148px;height:148px;margin:0 auto;object-fit:contain;mix-blend-mode:multiply}.homev2-pain__card h3{margin:14px 0 18px;font-size:35px;line-height:1.04;min-height:118px}.homev2-pain__card p{margin:0;font-size:18px;line-height:1.15;text-align:left}.homev2-pain__card p strong{font-weight:900}.homev2-steps{padding:72px 0 0;overflow:visible}.homev2-steps__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:end;overflow:visible}.homev2-steps__copy h2{margin:0 0 18px;color:#f36;font-size:clamp(1.5rem,2.5vw,2.2rem)}.homev2-step h3{color:#f36;margin:0 0 6px;font-size:1.4rem}.homev2-step p{margin:0 0 18px;font-size:1.15rem;line-height:1.35}.homev2-whatsapp-phone{justify-self:end;width:min(480px,100%);aspect-ratio:1 / .68;border-radius:30px;background:linear-gradient(145deg,#1d1d1d,#3c3c3c);padding:26px;transform:rotate(-18deg);box-shadow:0 26px 40px #0003}.homev2-whatsapp-phone__screen{height:100%;border-radius:20px;background:linear-gradient(180deg,#144a3e,#0b2c25);padding:18px;display:flex;flex-direction:column;gap:10px}.homev2-wa{max-width:84%;padding:12px 14px;border-radius:14px;font-size:.8rem;line-height:1.3}.homev2-wa--out{align-self:flex-end;background:#d9f6b7}.homev2-wa--in{align-self:flex-start;background:#f0f0f0}.homev2-steps__image{width:min(3400px,460%);max-width:none;height:auto;display:block;object-fit:contain;border-radius:12px;justify-self:end;align-self:end;background:transparent;margin-right:-480px;margin-bottom:-120px;transform:scale(1.7);transform-origin:right bottom}.homev2-calendar{position:relative;background:#f36;padding:40px 0;margin-top:60px;min-height:auto;overflow:visible;z-index:2}.homev2-calendar__grid{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:center}.homev2-calendar__mockup{background:transparent;position:relative;z-index:2;align-self:center;padding:0}.homev2-calendar__mockup img{width:120%;max-width:none;height:auto;display:block;border-radius:0;box-shadow:none;background:transparent;margin-left:-5%;margin-top:-80px;margin-bottom:-80px;position:relative;z-index:2}.homev2-calendar__copy{color:#fff;padding:40px 30px 40px 20px;margin:0}.homev2-calendar__copy h2{color:#fff;font-size:clamp(1.6rem,2.2vw,2.4rem);line-height:1.05;margin:0 0 -4px;letter-spacing:-.02em}.homev2-calendar__logos{display:flex;align-items:center;gap:-8px;margin:0}.homev2-calendar__logo-box{display:flex;align-items:center;justify-content:center;background:transparent;border-radius:0;padding:0}.homev2-calendar__logo-box--sync,.homev2-calendar__logo-box--bikas{padding:0}.homev2-calendar__logo-img{object-fit:contain;display:block}.homev2-calendar__logo-box--bikas .homev2-calendar__logo-img{width:44px;height:44px}.homev2-calendar__logo-img--recarga{width:140px;height:auto;margin:0 -12px}.homev2-calendar__logo-img--calendar{width:100px;height:auto}.homev2-calendar__logo-box--sync .homev2-calendar__logo-img{width:140px;height:auto;transform:none}.homev2-calendar__logos .homev2-calendar__logo-box:last-child .homev2-calendar__logo-img{width:100px;height:auto;transform:none}.homev2-visibility{padding:54px 0;background:#f6f6f6}.homev2-visibility__top{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:start;margin-bottom:30px;padding-top:28px}.homev2-visibility__headline{text-align:right;justify-self:end;width:min(100%,500px);margin-left:auto;transform:none}.homev2-visibility__headline h2{margin:0 0 14px;color:#1b1b1b;font-size:clamp(2rem,3vw,3.2rem);line-height:1}.homev2-visibility__headline p,.homev2-visibility__headline strong{display:block;margin-bottom:12px;font-size:1.35rem;color:#333}.homev2-visibility__list{margin:0;padding:0;list-style:none;display:grid;gap:14px;font-size:1.28rem;line-height:1.45;width:100%}.homev2-visibility__list li{display:flex;gap:18px;align-items:start;width:100%}.homev2-visibility__list li img{margin-top:-16px;flex:0 0 92px;width:92px;height:92px;object-fit:cover;display:block}.homev2-visibility__list li span{display:block;flex:1 1 auto;min-width:0}.homev2-visibility__list-copy{display:grid;gap:2px}.homev2-visibility__list-copy strong{display:block;font-size:1.16em;font-weight:800;line-height:1.15;color:#2d2f34}.homev2-visibility__list-copy span{font-size:1em;line-height:1.22;color:#3f4248}.homev2-dashboard{margin-top:26px}.homev2-dashboard__image{display:block;width:min(1400px,118%);height:auto;border-radius:18px;box-shadow:0 16px 28px #00000014;margin:0 auto}.homev2-shared{padding:34px 0;background:linear-gradient(180deg,#2f363a,#050505);color:#fff;overflow:hidden}.homev2-shared__grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:42px;align-items:center}.homev2-shared h2,.homev2-shared h3{color:#fff;margin-top:0}.homev2-shared h2{margin-bottom:26px;font-size:clamp(1.6rem,2.1vw,2.35rem);line-height:1.02;text-align:left}.homev2-shared p{font-size:1.06rem;line-height:1.34;color:#ffffffeb}.homev2-shared__visual img{display:block;width:min(650px,98%);height:auto;margin:80px auto -34px}.homev2-shared__copy{justify-self:end;width:min(100%,620px);text-align:left;padding-top:0}.homev2-shared__copy p+p{margin-top:14px}.homev2-ecosystem{padding:56px 0 80px;background:#fff}.homev2-ecosystem__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:start}.homev2-ecosystem__art{text-align:right}.homev2-ecosystem__mockup{display:block;width:min(420px,100%);height:auto;margin:0 auto 18px}.homev2-ecosystem__art h2{color:#f36;margin:0 0 8px;font-size:clamp(2.7rem,3.4vw,4rem);line-height:.98;text-align:right}.homev2-ecosystem__art p{margin:0;color:#f36;font-size:1.48rem;font-weight:700;text-align:right}.homev2-ecosystem__list{margin:0;padding:0;list-style:none;display:grid;gap:18px;font-size:1rem;line-height:1.35}.homev2-ecosystem__list li{display:grid;gap:3px}.homev2-ecosystem__list li strong{display:block;font-size:1.34rem;font-weight:800;color:#3a3d42;line-height:1.12}.homev2-ecosystem__list li span{display:block;font-size:1.14rem;color:#4c4f55;line-height:1.24}.homev2-builders,.homev2-demo-strip,.homev2-final-cta{background:linear-gradient(90deg,#394349,#0f1113);color:#fff}.homev2-builders{padding:52px 0 34px}.homev2-builders__top{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:center;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.35)}.homev2-builders__metric{display:grid;place-items:center;gap:0}.homev2-builders__metric-image{width:min(420px,100%);height:auto;display:block;object-fit:contain}.homev2-stopwatch{width:210px;aspect-ratio:1;border-radius:50%;border:6px solid #ffffff;position:relative;display:grid;place-items:center}.homev2-stopwatch:before,.homev2-stopwatch:after{content:"";position:absolute;background:#fff}.homev2-stopwatch:before{width:64px;height:18px;top:-20px;border-radius:999px}.homev2-stopwatch:after{width:18px;height:38px;top:-34px;border-radius:999px}.homev2-stopwatch__ring{width:138px;aspect-ratio:1;border-radius:50%;background:#ffffff14;display:flex;flex-direction:column;align-items:center;justify-content:center}.homev2-stopwatch__ring span{font-size:4rem;font-weight:900;line-height:.9}.homev2-stopwatch__ring small{font-size:1.4rem;font-weight:700}.homev2-builders__metric p{margin:0;text-align:center;font-size:1.35rem;font-weight:800}.homev2-builders__copy h2{margin:0 0 16px;color:#fff;font-size:clamp(1.9rem,2.6vw,3.15rem);line-height:1}.homev2-builders__copy h2 strong{font-weight:900}.homev2-builders__copy p{margin:0 0 16px;font-size:1.15rem;line-height:1.4;color:#ffffffeb}.homev2-builders__integrations span{justify-self:end;width:100%;text-align:right;font-size:1rem;font-weight:800;color:#fff}.homev2-builders__partners-image{display:block;width:min(980px,82%);height:auto}.landing-home-actual .homev2-visibility__headline h2,.landing-home-actual .homev2-visibility__headline p,.landing-home-actual .homev2-visibility__headline strong,.landing-home-actual .homev2-visibility__list .homev2-visibility__list-copy strong,.landing-home-actual .homev2-visibility__list .homev2-visibility__list-copy span,.landing-home-actual .homev2-ecosystem__list li strong,.landing-home-actual .homev2-ecosystem__list li span,.landing-home-actual .homev2-plan-card ul,.landing-home-actual .homev2-plan-card li,.landing-home-actual .homev2-footer__links span,.landing-home-actual .homev2-footer__links a,.landing-home-actual .homev2-footer__brand p{color:#464646}.landing-home-actual .homev2-ecosystem__art p{color:#f36}.landing-home-actual .homev2-footer__brand h3,.landing-home-actual .homev2-footer__links span,.landing-home-actual .homev2-footer__links a,.landing-home-actual .homev2-footer__brand p,.landing-home-actual .homev2-plan-card__head h3,.landing-home-actual .homev2-plan-card__price,.landing-home-actual .homev2-plan-card__price span,.landing-home-actual .homev2-plan-card__price small{color:#fff}.landing-home-actual .homev2-plan-card__price em{-webkit-text-stroke:1.2px #ffffff}.landing-home-actual .homev2-builders__copy p strong,.landing-home-actual .homev2-builders__copy p,.landing-home-actual .homev2-builders__copy h2,.landing-home-actual .homev2-builders__copy h2 strong{color:#fff}.landing-home-actual .homev2-conversation__text h2,.landing-home-actual .homev2-conversation__text h3,.landing-home-actual .homev2-conversation__text p,.landing-home-actual .homev2-conversation__text strong,.landing-home-actual .homev2-steps__copy p,.landing-home-actual .homev2-step p{color:#464646}.homev2-builders__integrations{padding-top:24px;display:grid;gap:14px;justify-items:center}.homev2-pricing{padding:60px 0 72px;background:linear-gradient(180deg,#fff 0% 52%,#f36 52%,#ff1c59)}.homev2-pricing h2{margin:0 0 28px;text-align:center;color:#f36;font-size:clamp(2.3rem,3vw,4rem)}.homev2-pricing__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.homev2-pricing__mobile-picker,.homev2-pricing__mobile-preview{display:none}.homev2-plan-card{background:#eaf4fb;border-radius:18px;overflow:hidden;box-shadow:0 12px 22px #00000024}.homev2-plan-card__head{background:#ff1f5d;color:#fff;padding:22px 20px 34px;text-align:center;border-bottom-left-radius:50% 18%;border-bottom-right-radius:50% 18%}.homev2-plan-card__head h3{color:#fff;margin:0 0 8px;font-size:1.75rem}.homev2-plan-card__price{font-size:4rem;line-height:.9;font-weight:900;color:#fff;display:flex;align-items:flex-end;justify-content:center;gap:6px}.homev2-plan-card__price span,.homev2-plan-card__price small{font-size:1.2rem;font-weight:700;color:#fff}.homev2-plan-card__price em{font-style:normal;color:transparent;-webkit-text-fill-color:transparent;-webkit-text-stroke:1.2px #ffffff;text-shadow:none}.homev2-plan-card ul{margin:0;padding:18px 28px 24px;list-style:none;display:grid;gap:10px;font-size:1rem;font-weight:700}.homev2-plan-card li:before{content:"✦";margin-right:8px}.homev2-pricing__actions,.homev2-final-cta__buttons{display:flex;justify-content:center;gap:18px;margin-top:30px;flex-wrap:wrap}.homev2-white-cta{display:inline-flex;align-items:center;justify-content:center;min-height:54px;min-width:240px;padding:0 28px;border-radius:999px;text-decoration:none;background:#fff;color:#f36;font-weight:800;font-size:1rem;box-shadow:0 10px 18px #0000002e;border:2px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.homev2-white-cta:hover{background-color:transparent;color:#fff;border-color:#fff;box-shadow:none}.homev2-demo-strip{padding:34px 0 24px}.homev2-demo-strip__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.homev2-demo-strip__copy{text-align:center;display:flex;flex-direction:column;align-items:center}.homev2-demo-strip__copy h2{color:#fff;font-size:clamp(1.58rem,2vw,2.25rem);line-height:1.08;width:min(100%,460px);max-width:460px;margin:0 auto 22px;text-align:center}.homev2-demo-strip__copy .homev2-white-cta{min-width:0;width:min(100%,460px);margin:0 auto}.homev2-demo-strip__visual img{width:100%;display:block;border-radius:18px;transform:translate(150px)}.homev2-plugplay{padding:64px 0 52px;background:#fff}.homev2-plugplay__grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:start}.homev2-plugplay__title h2{color:#f36;margin:0;font-size:clamp(2.55rem,3.45vw,4.35rem);line-height:.98;text-align:right}.homev2-plugplay__copy p{margin:0;color:#f36;font-size:1.56rem;line-height:1.24;font-weight:700;padding-top:10px}.homev2-plugplay__mockup{display:block;width:min(220px,100%);height:auto;margin:24px auto 0}.homev2-final-cta{padding:48px 0 72px}.homev2-final-cta__inner{text-align:center}.homev2-final-cta h2{margin:0;color:#fff;font-size:clamp(2.6rem,4vw,4.6rem);line-height:1}.homev2-footer{background:#000;color:#fff;padding:48px 0 18px}.homev2-footer__grid{display:grid;grid-template-columns:2fr max-content max-content max-content;gap:48px;align-items:start;padding-top:10px}.homev2-footer__brand img{width:70px;height:70px;display:block;margin-bottom:8px}.homev2-footer__brand h3{margin:0 0 8px;color:#fff;font-size:1.6rem}.homev2-footer__brand p,.homev2-footer__links span{display:block;color:#ffffffe6;font-size:.96rem;line-height:1.45}.homev2-footer__links{padding-top:12px}.homev2-footer__social-links{display:flex;flex-direction:row;align-items:center;gap:20px;padding-top:12px}.homev2-footer__links a{display:block;color:#ffffffe6;font-size:.96rem;line-height:1.45;text-decoration:none;transition:color .2s ease}.homev2-footer__links a:hover{color:#f36}.homev2-footer__contact-logo{display:inline-flex;align-items:center;justify-content:center;background:transparent;text-decoration:none;transition:opacity .2s ease}.homev2-footer__contact-logo:hover{opacity:.8}.homev2-footer__contact-logo img{height:38px;width:auto;display:block;object-fit:contain}.homev2-footer__contact-btn{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-width:138px;justify-content:center;padding:8px 14px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:transparent;color:#fff!important;font-size:.9rem;font-weight:700;text-decoration:none}.homev2-footer__contact-btn:hover{border-color:#fff;color:#fff!important}.homev2-footer__contact-btn .material-symbols-outlined{font-size:18px;color:#fff}.homev2-footer__contact-btn--whatsapp{padding:8px 14px;margin-right:-12px}.homev2-footer__contact-btn--whatsapp img{height:28px;width:auto;display:block;filter:brightness(0) invert(1);object-fit:contain}.homev2-footer__bottom{margin-top:26px;text-align:center;color:#ffffffb8;font-size:.92rem}@media(max-width:1024px){.homev2-hero__grid,.homev2-conversation__grid,.homev2-steps__grid,.homev2-calendar__grid,.homev2-visibility__top,.homev2-shared__grid,.homev2-ecosystem__grid{grid-template-columns:1fr}.homev2-pain__grid{grid-template-columns:repeat(2,minmax(0,1fr));transform:translateY(36px)}.homev2-builders__top,.homev2-demo-strip__grid,.homev2-plugplay__grid,.homev2-footer__grid{grid-template-columns:1fr}.homev2-integrations__logos,.homev2-pricing__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homev2-dashboard__image{width:100%;max-width:100%}.homev2-whatsapp-phone{justify-self:center}.homev2-chat-stage{min-height:430px}.homev2-pain{padding-bottom:72px}.homev2-steps{padding-top:56px}.homev2-steps__image{justify-self:end;width:min(760px,146%);max-width:none;margin-right:-54px;margin-bottom:-16px;transform:none}.homev2-demo-strip__visual img{transform:none;max-width:100%}.homev2-plugplay__mockup{width:min(220px,42vw)}.homev2-shared__grid>div:last-child{padding-top:56px}.homev2-calendar{background:#f36;overflow:hidden}.homev2-calendar__mockup img{width:100%;margin-top:0;margin-bottom:0}.homev2-calendar__copy{padding:30px 20px;text-align:center}.homev2-visibility__headline{justify-self:center;margin-left:0;transform:none}}@media(max-width:768px){.homev2-shell{width:min(1180px,calc(100vw - 20px))}.homev2-hero,.homev2-conversation,.homev2-pain,.homev2-steps,.homev2-calendar,.homev2-visibility,.homev2-shared,.homev2-ecosystem,.homev2-builders,.homev2-pricing,.homev2-demo-strip,.homev2-plugplay,.homev2-final-cta,.homev2-footer{overflow-x:clip}.homev2-hero{padding-bottom:10px}.homev2-hero__pink{height:320px}.homev2-hero__pink:after{bottom:-152px;width:162%;height:282px}.homev2-hero__copy{text-align:center;padding-top:26px}.homev2-hero__visual{min-height:300px;justify-content:center;margin-left:0}.homev2-hero__mockup-image{width:min(860px,112%);transform:translateY(-10px)}.homev2-hero__copy h1 span{display:block;margin-left:0;margin-top:10px;white-space:normal}.homev2-conversation,.homev2-pain,.homev2-steps,.homev2-visibility,.homev2-shared,.homev2-ecosystem{padding:34px 0}.homev2-conversation{margin-top:0}.homev2-conversation .homev2-shell{width:min(1040px,calc(100vw - 20px))}.homev2-conversation__text{text-align:center;padding-top:0;margin-top:0;width:min(100%,690px);max-width:690px;justify-self:center;display:flex;flex-direction:column;align-items:stretch}.homev2-conversation__text h2{width:100%;max-width:none;margin-left:auto;margin-right:auto}.homev2-conversation__text h3,.homev2-conversation__text p,.homev2-conversation__text strong{width:calc(100% - 52px);max-width:calc(100% - 52px);margin-left:auto;margin-right:0;transform:none}.homev2-conversation__actions{align-self:flex-end;width:calc(100% - 52px);min-width:0}.homev2-conversation__actions .homev2-white-cta:hover{background-color:#111;color:#fff;border-color:#111;box-shadow:none}.homev2-floating-phone-image{left:50%;top:-50px;width:320px;transform:translate(-50%) rotate(8deg);mix-blend-mode:normal}.homev2-chat-stage{min-height:420px}.homev2-chat{max-width:calc(100% - 24px);font-size:.82rem;padding:14px 16px}.homev2-chat--left{top:12px;left:0}.homev2-chat--right{top:138px;right:0}.homev2-chat--foot{top:258px;left:0;width:auto}.homev2-floating-phone{right:18px;width:108px;height:188px}.homev2-integrations__logos,.homev2-pricing__grid{grid-template-columns:1fr}.homev2-pricing__mobile-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 14px}.homev2-pricing__mobile-tab{min-height:42px;border-radius:999px;border:1px solid rgba(255,51,102,.35);background:#fff;color:#f36;font-size:.75rem;font-weight:900;letter-spacing:.02em;padding:0 10px;cursor:pointer}.homev2-pricing__mobile-tab.is-active{background:#f36;color:#fff;border-color:#f36;box-shadow:0 8px 14px #ff336647}.homev2-pricing__mobile-preview{display:block}.homev2-pricing__grid{display:none}.homev2-pain{padding-bottom:40px}.homev2-pain__grid{transform:none;display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(82vw,1fr);gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 4px 12px;margin:0 -2px;-webkit-overflow-scrolling:touch}.homev2-pain__grid::-webkit-scrollbar{display:none}.homev2-pain__card{min-height:auto;scroll-snap-align:center;scroll-snap-stop:always}.homev2-pain__card h3{min-height:0;font-size:2rem}.homev2-visibility__headline p,.homev2-visibility__headline strong{font-size:1.05rem}.homev2-visibility__top{gap:22px;padding-top:12px}.homev2-visibility__list{gap:16px;font-size:1rem}.homev2-visibility__list li{gap:12px}.homev2-visibility__list li img{flex-basis:72px;width:72px;height:72px;object-fit:cover}.homev2-visibility__list-copy strong{font-size:1.04rem}.homev2-visibility__list-copy span{font-size:.95rem;line-height:1.28}.homev2-dashboard{margin-top:16px}.homev2-dashboard__image{width:100%;border-radius:12px}.homev2-whatsapp-phone{width:100%;transform:none;aspect-ratio:1 / 1.05}.homev2-shared h2{text-align:left}.homev2-shared__grid{gap:20px}.homev2-shared__grid>div:last-child{padding-top:0}.homev2-shared p,.homev2-shared__grid>div:last-child p{font-size:1.02rem;line-height:1.36}.homev2-steps{padding-top:20px}.homev2-steps__copy{order:1}.homev2-steps__image{order:2;width:min(500px,200%);max-width:none;margin:-70px -26px -44px auto;justify-self:end;align-self:end;transform:translateY(50px)}.homev2-builders,.homev2-pricing,.homev2-demo-strip,.homev2-plugplay,.homev2-final-cta,.homev2-footer{padding-left:0;padding-right:0}.homev2-builders__integrations span{justify-self:start}.homev2-builders__top{gap:28px}.homev2-stopwatch{width:170px}.homev2-builders__metric-image{width:min(300px,86vw)}.homev2-stopwatch__ring{width:112px}.homev2-stopwatch__ring span{font-size:3rem}.homev2-stopwatch__ring small{font-size:1.1rem}.homev2-builders__metric p{font-size:1.08rem}.homev2-builders__copy h2{font-size:2.2rem}.homev2-builders__copy p{font-size:1rem}.homev2-integrations__logos{gap:12px}.homev2-integration-item{justify-content:flex-start;font-size:.95rem}.homev2-plan-card__price{font-size:3rem}.homev2-plan-card__price em{-webkit-text-stroke:1px #ffffff}.homev2-white-cta{width:100%;min-width:0}.homev2-final-cta__buttons{flex-direction:column;align-items:stretch}.homev2-calendar{background:#f36;min-height:auto}.homev2-calendar__grid{min-height:auto}.homev2-calendar__mockup img{width:100%;margin:20px 0}.homev2-calendar__copy{padding:28px 24px}.homev2-calendar__logos{justify-content:center;gap:50px}.homev2-calendar__copy h2{font-size:3.25rem;line-height:.98;margin-bottom:28px}.homev2-calendar__logo-box,.homev2-calendar__logo-box--sync,.homev2-calendar__logo-img,.homev2-calendar__logo-img--recarga,.homev2-calendar__logo-img--calendar,.homev2-calendar__logo-box--bikas{width:78px;height:78px}.homev2-calendar__logo-box--sync .homev2-calendar__logo-img{width:78px;height:78px;transform:none}.homev2-calendar__logos .homev2-calendar__logo-box:last-child .homev2-calendar__logo-img{width:78px;height:78px;transform:none}.homev2-ecosystem__mockup{width:min(320px,100%)}.homev2-builders__partners-image{width:min(860px,94%)}.homev2-ecosystem__art h2{font-size:2.4rem}.homev2-ecosystem__art p{font-size:1.16rem}.homev2-ecosystem__list{gap:14px}.homev2-ecosystem__list li strong{font-size:1.1rem}.homev2-ecosystem__list li span{font-size:.98rem}.homev2-demo-strip__copy h2,.homev2-demo-strip__copy .homev2-white-cta{width:100%;max-width:none}.homev2-demo-strip__copy h2{font-size:1.7rem;line-height:1.12}.homev2-demo-strip__visual img{transform:none;border-radius:14px}.homev2-plugplay__title h2{text-align:center;font-size:2.7rem}.homev2-plugplay__copy p{padding-top:0;font-size:1.08rem;line-height:1.28;text-align:center}.homev2-plugplay__mockup{width:min(180px,54vw);margin-top:18px}.homev2-final-cta h2{font-size:2.35rem}.homev2-footer__grid{gap:18px}}@media(max-width:520px){.homev2-shell{width:min(1180px,calc(100vw - 16px))}.homev2-hero__copy h1{font-size:2.8rem}.homev2-hero__copy h1 span{font-size:1rem}.homev2-conversation__actions,.homev2-conversation__actions .homev2-white-cta{min-width:0;width:100%}.homev2-conversation__text h3,.homev2-conversation__text p,.homev2-conversation__text strong,.homev2-conversation__actions{width:calc(100% - 28px);max-width:calc(100% - 28px)}.homev2-conversation__actions{margin-left:auto;margin-right:0}.homev2-conversation__text h2{font-size:2rem}.homev2-conversation__text h3{font-size:1.35rem}.homev2-conversation__text p,.homev2-conversation__text strong{font-size:1rem}.homev2-conversation__actions{width:100%}.homev2-chat-stage{min-height:430px}.homev2-floating-phone-image{width:252px;top:40px}.homev2-chat--right{top:152px}.homev2-chat--foot{top:282px}.homev2-pain__grid{grid-auto-columns:minmax(86vw,1fr);gap:12px}.homev2-pricing__mobile-picker{grid-template-columns:1fr;gap:7px}.homev2-pricing__mobile-tab{min-height:38px;font-size:.72rem}.homev2-pain__card{padding:18px 14px 14px}.homev2-pain__icon{width:108px;height:108px}.homev2-pain__card h3{font-size:1.7rem;margin:10px 0 12px}.homev2-pain__card p{font-size:1rem;line-height:1.2}.homev2-steps__copy h2{font-size:1.7rem}.homev2-step h3{font-size:1.18rem}.homev2-step p{font-size:1rem}.homev2-calendar__copy h2{font-size:2.35rem}.homev2-calendar__copy{padding:22px 16px}.homev2-calendar__logos{gap:26px}.homev2-visibility__headline h2{font-size:2rem}.homev2-visibility__headline p,.homev2-visibility__headline strong{font-size:.98rem}.homev2-shared h2{font-size:1.95rem;margin-bottom:16px}.homev2-shared__visual img{width:min(560px,100%);margin:238px auto 0}.homev2-builders__copy h2{font-size:1.85rem}.homev2-integration-item{font-size:.9rem}.homev2-plan-card__head h3{font-size:1.45rem}.homev2-plan-card__price{font-size:2.45rem}.homev2-plan-card ul{padding:16px 18px 20px;gap:8px;font-size:.95rem}.homev2-demo-strip__copy h2{font-size:1.45rem}.homev2-plugplay__title h2{font-size:2.25rem}.homev2-final-cta h2{font-size:1.95rem}.homev2-footer__brand h3{font-size:1.35rem}.homev2-footer__brand p,.homev2-footer__links span,.homev2-footer__links a{font-size:.9rem}}.marketing-product-hero{padding-bottom:3rem}.marketing-grid-section{background-color:var(--lp-bg-dark);padding:2rem 0 6rem}.marketing-feature-grid,.marketing-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.marketing-feature-card,.marketing-contact-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:2rem}.marketing-feature-card h3,.marketing-contact-card h3{margin-top:0;margin-bottom:1rem;font-size:1.25rem}.marketing-feature-card p,.marketing-contact-card p,.marketing-contact-lead{color:var(--lp-text-gray-400);line-height:1.7}.marketing-contact-page{padding-bottom:6rem}.marketing-contact-container{max-width:1120px}.marketing-inline-btn{margin-top:1rem}.marketing-privacy-page{padding-bottom:5rem}.legacy-redirect-page{min-height:50vh;display:flex;align-items:center;justify-content:center;color:var(--lp-text-white)}@media(max-width:1024px){.marketing-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.marketing-feature-grid,.marketing-contact-grid,.marketing-footer-grid{grid-template-columns:1fr}.marketing-whatsapp-float{right:16px;bottom:16px}}.text-primary{color:var(--lp-primary)}.text-white{color:var(--lp-text-white)}.text-center{text-align:center}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.privacy-container{max-width:800px;margin:0 auto;padding:3rem 2rem;font-family:Inter,system-ui,sans-serif;background-color:#fff;min-height:100vh}.privacy-container h1{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:2rem;text-align:center}.privacy-content{font-size:.875rem;line-height:1.7;color:#6b7280}.privacy-content h2{font-size:1.125rem;font-weight:600;color:#111827;margin:2rem 0 .75rem}.privacy-content h3{font-size:.95rem;font-weight:600;color:#111827;margin:1.25rem 0 .5rem}.privacy-content p{margin-bottom:.75rem}.privacy-content ul{padding-left:1.5rem;margin-bottom:1rem}.privacy-content li{font-size:.8125rem;margin-bottom:.4rem}.privacy-content .last-updated{font-size:.75rem;color:#9ca3af;font-style:italic;text-align:center;margin-bottom:2rem}.privacy-content strong{color:#111827;font-weight:600}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:60}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:24px}.hamburger-icon span{display:block;height:2px;width:100%;background-color:var(--lp-text-white);border-radius:2px;transition:all .3s ease}.hamburger-icon.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:55;display:flex;align-items:flex-start;justify-content:center;padding-top:100px;animation:fadeInMenu .25s ease}@keyframes fadeInMenu{0%{opacity:0}to{opacity:1}}.mobile-menu{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;width:100%;max-width:400px}.mobile-menu-link{color:var(--lp-text-white);font-size:1.25rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;padding:.75rem 1rem;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);transition:color .2s ease}.mobile-menu-link:hover{color:var(--lp-primary)}.mobile-menu-buttons{display:flex;flex-direction:column;gap:1rem;width:100%;margin-top:1rem}.mobile-menu-buttons .btn-header-outline,.mobile-menu-buttons .btn-primary{width:100%;text-align:center;padding:1rem;font-size:.875rem}@media(max-width:1023px){.mobile-menu-toggle{display:block}.header-buttons{display:none}}@media(max-width:768px){.landing-header-content{padding:0 1rem;height:70px}.logo-container img{width:44px!important;height:44px!important}.hero-section{padding:3rem 1rem;min-height:auto;text-align:center}.hero-content{max-width:100%;padding:0 .5rem}.hero-title{font-size:2rem;line-height:1.15}.hero-title br{display:none}.hero-badge-text{font-size:.85rem}.hero-subtitle{font-size:1rem;line-height:1.6}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn-primary-lg,.hero-buttons .btn-outline{width:100%;text-align:center;padding:1rem 2rem}.problem-solution-section,.benefits-section{padding:3rem 0}.section-container{padding:0 1rem}.section-title{font-size:1.75rem}.section-header{margin-bottom:2rem}.problem-card,.solution-card{padding:1.5rem}.problem-card-title,.solution-card-title{font-size:1.15rem}.benefits-grid{grid-template-columns:1fr}.benefit-card{padding:1.5rem}.cta-section{padding:3rem 0}.cta-logo{width:180px!important;height:auto!important}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}.btn-cta{padding:1rem 2rem;font-size:.95rem;width:100%}.about-section{padding:3rem 0;margin:3rem 0 0}.about-grid{gap:2rem}.about-grid>div:first-child,.about-grid>div:last-child{text-align:left;align-items:flex-start}.about-title{font-size:1.5rem}.landing-footer{padding:3rem 0}.footer-links-grid{grid-template-columns:1fr;gap:2rem}.footer-top{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}@media(min-width:769px)and (max-width:1024px){.hero-title{font-size:3.5rem}.benefits-grid{grid-template-columns:repeat(2,1fr)}}.ia-hero{background-color:#000;color:#fff;padding:6rem 2rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.ia-badge{color:var(--lp-primary);border:1px solid rgba(255,51,102,.3);background-color:#ff33660d;padding:.5rem 1.5rem;display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2rem}.ia-hero-title{font-size:4rem;font-weight:900;margin-bottom:1.5rem;color:#fff!important}.ia-hero-subtitle{font-size:1.25rem;color:#ffffffb3;max-width:800px;margin:0 auto;line-height:1.6}.ia-pink-section{background-color:var(--lp-primary);padding:5rem 2rem;color:#fff}.ia-pink-container{max-width:1200px;margin:0 auto}.ia-pink-title{font-size:2.5rem;font-weight:900;text-align:center;margin-bottom:4rem;color:#fff!important}.ia-pink-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:900px){.ia-pink-grid{grid-template-columns:1fr 1fr;align-items:center}}.ia-pink-text-block{margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6;text-align:right}.ia-comparison{margin-top:3rem}.ia-comp-title{font-size:1.5rem;font-weight:900;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.ia-comp-list{list-style:none;padding:0;margin:0 0 2rem}.ia-comp-list li{font-weight:700;margin-bottom:.75rem;font-size:1rem;position:relative;padding-left:1.25rem}.ia-comp-list li:before{content:"â€¢";position:absolute;left:0;color:#fff}.ia-comp-bot{color:#000}.ia-comp-list.ia-comp-bot li:before{color:#000}.ia-comp-ia{color:#fff}.ia-comp-list.ia-comp-ia li:before{color:#fff}.ia-mockup{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0003;color:#333;font-size:.75rem;display:flex;flex-direction:column}.ia-mockup-header{display:flex;align-items:center;padding:1rem;background:#f0f2f5;border-bottom:1px solid #e5e5e5}.ia-mockup-avatar{width:32px;height:32px;border-radius:50%;background:#8b5cf6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:.75rem}.ia-mockup-name{font-weight:600;font-size:.9rem}.ia-mockup-body{padding:1rem .75rem;background:#efeae2;display:flex;flex-direction:column;gap:.5rem}.ia-msg{max-width:85%;padding:.4rem .5rem;border-radius:8px;line-height:1.3;position:relative}.ia-msg-in{background:#fff;align-self:flex-start;border-top-left-radius:0}.ia-msg-out{background:#e7ffdb;align-self:flex-end;border-top-right-radius:0}.ia-msg-time{font-size:.65rem;color:#999;text-align:right;margin-top:.25rem}.ia-mockup-footer{padding:1rem;background:#f0f2f5;color:#999;font-style:italic;border-top:1px solid #e5e5e5}.ia-auto-section{background-color:#000;padding:6rem 2rem}.ia-auto-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:900px){.ia-auto-grid{grid-template-columns:1fr 1fr}}.ia-auto-title{font-size:3.5rem;font-weight:900;color:#fff!important;line-height:1.2}.ia-auto-content{display:flex;flex-direction:column;justify-content:center}.ia-auto-text{color:#fffc;font-size:1.1rem;line-height:1.6}.ia-auto-list{list-style:none;padding:0;margin:2rem 0;color:var(--lp-primary);font-weight:500}.ia-auto-list li{margin-bottom:1rem}.ia-auto-list li:before{content:"â€¢ "}.ia-bottom-section{background-color:#0b0f19;padding:6rem 2rem}.ia-bottom-grid{max-width:1200px;margin:0 auto;display:flex;flex-direction:column-reverse;gap:3rem;align-items:center;text-align:center}@media(min-width:900px){.ia-bottom-grid{flex-direction:row;justify-content:center;align-items:center;text-align:left;gap:6rem}}.ia-bottom-buttons{display:flex;flex-direction:column;gap:1.5rem;min-width:250px;align-items:center}.ia-btn-pink{background-color:var(--lp-primary);color:#fff;border:none;padding:1.25rem;font-size:1.15rem;font-weight:600;cursor:pointer;text-transform:uppercase;text-align:center;text-decoration:none;width:220px}.ia-btn-white{background-color:#fff;color:var(--lp-primary);border:none;padding:1.25rem;font-size:1.15rem;font-weight:600;cursor:pointer;text-transform:uppercase;text-align:center;text-decoration:none;width:220px}.ia-bottom-title{font-size:4rem;font-weight:900;color:#fff;line-height:1.1;margin:0}@media(max-width:768px){.ia-hero{padding:3rem 1rem}.ia-hero-title{font-size:2rem}.ia-hero-subtitle{font-size:1rem}.ia-pink-section{padding:3rem 1rem}.ia-pink-title{font-size:1.75rem}.ia-pink-text-block{text-align:left;font-size:1rem}.ia-comp-title{font-size:1.2rem}.ia-auto-section{padding:3rem 1rem}.ia-auto-title{font-size:2rem}.ia-bottom-section{padding:3rem 1rem}.ia-bottom-title{font-size:2.25rem}.ia-btn-pink,.ia-btn-white{width:100%;font-size:1rem}}.landing-homepage{background:radial-gradient(circle at top left,rgba(255,51,102,.2),transparent 28%),linear-gradient(180deg,#06080d,#0d1017 34%,#f5f1eb 34% 100%);color:#f4f7fb}.homev3{width:100%}.homev3-shell{width:min(1180px,calc(100vw - 32px));margin:0 auto}.homev3 img{display:block;max-width:100%;height:auto}.homev3-media-image{width:100%;height:auto;object-fit:contain}.homev3-eyebrow,.homev3-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .85rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ff7a9d;font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.homev3-kicker--inverse{background:#ffffff29;color:#fff;border-color:#ffffff38}.homev3-section{padding:88px 0;color:#10131a}.homev3-section--light{background:#fcfaf7}.homev3-section--dark{background:radial-gradient(circle at top right,rgba(255,51,102,.18),transparent 30%),#10131a;color:#f4f7fb}.homev3-section-heading{max-width:760px;margin-bottom:36px}.homev3-section-heading--center{margin-left:auto;margin-right:auto;text-align:center}.homev3-section-heading h2,.homev3-steps__intro h2,.homev3-analytics__copy h2,.homev3-ecosystem__intro h2,.homev3-origin__copy h2,.homev3-calendar__copy h2,.homev3-demo__copy h2,.homev3-plugplay__title h2,.homev3-final-cta h2,.homev3-hero__copy h1{margin:16px 0 0;line-height:1.02;letter-spacing:-.04em}.homev3-hero__copy h1{font-size:clamp(2.8rem,7vw,5.7rem);color:#fff;max-width:10ch}.homev3-section-heading h2,.homev3-steps__intro h2,.homev3-analytics__copy h2,.homev3-ecosystem__intro h2,.homev3-origin__copy h2,.homev3-calendar__copy h2,.homev3-demo__copy h2,.homev3-plugplay__title h2,.homev3-final-cta h2{font-size:clamp(2rem,4.4vw,4rem)}.homev3-section-heading p,.homev3-steps__intro p,.homev3-analytics__copy p,.homev3-ecosystem__intro p,.homev3-origin__copy p,.homev3-calendar__copy p,.homev3-demo__copy p,.homev3-plugplay__copy p,.homev3-footer__brand p,.homev3-shared__copy p,.homev3-shared__card p{margin:16px 0 0;font-size:1.02rem;line-height:1.75}.homev3-lead{max-width:58ch;margin:24px 0 0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;color:#f4f7fbcc}.homev3-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.95rem 1.35rem;border-radius:16px;font-size:.95rem;font-weight:800;text-decoration:none;transition:transform .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.homev3-btn:hover{transform:translateY(-1px)}.homev3-btn--primary{background:#ff4d7d;color:#fff;border:1px solid #ff4d7d}.homev3-btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.homev3-btn--light{background:#fff;color:#131722;border:1px solid #ffffff}.homev3-btn--ghost-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.homev3-hero{padding:78px 0 88px;position:relative;overflow:clip}.homev3-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 12%,rgba(255,106,149,.28),transparent 22%),radial-gradient(circle at 18% 18%,rgba(91,134,255,.18),transparent 18%);pointer-events:none}.homev3-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:40px;align-items:center}.homev3-hero__copy{padding:32px 0}.homev3-hero__actions,.homev3-final-cta__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.homev3-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px}.homev3-proof div{padding:16px 18px;border-radius:20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.homev3-proof strong{display:block;font-size:1.3rem;color:#fff}.homev3-proof span{display:block;margin-top:8px;color:#f4f7fbbf;line-height:1.5;font-size:.92rem}.homev3-hero__media{display:flex;justify-content:center}.homev3-device{width:100%;max-width:560px;padding:clamp(18px,2vw,24px);border-radius:32px;background:linear-gradient(180deg,#ffffff1f,#ffffff0a);border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 80px #00000057}.homev3-conversation{color:#11141c}.homev3-conversation__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.75fr);gap:28px;align-items:stretch}.homev3-chat-card,.homev3-phone-card,.homev3-shared__card,.homev3-pain-card,.homev3-step-card,.homev3-plan-card,.homev3-chip{border-radius:28px}.homev3-chat-card{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:28px;background:#fff;border:1px solid rgba(16,19,26,.08);box-shadow:0 20px 45px #11141c14}.homev3-chat-bubble{max-width:80%;padding:16px 18px 14px;border-radius:18px;line-height:1.6;font-size:.95rem}.homev3-chat-bubble span{display:block;margin-top:8px;font-size:.78rem;opacity:.65}.homev3-chat-bubble--incoming{background:#eef1f6;color:#17202d;border-top-left-radius:6px}.homev3-chat-bubble--outgoing{margin-left:auto;background:#ff4d7d;color:#fff;border-top-right-radius:6px}.homev3-phone-card{display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#10131a,#1a1f2b);min-height:100%}.homev3-pain-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.homev3-pain-card{padding:26px;background:#fff;border:1px solid rgba(16,19,26,.08);box-shadow:0 18px 40px #11141c0f}.homev3-pain-card__icon{width:58px;height:58px;object-fit:contain}.homev3-pain-card h3,.homev3-step-card h3,.homev3-plan-card h3,.homev3-shared__card h3,.homev3-panel__head h3{margin:18px 0 0;font-size:1.2rem;line-height:1.2}.homev3-pain-card p,.homev3-step-card p,.homev3-plan-card li,.homev3-list li,.homev3-dashboard-card__sidebar span,.homev3-footer__links span{line-height:1.65}.homev3-steps{display:grid;gap:36px}.homev3-steps__intro,.homev3-origin__copy,.homev3-demo__copy,.homev3-calendar__copy{max-width:720px}.homev3-steps__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:stretch}.homev3-steps__cards{display:grid;gap:18px}.homev3-step-card{padding:24px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.homev3-step-card__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#ff4d7d;color:#fff;font-size:.92rem;font-weight:900;letter-spacing:.08em}.homev3-step-card p,.homev3-origin__copy p,.homev3-demo__copy p,.homev3-final-cta h2,.homev3-calendar__copy p,.homev3-steps__intro p{color:#f4f7fbc7}.homev3-steps__visual{display:flex;align-items:center;justify-content:center;min-height:100%;padding:22px;border-radius:30px;background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.12)}.homev3-calendar{padding:88px 0;background:linear-gradient(135deg,#ff4d7d,#ff7b64);color:#fff}.homev3-calendar__grid,.homev3-shared,.homev3-ecosystem,.homev3-origin,.homev3-demo__grid,.homev3-plugplay{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:center}.homev3-calendar__visual,.homev3-demo__visual{padding:22px;border-radius:30px;background:#ffffff24;border:1px solid rgba(255,255,255,.22)}.homev3-sync-badges{display:flex;align-items:center;gap:16px;margin-top:28px}.homev3-sync-badge{display:flex;align-items:center;justify-content:center;min-width:92px;min-height:92px;padding:14px;border-radius:24px;background:#11141c38;border:1px solid rgba(255,255,255,.22);font-weight:800;font-size:1rem}.homev3-sync-badge--light{background:#fffffff2}.homev3-sync-badge__image{width:58px;height:58px;object-fit:contain}.homev3-analytics{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:28px;align-items:start}.homev3-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.homev3-list li{position:relative;padding-left:22px}.homev3-list li:before{content:"";position:absolute;top:11px;left:0;width:8px;height:8px;border-radius:999px;background:#ff4d7d}.homev3-list--compact{gap:10px;margin-top:20px}.homev3-dashboard-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;padding:20px;border-radius:30px;background:#11151d;color:#fff;box-shadow:0 24px 60px #11141c29}.homev3-dashboard-card__sidebar{display:grid;align-content:start;gap:12px;padding:18px;border-radius:22px;background:#ffffff0a}.homev3-dashboard-card__sidebar strong{font-size:1.2rem}.homev3-dashboard-card__sidebar span{color:#f4f7fbb8}.homev3-dashboard-card__sidebar .is-active{color:#fff;font-weight:800}.homev3-dashboard-card__content,.homev3-panel-grid{display:grid;gap:18px}.homev3-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homev3-panel{padding:22px;border-radius:24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.homev3-panel__head{display:flex;justify-content:space-between;gap:16px;align-items:baseline}.homev3-panel__head h3{margin:0;font-size:1rem}.homev3-panel__head small{color:#f4f7fb9e}.homev3-bars{display:grid;gap:14px;margin-top:22px}.homev3-bars span{display:block;height:14px;border-radius:999px;background:linear-gradient(90deg,#ff4d7d,#ff8d73)}.homev3-donut{width:150px;aspect-ratio:1;margin:22px auto 0;border-radius:50%}.homev3-donut--pink{background:conic-gradient(#ff4d7d 0 34%,#ffd4df 34% 57%,#7c869a 57% 100%);position:relative}.homev3-donut--dark{background:conic-gradient(#fff 0 28%,#6b7280 28% 61%,#ff8d73 61% 100%);position:relative}.homev3-donut:after{content:"";position:absolute;inset:24%;border-radius:50%;background:#11151d}.homev3-shared__card,.homev3-origin__metric{padding:28px;background:#fff;border:1px solid rgba(16,19,26,.08);box-shadow:0 18px 40px #11141c0f}.homev3-ecosystem{align-items:start}.homev3-ecosystem__list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.homev3-ecosystem__list li{padding:18px 20px 18px 48px;position:relative;border-radius:20px;background:#fff;border:1px solid rgba(16,19,26,.08);box-shadow:0 18px 40px #11141c0d;line-height:1.65}.homev3-ecosystem__list li:before{content:"";position:absolute;top:25px;left:20px;width:12px;height:12px;border-radius:999px;background:#ff4d7d}.homev3-origin{align-items:center}.homev3-origin__metric{display:flex;justify-content:center;align-items:center;background:#ffffff12;border:1px solid rgba(255,255,255,.12);box-shadow:none}.homev3-origin__circle{width:min(320px,100%);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#ff4d7d47,#ffffff05);text-align:center}.homev3-origin__circle strong{font-size:clamp(2.8rem,7vw,4.8rem);line-height:1}.homev3-origin__circle span{margin-top:10px;color:#f4f7fbcc;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.homev3-integrations{margin-top:30px;display:grid;gap:18px}.homev3-integrations__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.homev3-chip{padding:18px 16px;text-align:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.92rem;line-height:1.4}.homev3-pricing{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.homev3-plan-card{padding:28px;background:#fff;border:1px solid rgba(16,19,26,.08);box-shadow:0 18px 40px #11141c0f}.homev3-plan-card--featured{background:linear-gradient(180deg,#ff4d7d,#ff5a88);color:#fff;transform:translateY(-8px)}.homev3-plan-card--featured .homev3-list li:before{background:#fff}.homev3-plan-card__head{display:grid;gap:12px}.homev3-plan-card__head h3{margin:0}.homev3-plan-card__price{font-size:clamp(2.2rem,4vw,3rem);font-weight:900;line-height:1;letter-spacing:-.04em}.homev3-plan-card__price span{display:block;font-size:.9rem;line-height:1.5;letter-spacing:.06em;text-transform:uppercase;font-weight:700;opacity:.72}.homev3-center-action{display:flex;justify-content:center;margin-top:28px}.homev3-demo{padding:88px 0;background:linear-gradient(135deg,#11151d,#1a1f2a);color:#fff}.homev3-plugplay__copy{display:grid;gap:14px}.homev3-plugplay__copy p{margin:0}.homev3-final-cta{padding:88px 0;background:linear-gradient(135deg,#ff4d7d,#ff8d73);color:#fff}.homev3-final-cta__inner{display:flex;justify-content:space-between;gap:28px;align-items:center}.homev3-footer{padding:68px 0 0;background:#0c0f14;color:#fff}.homev3-footer__grid{display:grid;grid-template-columns:1.2fr repeat(3,minmax(0,1fr));gap:28px}.homev3-footer__brand img{width:44px;height:44px;border-radius:12px}.homev3-footer__brand h3{margin:16px 0 0;font-size:1.5rem}.homev3-footer__links{display:grid;align-content:start;gap:10px;color:#f4f7fbbd}.homev3-footer__bottom{margin-top:40px;padding:18px 16px 28px;text-align:center;color:#f4f7fb85;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:1180px){.homev3-pain-grid,.homev3-pricing{grid-template-columns:repeat(2,minmax(0,1fr))}.homev3-integrations__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.homev3-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.homev3-hero__grid,.homev3-conversation__grid,.homev3-steps__grid,.homev3-calendar__grid,.homev3-analytics,.homev3-shared,.homev3-ecosystem,.homev3-origin,.homev3-demo__grid,.homev3-plugplay,.homev3-final-cta__inner{grid-template-columns:1fr;display:grid}.homev3-proof,.homev3-dashboard-card{grid-template-columns:1fr}.homev3-dashboard-card__sidebar{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}.homev3-dashboard-card__sidebar strong{grid-column:1 / -1}.homev3-panel-grid{grid-template-columns:1fr}.homev3-final-cta__actions{width:100%}}@media(max-width:768px){.landing-homepage{background:radial-gradient(circle at top center,rgba(255,51,102,.22),transparent 22%),linear-gradient(180deg,#06080d,#0d1017 27%,#f5f1eb 27% 100%)}.homev3-shell{width:min(1180px,calc(100vw - 24px))}.homev3-section,.homev3-calendar,.homev3-demo,.homev3-final-cta{padding:64px 0}.homev3-hero{padding:48px 0 64px}.homev3-hero__copy{padding:0;text-align:center}.homev3-hero__copy h1{max-width:none}.homev3-lead{margin-left:auto;margin-right:auto}.homev3-hero__actions,.homev3-final-cta__actions{flex-direction:column}.homev3-btn{width:100%}.homev3-device,.homev3-phone-card,.homev3-steps__visual,.homev3-calendar__visual,.homev3-demo__visual{padding:16px;border-radius:24px}.homev3-chat-card,.homev3-pain-card,.homev3-step-card,.homev3-plan-card,.homev3-shared__card,.homev3-chip{border-radius:22px}.homev3-chat-card,.homev3-pain-card,.homev3-step-card,.homev3-plan-card,.homev3-shared__card,.homev3-dashboard-card,.homev3-origin__metric{padding:20px}.homev3-chat-bubble{max-width:100%;font-size:.92rem}.homev3-pain-grid,.homev3-pricing,.homev3-integrations__grid,.homev3-footer__grid{grid-template-columns:1fr}.homev3-dashboard-card__sidebar{grid-template-columns:1fr 1fr}.homev3-sync-badges{justify-content:center}.homev3-origin__circle{width:min(260px,100%)}.homev3-section-heading,.homev3-steps__intro,.homev3-analytics__copy,.homev3-ecosystem__intro,.homev3-origin__copy,.homev3-calendar__copy,.homev3-demo__copy,.homev3-plugplay__title{text-align:center}.homev3-list{text-align:left}}@media(max-width:520px){.homev3-shell{width:min(1180px,calc(100vw - 18px))}.homev3-dashboard-card__sidebar{grid-template-columns:1fr}.homev3-sync-badges{gap:10px}.homev3-sync-badge{min-width:78px;min-height:78px;border-radius:20px}.homev3-chat-card{gap:12px}}
