:root{--font-heading: "Sora", sans-serif;--font-body: "Nunito Sans", sans-serif;--c-pageant-blue: #172739;--c-tillandsia-purple: #5d2581;--c-blue-radiance: #5bc1d6;--c-kiwi: #67b547;--c-dark-cheddar: #e1770f;--c-spectra-yellow: #f7c41f;--bg-dark: #070e17;--text-light: #f5f6f8;--text-muted: #abb5c2;--border-color: rgba(255, 255, 255, .1);--glass-bg: rgba(23, 39, 57, .4);--glass-border: rgba(255, 255, 255, .08);--transition-normal: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,.heading{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 5%}.text-center{text-align:center}.section{padding:6rem 0}.text-gradient{background:linear-gradient(90deg,var(--c-blue-radiance) 0%,var(--c-tillandsia-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:16px}.bg-light-panel{background:#ffffff05;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.eyebrow{display:inline-block;color:var(--c-kiwi);font-weight:700;font-family:var(--font-heading);letter-spacing:1px;font-size:.85rem;margin-bottom:1rem}.section-heading{max-width:650px;margin:0 auto 4rem}.section-heading h2{font-size:3rem;margin-bottom:1.5rem}.section-title{font-size:2.8rem;margin-bottom:1rem;max-width:600px;margin-left:auto;margin-right:auto}.section-desc{color:var(--text-muted);margin-bottom:4rem}.site-header{position:fixed;top:0;left:0;width:100%;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:#070e17d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);transition:background var(--transition-normal),box-shadow var(--transition-normal)}.logo-container a{display:flex;height:100%;align-items:center}.logo-container img{max-height:35px;width:auto;object-fit:contain}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-family:var(--font-body);font-weight:600;font-size:.95rem;color:var(--text-muted);transition:color var(--transition-normal)}.nav-links a:hover{color:var(--text-light)}.header-actions{display:flex;align-items:center;margin-left:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.6rem;font-family:var(--font-heading);font-weight:600;font-size:.95rem;border-radius:50px;cursor:pointer;transition:all var(--transition-normal);border:none}.btn-sm{padding:.5rem 1.2rem;font-size:.9rem}.btn-primary{background-color:var(--c-kiwi);color:var(--bg-dark);box-shadow:0 4px 15px #67b5474d}.btn-primary:hover{background-color:#78c956;transform:translateY(-2px);box-shadow:0 8px 25px #67b54766}.btn-outline{background-color:transparent;color:var(--text-light);border:1px solid var(--border-color)}.btn-outline:hover{border-color:var(--c-kiwi);color:var(--c-kiwi)}.hero-section{padding-top:150px;padding-bottom:80px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:center;position:relative}.glow{position:absolute;width:400px;height:400px;filter:blur(150px);z-index:-1;opacity:.35;border-radius:50%}.glow-1{top:10%;left:-10%;background:var(--c-tillandsia-purple)}.glow-2{bottom:0;right:0;background:var(--c-pageant-blue)}.badge-row{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.badge{padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-family:var(--font-body);font-weight:700;display:flex;align-items:center;gap:.5rem}.badge-success{background:#67b54726;color:var(--c-kiwi);border:1px solid rgba(103,181,71,.3)}.badge-outline{border:1px solid var(--border-color);color:var(--text-muted)}.hero-title{font-size:4.2rem;margin-bottom:1.5rem;letter-spacing:-.03em;word-wrap:break-word;overflow-wrap:break-word}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:90%}.hero-cta-group{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-trust{font-size:.85rem;color:var(--text-muted)}.hero-trust p{margin-bottom:.8rem}.trust-avatars{display:flex;align-items:center;gap:1rem}.avatar-group{display:flex}.avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem;margin-left:-10px;border:2px solid var(--bg-dark)}.avatar:first-child{margin-left:0}.floating-badge{position:absolute;background:var(--bg-dark);border:1px solid var(--border-color);padding:.4rem 1rem;border-radius:50px;font-size:.85rem;font-weight:700;z-index:5;box-shadow:0 4px 20px #0006;animation:float 3s ease-in-out infinite}.badge-top-left{top:-15px;left:-30px}.badge-bottom-left{bottom:20px;left:-30px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.chat-mockup{width:100%;max-width:420px;margin:0 auto;border-radius:24px;overflow:visible;box-shadow:0 20px 60px #00000080;background:#172739b3}.chat-header{background:var(--c-kiwi);padding:1.2rem;display:flex;align-items:center;gap:1rem;color:var(--bg-dark);border-radius:24px 24px 0 0}.chat-avatar{width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--c-kiwi)}.chat-name{font-family:var(--font-heading);font-weight:700;font-size:1rem}.chat-status{font-size:.8rem;opacity:.8}.chat-body{padding:1.5rem 1.2rem;display:flex;flex-direction:column;gap:1rem}.chat-message{padding:.8rem 1rem;border-radius:12px;max-width:85%;font-size:.9rem;line-height:1.4}.chat-message.incoming{background:#ffffff0f;align-self:flex-start;border-bottom-left-radius:4px}.chat-message.outgoing{background:#67b54726;color:#e8ffde;align-self:flex-end;border-bottom-right-radius:4px}.chat-message.highlight{border:1px solid rgba(103,181,71,.3);box-shadow:0 4px 15px #67b5471a}.stats-section{padding:3rem 0;margin-top:2rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stats-grid h2{font-size:3.5rem;color:var(--c-kiwi);margin-bottom:.3rem;letter-spacing:-.05em}.stats-grid p{font-size:.8rem;font-weight:700;color:var(--text-muted);letter-spacing:1.5px}.grid-features-lg{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;text-align:left}.feature-card.alt-light{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all var(--transition-normal)}.feature-card.alt-light:hover{background:#ffffff0f;border-color:#67b5474d;transform:translateY(-5px)}.feature-card.alt-light h3{font-size:1.15rem;margin-bottom:.5rem}.feature-card.alt-light p{font-size:.9rem;color:var(--text-muted);margin:0}.feature-card.p-sm{padding:1.5rem}.icon-box{width:48px;height:48px;border-radius:10px;background:#67b5471a;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.2rem}.icon-box.sm{width:38px;height:38px;font-size:1.1rem;margin-bottom:1rem}.section-proceso{padding:6rem 0}.proceso-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:center;background:#ffffff05;border:1px solid var(--border-color);border-radius:20px;padding:4rem}.timeline{display:flex;flex-direction:column;gap:1.5rem}.timeline-item{display:flex;gap:1.2rem;align-items:flex-start}.timeline-item h4{margin-bottom:.2rem}.timeline-num{min-width:48px;height:48px;border-radius:12px;background:#5bc1d626;color:var(--c-blue-radiance);font-family:var(--font-heading);font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mockup-panel{border:1px solid var(--border-color)}.chart-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem}.chart-row-highlight{background:#67b5471a;padding:.5rem;border-radius:8px;margin:0 -.5rem}.chart-label{min-width:120px;display:flex;align-items:center;gap:.5rem;font-weight:600}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.chart-bar{flex:1;height:10px;background:#ffffff0d;border-radius:5px;overflow:hidden}.chart-bar .fill{height:100%;border-radius:5px;transition:width 1s ease}.chart-val{min-width:40px;text-align:right;font-weight:700;color:var(--text-muted)}.ia-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:start}.grid-features-sm{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{padding:2.5rem 2rem;transition:transform var(--transition-normal);border-radius:16px}.feature-card:hover{transform:translateY(-8px)}.feature-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.3rem;margin-bottom:.8rem}.feature-card p{color:var(--text-muted);font-size:.95rem;margin:0}.pricing-card{max-width:500px;margin:0 auto;text-align:left;position:relative;padding:3rem;border:1px solid rgba(103,181,71,.2)}.pricing-badge{position:absolute;top:-15px;right:20px;background:var(--c-dark-cheddar);font-weight:700;font-size:.8rem;padding:.3rem .8rem;border-radius:5px;color:#fff}.pricing-amount{font-size:4.5rem;font-family:var(--font-heading);font-weight:700;line-height:1}.pricing-comparison{background:#67b5471a;padding:1rem;border-radius:8px;margin-bottom:2rem;font-size:.95rem}.pricing-features{margin:1.5rem 0 2rem;display:flex;flex-direction:column;gap:.8rem;font-size:.95rem}.pricing-features li{display:flex;align-items:center;gap:.6rem}.pricing-features .check{color:var(--c-kiwi);font-weight:700}.ecosistema-section{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.integrations-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.integration-icon{background:#ffffff0a;border:1px solid var(--border-color);border-radius:12px;padding:1.2rem 2rem;font-weight:700;font-size:.95rem;display:flex;align-items:center;gap:.6rem;transition:all var(--transition-normal)}.integration-icon:hover{border-color:var(--c-kiwi);background:#67b54714;transform:translateY(-3px)}.integration-icon span{font-size:1.3rem}.faq-list{max-width:750px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#ffffff08;border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all var(--transition-normal);cursor:pointer}.faq-item:hover{border-color:#67b5474d}.faq-item[open]{border-color:var(--c-kiwi);background:#67b5470d}.faq-item summary{font-family:var(--font-heading);font-weight:600;font-size:1.05rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:300;color:var(--c-kiwi);transition:transform var(--transition-normal)}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin-top:1rem;color:var(--text-muted);font-size:.95rem;line-height:1.7}.cta-final{border-top:1px solid var(--border-color)}.cta-buttons{display:flex;justify-content:center;gap:1rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}.nav-link-entrar{font-weight:600;margin-right:1.5rem}.site-footer{border-top:1px solid var(--border-color);padding:4rem 5% 2rem;font-size:.9rem;color:var(--text-muted)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer-logo{height:30px;margin-bottom:1rem;filter:grayscale(1) brightness(2)}.site-footer h4{color:#fff;margin-bottom:1rem;font-family:var(--font-body);font-size:.85rem;letter-spacing:1px}.site-footer ul{display:flex;flex-direction:column;gap:.5rem}.site-footer a{transition:color var(--transition-normal)}.site-footer a:hover{color:var(--c-kiwi)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);font-size:.85rem}.menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.animate-hidden{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-in{opacity:1!important;transform:translateY(0)!important}@media (max-width: 1024px){.hero-section{grid-template-columns:1fr;text-align:center;padding-top:140px;gap:3rem}.hero-subtitle{max-width:100%}.badge-row,.hero-cta-group,.trust-avatars{justify-content:center}.hero-title{font-size:3rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.features-grid,.grid-features-sm{grid-template-columns:1fr}.proceso-grid,.ia-section{grid-template-columns:1fr!important}.nav-links{display:none;position:absolute;top:100%;left:0;width:100%;background:#070e17f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:2rem;border-bottom:1px solid var(--border-color);gap:1rem;max-height:calc(100vh - 70px);overflow-y:auto}.nav-links.show{display:flex}.menu-toggle{display:block}.header-actions{margin-left:0;flex-direction:column;gap:1rem;width:100%}.header-actions .btn{width:100%;text-align:center;justify-content:center}.nav-link-entrar{margin-right:0!important;padding:.8rem 0;width:100%;text-align:center;display:block}.footer-grid{grid-template-columns:1fr 1fr}.floating-badge{display:none}}@media (max-width: 600px){.hero-title{font-size:2.2rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.section-title{font-size:2rem;word-wrap:break-word}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem}.stats-grid h2{font-size:1.8rem}.grid-features-lg,.footer-grid{grid-template-columns:1fr}.proceso-grid{padding:1.5rem!important}.section{padding:4rem 0}.hero-section{padding-top:160px!important;padding-bottom:40px}.pricing-card{padding:1.5rem}.pricing-amount{font-size:3.5rem}.feature-card{padding:1.5rem}.container{padding:0 1rem}.btn{width:100%;justify-content:center;white-space:normal;text-align:center;padding:.8rem 1rem;font-size:.9rem;line-height:1.3}.hero-cta-group,.cta-buttons{flex-direction:column;width:100%;gap:1rem}.timeline-item{flex-direction:column;gap:.8rem}.timeline-num{margin-bottom:.5rem}.mockup-panel{padding:1.5rem!important}.chart-row{flex-wrap:wrap}.chat-mockup{max-width:100%;border-radius:16px}.site-header,.glass-panel{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.glow{filter:blur(80px);opacity:.2}.floating-badge{animation:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-overlay.active{opacity:1;pointer-events:auto}.modal-content{position:relative;width:90%;max-width:900px;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #00000080;transform:scale(.95);transition:transform .3s ease}.modal-overlay.active .modal-content{transform:scale(1)}.modal-close{position:absolute;top:10px;right:15px;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;z-index:10;line-height:1;text-shadow:0 2px 5px rgba(0,0,0,.5)}.video-wrapper{position:relative;padding-bottom:56.25%;height:0}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.whatsapp-float{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #25d36666;z-index:9999;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.whatsapp-float:before{content:"";position:absolute;width:100%;height:100%;background-color:#25d366;border-radius:50%;z-index:-1;opacity:.4;animation:waPulse 2s infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 25px #25d36699;color:#fff}.whatsapp-float svg{width:32px;height:32px;fill:currentColor}.whatsapp-tooltip{position:absolute;right:75px;background-color:#172739;color:#f5f6f8;padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;font-family:var(--font-body);font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(10px);transition:opacity .3s ease,transform .3s ease;box-shadow:0 4px 15px #0000004d;border:1px solid rgba(255,255,255,.08)}.whatsapp-tooltip:after{content:"";position:absolute;top:50%;right:-5px;transform:translateY(-50%) rotate(45deg);width:10px;height:10px;background-color:#172739;border-right:1px solid rgba(255,255,255,.08);border-top:1px solid rgba(255,255,255,.08)}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}@keyframes waPulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.5);opacity:0}}@media (max-width: 600px){.whatsapp-float{bottom:20px;right:20px;width:50px;height:50px}.whatsapp-float svg{width:26px;height:26px}.whatsapp-tooltip{display:none}}
