div{font-family:Inter,system-ui,sans-serif;color:var(--text);line-height:1.6}nav{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-inner{max-width:1140px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.logo{text-decoration:none;display:flex;align-items:center;gap:8px}.logo img{display:block;height:36px;width:auto}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{text-decoration:none;color:var(--muted);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;border:none;transition:all .2s;font-family:inherit}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e959}.btn-ghost{background:transparent;color:var(--text);border:1.5px solid var(--border)}.btn-ghost:hover{border-color:var(--brand);color:var(--brand)}.btn-xl{padding:14px 28px;font-size:1rem;border-radius:14px}.hero{background:linear-gradient(160deg,#f0f9ff,#faf5ff,#f0fdf4);padding:100px 24px 80px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(14,165,233,.08) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--brand-light);color:var(--brand-dark);border-radius:99px;padding:6px 16px;font-size:.82rem;font-weight:600;margin-bottom:28px}.hero-badge .dot{width:8px;height:8px;background:var(--brand);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.15;max-width:760px;margin:0 auto 20px;letter-spacing:-.02em}.highlight{background:linear-gradient(135deg,var(--brand),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.15rem;color:var(--muted);max-width:560px;margin:0 auto 40px}.hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.hero-social-proof{margin-top:48px;display:flex;align-items:center;justify-content:center;gap:24px;color:var(--muted);font-size:.85rem}.avatars{display:flex}.avatar{width:32px;height:32px;border-radius:50%;border:2px solid white;margin-left:-8px;background:linear-gradient(135deg,var(--brand),var(--accent));display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700}.avatar:first-child{margin-left:0}.stats-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white);padding:28px 24px}.stats-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;text-align:center}.stat-num{font-size:1.8rem;font-weight:800;color:var(--text);line-height:1}.stat-label{font-size:.82rem;color:var(--muted);margin-top:4px}section{padding:80px 24px}.section-inner{max-width:1140px;margin:0 auto}.section-tag{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:12px}.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px}.section-sub{font-size:1.05rem;color:var(--muted);max-width:560px}.text-center{text-align:center}.text-center .section-sub{margin:0 auto}.problem{background:var(--surface)}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:48px}.problem-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:28px}.problem-icon{font-size:1.8rem;margin-bottom:14px}.problem-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}.problem-card p{font-size:.9rem;color:var(--muted);line-height:1.6}.problem-solution{color:var(--text)!important;font-weight:600;margin-top:10px;border-top:1px solid var(--border);padding-top:10px}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px;margin-top:56px}.step{text-align:center}.step-num{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--accent));color:#fff;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 16px #0ea5e94d}.step h3{font-size:1rem;font-weight:700;margin-bottom:8px}.step p{font-size:.88rem;color:var(--muted)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:56px}.feature-card{border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:32px;transition:all .25s}.feature-card:hover{border-color:var(--brand);box-shadow:0 8px 32px #0ea5e91a;transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:18px}.feature-icon.blue{background:var(--brand-light)}.feature-icon.indigo{background:var(--accent-light)}.feature-icon.green{background:var(--green-light)}.feature-icon.warn{background:#fef3c7}.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:10px}.feature-card p{font-size:.9rem;color:var(--muted);line-height:1.65}.demo-section{background:var(--surface)}.demo-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:56px}.check-list{list-style:none;margin-top:28px;display:flex;flex-direction:column;gap:16px}.check-list li{display:flex;gap:12px;align-items:flex-start;font-size:.95rem}.check-list .check{width:22px;height:22px;min-width:22px;border-radius:50%;background:var(--green-light);color:var(--green);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:1px}.phone-mock{background:var(--text);border-radius:36px;padding:16px;max-width:320px;margin:0 auto;box-shadow:0 32px 80px #0f172a40}.phone-screen{background:#1e293b;border-radius:24px;overflow:hidden}.phone-header{background:#0f172a;padding:14px 16px 10px;display:flex;align-items:center;gap:10px}.phone-header-icon{width:32px;height:32px;border-radius:8px;background:var(--brand);display:flex;align-items:center;justify-content:center;font-size:1rem}.app-name{font-size:.75rem;font-weight:700;color:#fff}.app-sub{font-size:.65rem;color:#64748b}.notification{background:#1e293b;margin:10px;border-radius:12px;padding:12px 14px;opacity:0;animation:fadeSlide .6s ease forwards}.n1{border-left:3px solid var(--brand);animation-delay:.3s}.n2{border-left:3px solid var(--green);animation-delay:.8s}.n3{border-left:3px solid var(--warn);animation-delay:1.3s}.n4{border-left:3px solid var(--accent);animation-delay:1.8s}@keyframes fadeSlide{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.notif-tag{font-size:.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px}.notif-tag.licit{color:var(--brand)}.notif-tag.fondo{color:var(--green)}.notif-tag.alerta{color:var(--warn)}.notif-tag.nuevo{color:#a78bfa}.notif-title{font-size:.78rem;font-weight:600;color:#fff;margin-bottom:2px;line-height:1.4}.notif-meta{font-size:.68rem;color:#94a3b8}.pricing{background:var(--surface)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:start;margin-top:48px}.pricing-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.pricing-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.pricing-grid-4{grid-template-columns:1fr}}.plan{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:32px;position:relative}.plan.featured{border-color:var(--brand);box-shadow:0 8px 40px #0ea5e926}.plan-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--brand);color:#fff;font-size:.72rem;font-weight:700;padding:4px 16px;border-radius:99px;white-space:nowrap}.plan-name{font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.plan-price{margin:16px 0}.plan-price .amount{font-size:2.4rem;font-weight:800;line-height:1}.plan-price .currency{font-size:1.1rem;font-weight:600;vertical-align:super}.plan-price .period{font-size:.85rem;color:var(--muted)}.plan-desc{font-size:.88rem;color:var(--muted);margin-bottom:14px;line-height:1.5}.plan-desc:last-of-type{margin-bottom:28px}.plan-desc-oferta{font-size:.78rem;font-style:italic;color:var(--brand-dark);background:var(--brand-light);padding:4px 8px;border-radius:6px;margin-bottom:8px}.plan-price-desde{font-size:.85rem;font-weight:600;color:var(--muted);display:block;margin-bottom:2px}.plan-promo-note{font-size:.78rem;color:var(--muted);line-height:1.5;margin:0 0 16px;font-weight:500}.plan-promo-note .plan-promo-regular{color:var(--text);font-weight:600}.plan-features{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.plan-features li{display:flex;gap:10px;font-size:.88rem;align-items:flex-start}.plan-features .check{min-width:18px}.plan-features .check.on{color:var(--green);font-weight:700}.plan-features .check.off{color:var(--border)}.plan .btn{width:100%;justify-content:center}.casos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.caso{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;gap:16px}.caso-featured{background:#fff;border-color:var(--brand);box-shadow:0 4px 24px #0ea5e91f}.caso-icon{font-size:2rem}.caso h3{font-size:1.05rem;font-weight:700;color:var(--text);margin:0}.caso-problema{font-size:.9rem;color:var(--muted);line-height:1.6;margin:0}.caso-beneficios{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.caso-beneficios li{font-size:.88rem;color:var(--text);padding-left:20px;position:relative}.caso-beneficios li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.caso-plan{font-size:.82rem;color:var(--muted);margin-top:auto;padding-top:8px;border-top:1px solid var(--border)}.caso-plan strong{color:var(--brand-dark)}@media(max-width:768px){.casos-grid{grid-template-columns:1fr}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:48px}.testimonial{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:28px}.stars{color:#f59e0b;font-size:1rem;margin-bottom:14px}.testimonial blockquote{font-size:.92rem;line-height:1.65;color:var(--text);margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--accent));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem}.author-name{font-size:.88rem;font-weight:700}.author-role{font-size:.78rem;color:var(--muted)}.faq-section{background:var(--surface)}.faq-list{max-width:720px;margin:48px auto 0}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;background:none;border:none;padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:600;cursor:pointer;text-align:left;color:var(--text);font-family:inherit}.faq-q .icon{font-size:1.2rem;color:var(--brand);transition:transform .2s}.faq-q.open .icon{transform:rotate(45deg)}.faq-a{font-size:.9rem;color:var(--muted);line-height:1.7;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s}.faq-a.open{max-height:300px;padding-bottom:20px}.cta-section{background:linear-gradient(135deg,#0f172a,#1e1b4b);color:#fff;text-align:center;padding:100px 24px}.cta-section .section-title{color:#fff}.cta-section .section-sub{color:#94a3b8;margin:0 auto 40px}.cta-form{display:flex;gap:12px;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center}.cta-form input{flex:1;min-width:200px;padding:13px 18px;border-radius:var(--radius);border:1.5px solid #334155;background:#1e293b;color:#fff;font-size:.9rem;outline:none;font-family:inherit}.cta-form input::placeholder{color:#475569}.cta-form input:focus{border-color:var(--brand)}.cta-note{font-size:.78rem;color:#64748b;margin-top:14px}footer{background:#0f172a;color:#94a3b8;padding:48px 24px 28px}footer div{color:inherit}.footer-inner{max-width:1140px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid #1e293b}.footer-brand p{font-size:.85rem;margin-top:12px;line-height:1.6}.footer-col h4{color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col a{color:#64748b;text-decoration:none;font-size:.85rem;transition:color .2s}.footer-col a:hover{color:var(--brand)}.footer-bottom{padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.78rem}.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:900;width:calc(100% - 40px);max-width:780px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 8px 32px #0f172a1f;padding:20px 24px}.cookie-content{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cookie-content p{margin:0;font-size:.88rem;color:var(--muted);flex:1;min-width:200px}.cookie-content p a{color:var(--brand-dark)}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn-reject,.cookie-btn-accept{padding:8px 16px;font-size:.88rem;white-space:nowrap}@media(max-width:560px){.cookie-banner{bottom:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.cookie-actions{width:100%}.cookie-btn-reject,.cookie-btn-accept{flex:1;justify-content:center}}.modal-overlay{position:fixed;inset:0;z-index:1000;background:#0f172a99;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .2s}.modal-overlay.open{opacity:1;pointer-events:all}.modal-box{background:#fff;border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:40px 36px 36px;position:relative;transform:translateY(12px);transition:transform .2s;box-shadow:0 20px 60px #0f172a26}.modal-overlay.open .modal-box{transform:translateY(0)}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:1.4rem;cursor:pointer;color:var(--muted);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s}.modal-close:hover{background:var(--surface)}.modal-header{margin-bottom:24px}.modal-badge{display:inline-block;background:var(--brand-light);color:var(--brand-dark);font-size:.78rem;font-weight:600;padding:4px 12px;border-radius:20px;margin-bottom:12px;letter-spacing:.02em}.modal-header h2{font-size:1.4rem;font-weight:700;color:var(--text);margin:0 0 6px}.modal-header p{color:var(--muted);font-size:.9rem;margin:0}.modal-field{margin-bottom:16px}.modal-field label{display:block;font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:6px}.modal-field input,.modal-field textarea{width:100%;box-sizing:border-box;padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.92rem;font-family:inherit;color:var(--text);transition:border-color .15s;outline:none}.modal-field input:focus,.modal-field textarea:focus{border-color:var(--brand)}.modal-field input.error,.modal-field textarea.error{border-color:#ef4444}.modal-field textarea{resize:vertical}.modal-msg{font-size:.85rem;padding:10px 14px;border-radius:var(--radius);margin-bottom:14px}.modal-msg-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.modal-submit{width:100%;justify-content:center;margin-top:4px}.modal-success{text-align:center;padding:20px 0 8px}.modal-success-icon{width:56px;height:56px;background:#dcfce7;color:#16a34a;border-radius:50%;font-size:1.6rem;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.modal-success h3{font-size:1.2rem;font-weight:700;margin:0 0 8px}.modal-success p{color:var(--muted);font-size:.9rem;margin:0}@media(max-width:768px){.demo-layout{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:640px){.nav-links{display:none}.hero{padding:72px 20px 60px}.hero-cta .btn-ghost{display:none}}
