@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #0ea5e9;--brand-dark: #0284c7;--brand-light: #e0f2fe;--accent: #6366f1;--accent-light:#eef2ff;--green: #22c55e;--green-light: #dcfce7;--warn: #f59e0b;--text: #0f172a;--muted: #64748b;--border: #e2e8f0;--surface: #f8fafc;--white: #ffffff;--radius: 12px;--radius-lg: 20px}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}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{font-weight:800;font-size:1.25rem;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:8px}.logo-badge{background:var(--brand);color:#fff;border-radius:6px;padding:2px 8px;font-size:.75rem;font-weight:700;letter-spacing:.05em}.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}.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}.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:28px;line-height:1.5}.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}.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:#64748b;padding:48px 24px 28px}.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}@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}}
