/* ========== VARIABLES & RESET ========== */
:root {
    --primary: #6C3AED;
    --primary-light: #8B5CF6;
    --primary-dark: #5B21B6;
    --accent: #06B6D4;
    --accent-light: #22D3EE;
    --bg: #0B0F1A;
    --bg-card: #111827;
    --bg-card-hover: #1E293B;
    --text: #F8FAFC;
    --text-secondary: #94A3B8;
    --text-muted: #64748B;
    --border: #1E293B;
    --gradient: linear-gradient(135deg, var(--primary), var(--accent));
    --gradient-text: linear-gradient(135deg, var(--primary-light), var(--accent-light));
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.3);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.4);
    --shadow-lg: 0 16px 64px rgba(0,0,0,0.5);
    --shadow-glow: 0 0 60px rgba(108,58,237,0.15);
    --radius: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ========== LIGHT MODE ========== */
[data-theme="light"] {
    --bg: #F8FAFC;
    --bg-card: #FFFFFF;
    --bg-card-hover: #F1F5F9;
    --text: #0F172A;
    --text-secondary: #475569;
    --text-muted: #94A3B8;
    --border: #E2E8F0;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-md: 0 8px 32px rgba(0,0,0,0.08);
    --shadow-lg: 0 16px 64px rgba(0,0,0,0.1);
    --shadow-glow: 0 0 60px rgba(108,58,237,0.1);
}

[data-theme="light"] .cursor-dot { background: var(--primary); }
[data-theme="light"] .cursor-glow { background: radial-gradient(circle, rgba(108,58,237,0.2), transparent 70%); }

[data-theme="light"] .navbar.scrolled {
    background: rgba(248,250,252,0.85);
    box-shadow: 0 1px 0 rgba(108,58,237,0.15), 0 4px 16px rgba(0,0,0,0.06);
}

[data-theme="light"] .hero-gradient-orb.orb-1 { background: radial-gradient(circle, rgba(108,58,237,0.2), transparent 70%); }
[data-theme="light"] .hero-gradient-orb.orb-2 { background: radial-gradient(circle, rgba(6,182,212,0.15), transparent 70%); }
[data-theme="light"] .hero-gradient-orb.orb-3 { background: radial-gradient(circle, rgba(139,92,246,0.1), transparent 70%); }

[data-theme="light"] .feature-shimmer {
    background: linear-gradient(105deg, transparent 40%, rgba(0,0,0,0.02) 45%, rgba(0,0,0,0.04) 50%, rgba(0,0,0,0.02) 55%, transparent 60%);
    background-size: 250% 100%;
    background-position: 200% 0;
}

[data-theme="light"] .demo-msg.received .demo-msg-bubble { background: rgba(0,0,0,0.04); }
[data-theme="light"] .demo-msg.sent .demo-msg-bubble { background: rgba(108,58,237,0.1); }
[data-theme="light"] .demo-msg.ai-response .demo-msg-bubble {
    background: linear-gradient(135deg, rgba(108,58,237,0.08), rgba(6,182,212,0.05));
    border-color: rgba(108,58,237,0.12);
}

[data-theme="light"] .demo-topbar,
[data-theme="light"] .mockup-topbar { background: rgba(0,0,0,0.04); }
[data-theme="light"] .demo-sidebar,
[data-theme="light"] .mockup-sidebar { background: rgba(0,0,0,0.02); }

[data-theme="light"] .mockup-line { background: rgba(0,0,0,0.08); }
[data-theme="light"] .mockup-line.light { background: rgba(0,0,0,0.04); }

[data-theme="light"] .hero-mockup-glow {
    background: radial-gradient(ellipse, rgba(108,58,237,0.08), transparent 70%);
}

[data-theme="light"] .top-bar { box-shadow: 0 2px 8px rgba(0,0,0,0.1); }

[data-theme="light"] .cta-content {
    background: rgba(255,255,255,0.7);
    border-color: rgba(0,0,0,0.06);
}

[data-theme="light"] .benefit-progress-bar { background: rgba(0,0,0,0.06); }

[data-theme="light"] .pricing-toggle-switch { background: #CBD5E1; }

[data-theme="light"] .demo-url { background: rgba(0,0,0,0.04); }

[data-theme="light"] .faq-question { color: var(--text); }

[data-theme="light"] .whatsapp-tooltip { background: #1E293B; }

[data-theme="light"] .footer-social a { background: rgba(0,0,0,0.04); }

[data-theme="light"] .btn-glass {
    background: rgba(0,0,0,0.06);
    border-color: rgba(0,0,0,0.12);
    color: var(--text);
}
[data-theme="light"] .btn-glass:hover {
    background: rgba(0,0,0,0.1);
}
[data-theme="light"] .btn-glass-white {
    background: rgba(0,0,0,0.08);
    border-color: rgba(0,0,0,0.15);
    color: var(--text);
}
[data-theme="light"] .btn-glass-white:hover {
    background: rgba(0,0,0,0.12);
}

[data-theme="light"] .cta-orb.orb-1 { background: rgba(108,58,237,0.1); }
[data-theme="light"] .cta-orb.orb-2 { background: rgba(6,182,212,0.08); }

[data-theme="light"] .mockup-search-bar { background: rgba(0,0,0,0.04); }
[data-theme="light"] .mockup-float-card { background: #fff; border-color: #E2E8F0; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
[data-theme="light"] .trust-av { border-color: var(--bg); }
[data-theme="light"] .mockup-chat-input { border-color: #E2E8F0; }
[data-theme="light"] .mockup-msg.left { background: rgba(0,0,0,0.04); }
[data-theme="light"] .mockup-msg.right { background: rgba(108,58,237,0.08); }

[data-theme="light"] .ai-demo-msg.client { background: rgba(0,0,0,0.04); }
[data-theme="light"] .ai-demo-msg.bot { background: rgba(108,58,237,0.06); border-color: rgba(108,58,237,0.1); }
[data-theme="light"] .channel-float-card { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
[data-theme="light"] .metric-bar { background: rgba(0,0,0,0.06); }
[data-theme="light"] .ba-card { box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
[data-theme="light"] .crm-event i { background: rgba(108,58,237,0.06); }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    cursor: none;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ========== SCROLL PROGRESS ========== */
.scroll-progress {
    position: fixed; top: 0; left: 0;
    height: 3px; width: 0;
    background: var(--gradient);
    z-index: 10000;
    transition: width 0.1s linear;
    box-shadow: 0 0 10px rgba(108,58,237,0.5);
}

/* ========== CUSTOM CURSOR ========== */
.cursor-dot {
    width: 8px; height: 8px;
    background: var(--primary-light);
    border-radius: 50%;
    position: fixed; top: 0; left: 0;
    pointer-events: none; z-index: 10001;
    will-change: left, top;
}
.cursor-dot.on-cta {
    background: var(--accent-light);
    width: 14px; height: 14px;
}
.cursor-glow {
    width: 40px; height: 40px;
    background: radial-gradient(circle, rgba(139,92,246,0.3), transparent 70%);
    border-radius: 50%;
    position: fixed; top: 0; left: 0;
    pointer-events: none; z-index: 10000;
    will-change: left, top;
}
.cursor-glow.on-cta {
    width: 60px; height: 60px;
    opacity: 0.6;
}
@media (pointer: coarse) {
    .cursor-dot, .cursor-glow { display: none; }
    body { cursor: auto; }
}

/* ========== GRADIENT TEXT ========== */
.gradient-text {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ========== BUTTONS ========== */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 28px; border-radius: 50px;
    font-family: var(--font); font-size: 0.95rem; font-weight: 600;
    transition: var(--transition); border: none; cursor: none;
    text-decoration: none; position: relative; overflow: hidden;
}
.btn-sm { padding: 8px 20px; font-size: 0.85rem; }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-block { width: 100%; justify-content: center; }

.btn-primary {
    background: var(--gradient); color: #fff;
    box-shadow: 0 4px 20px rgba(108,58,237,0.4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(108,58,237,0.6);
}
.btn-outline {
    background: transparent; color: var(--text);
    border: 1.5px solid var(--border);
}
.btn-outline:hover {
    border-color: var(--primary-light);
    background: rgba(108,58,237,0.08);
    transform: translateY(-2px);
}
.btn-glass {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
}
.btn-glass:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
}
.btn-white {
    background: #fff; color: var(--primary-dark);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
.btn-glass-white {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
}
.btn-glass-white:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}

/* ========== TOP BAR ========== */
.top-bar {
    background: var(--gradient);
    color: #fff; padding: 10px 0;
    font-size: 0.82rem; text-align: center;
    position: relative; z-index: 1001;
}
.top-bar-inner {
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.top-bar p { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: center; }
.top-bar a {
    color: #fff; text-decoration: underline;
    font-weight: 700; transition: opacity 0.2s;
}
.top-bar a:hover { opacity: 0.8; }
.top-bar-close {
    background: none; border: none; color: rgba(255,255,255,0.7);
    font-size: 1rem; cursor: none; padding: 4px;
    transition: color 0.2s; position: absolute; right: 20px;
}
.top-bar-close:hover { color: #fff; }
.top-bar.hidden { display: none; }

/* ========== NAVBAR ========== */
.navbar {
    position: fixed; top: 42px; left: 0; right: 0;
    z-index: 1000; padding: 16px 0;
    transition: var(--transition);
}
.navbar.no-topbar { top: 0; }
.navbar.scrolled {
    top: 0;
    background: rgba(11,15,26,0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 0 rgba(139,92,246,0.3);
    padding: 10px 0;
}
.nav-container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; font-weight: 700; }
.logo-icon {
    width: 38px; height: 38px;
    background: var(--gradient);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 1rem; color: #fff;
}
.logo-text { color: var(--text); }
.logo-accent { color: var(--accent-light); }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
    font-size: 0.9rem; font-weight: 500;
    color: var(--text-secondary);
    transition: var(--transition);
    position: relative;
}
.nav-links a::after {
    content: ''; position: absolute; bottom: -4px; left: 0;
    width: 0; height: 2px;
    background: var(--gradient);
    transition: width 0.3s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 16px; }

/* Theme toggle */
.theme-toggle {
    width: 38px; height: 38px;
    background: rgba(255,255,255,0.06);
    border: 1px solid var(--border);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-muted);
    font-size: 0.95rem;
    cursor: none;
    transition: var(--transition);
}
.theme-toggle:hover {
    background: rgba(108,58,237,0.1);
    color: var(--primary-light);
    border-color: rgba(108,58,237,0.3);
    transform: rotate(15deg);
}
[data-theme="light"] .theme-toggle {
    background: rgba(0,0,0,0.04);
}
.nav-toggle {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: none; padding: 4px;
}
.nav-toggle span {
    width: 24px; height: 2px;
    background: var(--text); border-radius: 2px;
    transition: var(--transition);
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ========== HERO ========== */
.hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    padding: 160px 0 60px; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-gradient-orb {
    position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.4;
}
.hero-gradient-orb.orb-1 {
    width: 600px; height: 600px; top: -200px; right: -100px;
    background: radial-gradient(circle, rgba(108,58,237,0.5), transparent 70%);
    animation: floatOrb 8s ease-in-out infinite;
}
.hero-gradient-orb.orb-2 {
    width: 400px; height: 400px; bottom: -100px; left: -100px;
    background: radial-gradient(circle, rgba(6,182,212,0.4), transparent 70%);
    animation: floatOrb 10s ease-in-out infinite reverse;
}
.hero-gradient-orb.orb-3 {
    width: 300px; height: 300px; top: 50%; left: 50%;
    background: radial-gradient(circle, rgba(139,92,246,0.2), transparent 70%);
    animation: floatOrb 12s ease-in-out infinite;
}
#particleCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }

@keyframes floatOrb {
    0%, 100% { transform: translate(0, 0); }
    33% { transform: translate(30px, -30px); }
    66% { transform: translate(-20px, 20px); }
}

.hero-content {
    position: relative; z-index: 1;
    max-width: 1200px; margin: 0 auto;
}

/* ========== HERO SPLIT LAYOUT ========== */
.hero-split {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: center;
}
.hero-text { text-align: left; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 20px; border-radius: 50px;
    background: rgba(108,58,237,0.12);
    border: 1px solid rgba(108,58,237,0.25);
    color: var(--primary-light); font-size: 0.82rem; font-weight: 600;
    margin-bottom: 20px;
}
.hero-text h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800; line-height: 1.15;
    margin-bottom: 4px;
}
.hero-h1-dynamic {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800; line-height: 1.15;
    margin-bottom: 20px; min-height: 1.3em;
}
.tw-cursor { animation: blink 1s step-end infinite; font-weight: 300; opacity: 0.7; }
@keyframes blink { 50% { opacity: 0; } }

.hero-subtitle {
    font-size: clamp(0.95rem, 1.5vw, 1.08rem);
    color: var(--text-secondary);
    margin-bottom: 32px; line-height: 1.8;
}
.hero-actions {
    display: flex; gap: 14px; flex-wrap: wrap;
    margin-bottom: 32px;
}

/* Trust metrics */
.hero-trust { margin-top: 8px; }
.hero-trust-metrics {
    display: flex; gap: 24px; flex-wrap: wrap;
}
.trust-metric {
    display: flex; flex-direction: column;
}
.trust-metric strong {
    font-size: 1.3rem; font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.trust-metric span {
    font-size: 0.7rem; color: var(--text-muted); font-weight: 500;
}
.trust-metric-divider {
    width: 1px; background: var(--border); align-self: stretch;
}

/* ========== HERO MOCKUP ========== */
.hero-mockup {
    position: relative;
}
.hero-mockup-glow {
    position: absolute; inset: -50px;
    background: radial-gradient(ellipse, rgba(108,58,237,0.2), transparent 70%);
    filter: blur(50px); z-index: 0;
}
.hero-mockup-window {
    position: relative; z-index: 1;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg), 0 0 80px rgba(108,58,237,0.1);
}
.mockup-topbar {
    display: flex; align-items: center; gap: 12px;
    padding: 8px 14px;
    background: rgba(0,0,0,0.3);
    border-bottom: 1px solid var(--border);
}
.mockup-dots { display: flex; gap: 6px; }
.mockup-dots span { width: 9px; height: 9px; border-radius: 50%; }
.mockup-dots span:nth-child(1) { background: #FF5F57; }
.mockup-dots span:nth-child(2) { background: #FFBD2E; }
.mockup-dots span:nth-child(3) { background: #28C840; }
.mockup-url {
    color: var(--text-muted); font-size: 0.65rem;
    background: rgba(255,255,255,0.05);
    padding: 3px 10px; border-radius: 5px; margin-left: auto; margin-right: auto;
}
.mockup-url i { color: #28C840; margin-right: 4px; }
.mockup-body { display: flex; height: 340px; }

/* Sidebar */
.mockup-sidebar {
    width: 44px; background: rgba(0,0,0,0.2);
    border-right: 1px solid var(--border);
    display: flex; flex-direction: column; align-items: center;
    padding: 10px 0; gap: 4px;
}
.mockup-sidebar-logo {
    width: 28px; height: 28px;
    background: var(--gradient); border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.65rem; color: #fff;
    margin-bottom: 10px;
}
.mockup-sidebar-icon {
    width: 30px; height: 30px; border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-muted); font-size: 0.65rem;
    transition: var(--transition);
}
.mockup-sidebar-icon.active { background: rgba(108,58,237,0.2); color: var(--primary-light); }
.mockup-sidebar-icon.bottom { margin-top: auto; }

/* Chat list */
.mockup-list {
    width: 180px; border-right: 1px solid var(--border);
    overflow: hidden;
}
.mockup-list-header {
    padding: 10px 10px 8px;
    border-bottom: 1px solid var(--border);
}
.mockup-search-bar {
    background: rgba(255,255,255,0.05);
    border-radius: 6px; padding: 5px 8px;
    color: var(--text-muted); font-size: 0.55rem;
}
.mockup-list-item {
    display: flex; align-items: center; gap: 7px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.02);
    transition: background 0.2s;
}
.mockup-list-item.active { background: rgba(108,58,237,0.08); }
.mockup-avatar {
    width: 28px; height: 28px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 0.6rem; flex-shrink: 0;
}
.mockup-avatar.wa { background: linear-gradient(135deg, #25D366, #128C7E); }
.mockup-avatar.ig { background: linear-gradient(135deg, #E4405F, #C13584); }
.mockup-avatar.tg { background: linear-gradient(135deg, #0088cc, #229ED9); }
.mockup-avatar.ms { background: linear-gradient(135deg, #0084FF, #00C6FF); }
.mockup-avatar.wb { background: linear-gradient(135deg, #6C3AED, #8B5CF6); }
.mockup-avatar-sm {
    width: 24px; height: 24px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 0.55rem; flex-shrink: 0;
}
.mockup-avatar-sm.wa { background: linear-gradient(135deg, #25D366, #128C7E); }
.mockup-lines { flex: 1; }
.mockup-line {
    height: 7px; border-radius: 4px;
    background: rgba(255,255,255,0.12);
    margin-bottom: 4px;
}
.mockup-line.light { background: rgba(255,255,255,0.06); }
.mockup-line.w30 { width: 30%; } .mockup-line.w35 { width: 35%; }
.mockup-line.w40 { width: 40%; } .mockup-line.w45 { width: 45%; }
.mockup-line.w50 { width: 50%; } .mockup-line.w60 { width: 60%; }
.mockup-line.w70 { width: 70%; } .mockup-line.w75 { width: 75%; }
.mockup-line.w80 { width: 80%; } .mockup-line.w90 { width: 90%; }
.mockup-badge {
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--primary); color: #fff;
    font-size: 0.5rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

/* Chat area */
.mockup-chat {
    flex: 1; display: flex; flex-direction: column;
}
.mockup-chat-header {
    display: flex; align-items: center; gap: 8px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--border);
}
.mockup-chat-messages {
    flex: 1; padding: 12px;
    display: flex; flex-direction: column; gap: 8px;
    justify-content: center;
}
.mockup-chat-input {
    display: flex; align-items: center; gap: 8px;
    padding: 8px 12px;
    border-top: 1px solid var(--border);
    color: var(--text-muted); font-size: 0.6rem;
}
.mockup-msg {
    max-width: 75%; border-radius: 10px; padding: 8px 12px;
}
.mockup-msg.left {
    align-self: flex-start;
    background: rgba(255,255,255,0.06);
    border-bottom-left-radius: 3px;
}
.mockup-msg.right {
    align-self: flex-end;
    background: rgba(108,58,237,0.15);
    border-bottom-right-radius: 3px;
}
.mockup-msg.right.ai {
    background: linear-gradient(135deg, rgba(108,58,237,0.15), rgba(6,182,212,0.1));
    border: 1px solid rgba(108,58,237,0.2);
}
.mockup-ai-tag {
    font-size: 0.5rem; color: var(--accent-light);
    font-weight: 600; margin-bottom: 4px;
    display: flex; align-items: center; gap: 3px;
}

/* Floating notification cards */
.mockup-float-card {
    position: absolute; z-index: 5;
    display: flex; align-items: center; gap: 10px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 10px 16px;
    box-shadow: var(--shadow-md);
    animation: floatNotif 3s ease-in-out infinite;
}
.mockup-float-card strong { font-size: 0.75rem; display: block; }
.mockup-float-card span { font-size: 0.65rem; color: var(--text-muted); }
.mockup-float-icon {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 0.8rem; flex-shrink: 0;
}
.float-1 { top: 20px; right: -20px; animation-delay: 0s; }
.float-2 { bottom: 40px; left: -20px; animation-delay: 1.5s; }

@keyframes floatNotif {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.hero-stats {
    display: flex; align-items: center; justify-content: center;
    gap: 40px; flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.6s both;
}
.hero-stat { text-align: center; }
.hero-stat-number {
    font-size: 2rem; font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-stat-suffix {
    font-size: 1.5rem; font-weight: 700;
    background: var(--gradient-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-stat-label { display: block; font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; }
.hero-stat-divider { width: 1px; height: 40px; background: var(--border); }

.hero-scroll {
    position: absolute; bottom: 20px; left: 50%;
    transform: translateX(-50%); animation: bounce 2s infinite;
}
.hero-scroll a { color: var(--text-muted); font-size: 1.2rem; transition: color 0.3s; }
.hero-scroll a:hover { color: var(--primary-light); }
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
}

/* ========== SOCIAL PROOF ========== */
.social-proof { padding: 40px 0; border-bottom: 1px solid var(--border); }
.social-proof-text {
    text-align: center; font-size: 0.85rem;
    color: var(--text-muted); margin-bottom: 24px;
    text-transform: uppercase; letter-spacing: 2px; font-weight: 500;
}
.logos-track {
    display: flex; justify-content: center; align-items: center;
    gap: 48px; flex-wrap: wrap;
}
.logo-item {
    display: flex; align-items: center; gap: 8px;
    font-size: 0.9rem; color: var(--text-muted);
    transition: var(--transition);
}
.logo-item i { font-size: 1.4rem; transition: var(--transition); }
.logo-item:hover {
    color: var(--brand-color, var(--text));
    transform: scale(1.08);
}
.logo-item:hover i {
    color: var(--brand-color, var(--primary-light));
    filter: drop-shadow(0 0 8px var(--brand-color, var(--primary)));
}

/* ========== SECTION HEADER ========== */
.section-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.section-tag {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.8rem; font-weight: 600;
    color: var(--primary-light);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 16px;
}
.section-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800; margin-bottom: 16px;
}
.section-header p { color: var(--text-secondary); font-size: 1.05rem; }

/* ========== SHIMMER EFFECT ========== */
.feature-shimmer {
    position: absolute; inset: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255,255,255,0.03) 45%,
        rgba(255,255,255,0.06) 50%,
        rgba(255,255,255,0.03) 55%,
        transparent 60%
    );
    background-size: 250% 100%;
    background-position: 200% 0;
    transition: none;
    pointer-events: none;
    border-radius: inherit;
}
*:hover > .feature-shimmer {
    animation: shimmerSlide 0.8s ease forwards;
}
@keyframes shimmerSlide {
    from { background-position: 200% 0; }
    to { background-position: -200% 0; }
}

/* ========== OUTCOME BLOCKS (Captura / Convierte / Retiene) ========== */
.outcomes { padding: 40px 0 0; }
.outcome-block { padding: 80px 0; }
.outcome-block.outcome-alt {
    background: linear-gradient(180deg, transparent, rgba(108,58,237,0.03), transparent);
}
.outcome-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.outcome-grid.reverse { direction: rtl; }
.outcome-grid.reverse > * { direction: ltr; }

.outcome-step {
    display: inline-block;
    font-size: 0.8rem; font-weight: 700;
    color: var(--primary-light);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 16px;
}
.outcome-content h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800; margin-bottom: 16px; line-height: 1.2;
}
.outcome-content p {
    color: var(--text-secondary); font-size: 1rem;
    line-height: 1.8; margin-bottom: 24px;
}
.outcome-features {
    list-style: none; margin-bottom: 28px;
    display: flex; flex-direction: column; gap: 12px;
}
.outcome-features li {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.92rem; color: var(--text-secondary);
}
.outcome-features li i {
    color: var(--accent-light); font-size: 0.85rem; flex-shrink: 0;
}

/* Outcome visual: channel cards stack */
.outcome-card-stack {
    display: flex; flex-direction: column; gap: 12px;
}
.channel-float-card {
    display: flex; align-items: center; gap: 14px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px 20px;
    transition: var(--transition);
    animation: fadeInUp 0.5s ease calc(var(--delay, 0s)) both;
}
.channel-float-card:hover {
    transform: translateX(8px);
    border-color: var(--c);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.channel-float-icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--c);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.1rem; flex-shrink: 0;
}
.channel-float-info { flex: 1; }
.channel-float-info strong { display: block; font-size: 0.9rem; }
.channel-float-info span { font-size: 0.75rem; color: var(--text-muted); }
.channel-float-badge {
    width: 24px; height: 24px; border-radius: 50%;
    background: var(--c); color: #fff;
    font-size: 0.7rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}

/* Outcome visual: AI demo */
.ai-demo-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}
.ai-demo-header {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
    font-size: 0.82rem; color: var(--text-muted);
}
.ai-demo-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #28C840;
    animation: pulseDot 2s infinite;
}
.ai-demo-messages {
    padding: 20px;
    display: flex; flex-direction: column; gap: 14px;
}
.ai-demo-msg {
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 0.88rem; line-height: 1.6;
    max-width: 85%;
}
.ai-demo-msg.client {
    background: rgba(255,255,255,0.06);
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}
.ai-demo-msg.bot {
    background: linear-gradient(135deg, rgba(108,58,237,0.12), rgba(6,182,212,0.08));
    border: 1px solid rgba(108,58,237,0.15);
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}
.ai-demo-label {
    display: block; font-size: 0.65rem; font-weight: 600;
    color: var(--accent-light); margin-bottom: 4px;
}
.ai-demo-msg.client .ai-demo-label { color: var(--text-muted); }
.ai-demo-transfer {
    display: inline-flex; align-items: center; gap: 4px;
    background: rgba(108,58,237,0.15);
    padding: 3px 10px; border-radius: 20px;
    font-size: 0.7rem; font-weight: 600;
    color: var(--primary-light); margin-top: 6px;
}

/* Outcome visual: CRM */
.crm-visual {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
}
.crm-contact-card {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 16px;
}
.crm-avatar {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--gradient);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem; font-weight: 700; color: #fff;
}
.crm-info strong { display: block; font-size: 1.05rem; }
.crm-channel {
    font-size: 0.75rem; color: #25D366;
    display: flex; align-items: center; gap: 4px;
}
.crm-tags {
    display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap;
}
.crm-tag {
    padding: 4px 12px; border-radius: 50px;
    font-size: 0.7rem; font-weight: 600;
    background: rgba(108,58,237,0.1);
    color: var(--tag, var(--primary-light));
    border: 1px solid rgba(108,58,237,0.15);
}
.crm-stats-row {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 12px; margin-bottom: 20px;
    padding: 16px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.crm-stat-item { text-align: center; }
.crm-stat-item strong {
    display: block; font-size: 1.3rem; font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.crm-stat-item span { font-size: 0.68rem; color: var(--text-muted); }
.crm-timeline {
    display: flex; flex-direction: column; gap: 10px;
}
.crm-event {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.8rem; color: var(--text-secondary);
}
.crm-event i {
    width: 28px; height: 28px;
    background: rgba(108,58,237,0.08);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.65rem; color: var(--primary-light);
    flex-shrink: 0;
}
.crm-event span {
    margin-left: auto; font-size: 0.68rem; color: var(--text-muted);
}

/* ========== BEFORE vs AFTER ========== */
.before-after {
    padding: 120px 0;
    background: linear-gradient(180deg, transparent, rgba(6,182,212,0.03), transparent);
}
.ba-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: stretch;
    max-width: 900px; margin: 0 auto;
}
.ba-card {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    padding: 32px;
    border: 1px solid var(--border);
}
.ba-header {
    display: flex; align-items: center; gap: 10px;
    font-size: 1rem; font-weight: 700;
    margin-bottom: 24px; padding-bottom: 16px;
    border-bottom: 2px solid var(--border);
}
.ba-before .ba-header { color: #EF4444; border-color: rgba(239,68,68,0.3); }
.ba-after .ba-header { color: #22C55E; border-color: rgba(34,197,94,0.3); }
.ba-card ul { display: flex; flex-direction: column; gap: 14px; }
.ba-card li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 0.88rem; color: var(--text-secondary); line-height: 1.5;
}
.ba-before li i { color: #EF4444; margin-top: 3px; flex-shrink: 0; }
.ba-after li i { color: #22C55E; margin-top: 3px; flex-shrink: 0; }
.ba-vs {
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; font-weight: 900;
    color: var(--text-muted);
    writing-mode: vertical-lr;
    letter-spacing: 4px;
}

/* ========== IMPACT METRICS ========== */
.impact-metrics { padding: 120px 0; }
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; margin-bottom: 48px;
}
.metric-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: center;
    transition: var(--transition);
}
.metric-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow);
}
.metric-number {
    font-size: 3.5rem; font-weight: 900;
    background: var(--gradient-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    line-height: 1; display: inline;
}
.metric-suffix {
    font-size: 2rem; font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    display: inline;
}
.metric-bar {
    height: 6px; background: rgba(255,255,255,0.06);
    border-radius: 10px; margin: 16px 0;
    overflow: hidden;
}
.metric-fill {
    height: 100%; width: 0;
    background: var(--gradient);
    border-radius: 10px;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.metric-card p {
    color: var(--text-secondary); font-size: 0.85rem; line-height: 1.5;
}
.metrics-cta {
    text-align: center;
}
.metrics-cta p {
    color: var(--text-secondary); font-size: 1.05rem;
    margin-bottom: 20px;
}
.demo-cta { text-align: center; margin-top: 40px; }

/* ========== DEMO SECTION ========== */
.demo-section { padding: 120px 0; }
.demo-window {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    max-width: 1100px; margin: 0 auto;
}
.demo-topbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 20px;
    background: rgba(0,0,0,0.3);
    border-bottom: 1px solid var(--border);
}
.demo-dots { display: flex; gap: 8px; }
.demo-dots span { width: 12px; height: 12px; border-radius: 50%; }
.demo-dots span:nth-child(1) { background: #FF5F57; }
.demo-dots span:nth-child(2) { background: #FFBD2E; }
.demo-dots span:nth-child(3) { background: #28C840; }
.demo-url {
    color: var(--text-muted); font-size: 0.78rem;
    background: rgba(255,255,255,0.05);
    padding: 4px 16px; border-radius: 6px;
}
.demo-url i { margin-right: 6px; color: #28C840; }
.demo-actions-bar { display: flex; gap: 12px; color: var(--text-muted); font-size: 0.75rem; }
.demo-body { display: flex; height: 500px; }
.demo-sidebar {
    width: 60px; background: rgba(0,0,0,0.2);
    border-right: 1px solid var(--border);
    display: flex; flex-direction: column;
    align-items: center; padding: 16px 0; gap: 8px;
}
.demo-sidebar-logo {
    width: 36px; height: 36px;
    background: var(--gradient);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem; color: #fff; margin-bottom: 16px;
}
.demo-sidebar-item {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-muted); font-size: 0.9rem;
    transition: var(--transition);
}
.demo-sidebar-item.active { background: rgba(108,58,237,0.2); color: var(--primary-light); }
.demo-chatlist { width: 280px; border-right: 1px solid var(--border); overflow-y: auto; }
.demo-search {
    display: flex; align-items: center; gap: 10px;
    padding: 14px 16px; border-bottom: 1px solid var(--border);
    color: var(--text-muted); font-size: 0.82rem;
}
.demo-chat-item {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: var(--transition);
}
.demo-chat-item.active {
    background: rgba(108,58,237,0.08);
    border-left: 3px solid var(--primary-light);
}
.demo-avatar {
    width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1rem;
}
.demo-chat-info { flex: 1; min-width: 0; }
.demo-chat-name { font-size: 0.85rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-chat-preview { font-size: 0.75rem; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-chat-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; }
.demo-time { font-size: 0.68rem; color: var(--text-muted); }
.demo-badge-num {
    width: 20px; height: 20px;
    background: var(--primary); color: #fff;
    border-radius: 50%; font-size: 0.65rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}
.demo-chatarea { flex: 1; display: flex; flex-direction: column; }
.demo-chatheader {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 20px; border-bottom: 1px solid var(--border);
}
.demo-avatar-sm {
    width: 36px; height: 36px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 0.85rem;
}
.demo-chatarea-name { font-size: 0.9rem; font-weight: 600; }
.demo-chatarea-status {
    font-size: 0.72rem; color: var(--text-muted);
    display: flex; align-items: center; gap: 6px;
}
.status-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #28C840; animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(40,200,64,0.4); }
    50% { box-shadow: 0 0 0 6px rgba(40,200,64,0); }
}
.demo-chatheader-actions { margin-left: auto; display: flex; gap: 16px; color: var(--text-muted); }
.demo-messages {
    flex: 1; padding: 20px;
    display: flex; flex-direction: column; gap: 14px;
    overflow-y: auto;
}
.demo-msg { display: flex; flex-direction: column; max-width: 75%; }
.demo-msg.received { align-self: flex-start; }
.demo-msg.sent, .demo-msg.ai-response { align-self: flex-end; }
.demo-msg-bubble { padding: 10px 16px; border-radius: 16px; font-size: 0.85rem; line-height: 1.5; }
.demo-msg.received .demo-msg-bubble { background: rgba(255,255,255,0.06); border-bottom-left-radius: 4px; }
.demo-msg.sent .demo-msg-bubble { background: rgba(108,58,237,0.2); border-bottom-right-radius: 4px; }
.demo-msg.ai-response .demo-msg-bubble {
    background: linear-gradient(135deg, rgba(108,58,237,0.15), rgba(6,182,212,0.1));
    border: 1px solid rgba(108,58,237,0.2);
    border-bottom-right-radius: 4px;
}
.demo-msg-ai-badge {
    font-size: 0.65rem; font-weight: 600;
    color: var(--accent-light);
    margin-bottom: 4px; display: flex; align-items: center; gap: 4px;
    align-self: flex-end;
}
.demo-msg-time { font-size: 0.65rem; color: var(--text-muted); margin-top: 4px; }
.demo-msg.sent .demo-msg-time, .demo-msg.ai-response .demo-msg-time { align-self: flex-end; }
.demo-input {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 20px; border-top: 1px solid var(--border);
    color: var(--text-muted); font-size: 0.85rem;
}
.demo-input-actions { margin-left: auto; display: flex; gap: 14px; }

/* Stagger animation for demo messages */
.demo-stagger {
    opacity: 0; transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.demo-stagger.visible {
    opacity: 1; transform: translateY(0);
}

/* (Benefits section removed - replaced by outcome blocks and metrics) */

/* ========== PRICING ========== */
.pricing { padding: 120px 0; }

/* Toggle */
.pricing-toggle {
    display: flex; align-items: center; justify-content: center;
    gap: 16px; margin-bottom: 48px;
}
.pricing-toggle-label {
    font-size: 0.9rem; font-weight: 600;
    color: var(--text-muted); transition: color 0.3s;
}
.pricing-toggle-label.active { color: var(--text); }
.pricing-toggle-switch {
    width: 52px; height: 28px;
    background: var(--border);
    border: none; border-radius: 50px;
    position: relative; cursor: none;
    transition: background 0.3s;
}
.pricing-toggle-switch.annual { background: var(--primary); }
.pricing-toggle-knob {
    position: absolute; top: 3px; left: 3px;
    width: 22px; height: 22px;
    background: #fff; border-radius: 50%;
    transition: transform 0.3s;
}
.pricing-toggle-switch.annual .pricing-toggle-knob {
    transform: translateX(24px);
}
.pricing-save-badge {
    background: rgba(108,58,237,0.15);
    color: var(--primary-light);
    font-size: 0.7rem; font-weight: 700;
    padding: 2px 8px; border-radius: 50px;
    margin-left: 4px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px; align-items: stretch;
}
.pricing-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 28px 18px;
    display: flex; flex-direction: column;
    transition: var(--transition);
    position: relative; overflow: visible;
}
.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(108,58,237,0.3);
}

/* Popular card */
.pricing-card.popular {
    border: 2px solid var(--primary);
    background: linear-gradient(180deg, rgba(108,58,237,0.10), var(--bg-card) 60%);
    box-shadow: 0 12px 60px rgba(108,58,237,0.22), 0 0 0 1px rgba(108,58,237,0.15);
    transform: scale(1.05);
    z-index: 1;
}
.pricing-card.popular:hover {
    transform: scale(1.06) translateY(-6px);
    box-shadow: 0 18px 80px rgba(108,58,237,0.32);
}

.pricing-popular-badge {
    position: absolute; top: -14px; left: 50%;
    transform: translateX(-50%);
    background: var(--gradient); color: #fff;
    font-size: 0.7rem; font-weight: 700;
    letter-spacing: 0.05em; text-transform: uppercase;
    padding: 7px 18px; border-radius: 50px;
    white-space: nowrap; z-index: 2;
    box-shadow: 0 6px 18px rgba(108,58,237,0.45);
}

.pricing-header {
    text-align: center; margin-bottom: 28px;
    padding-bottom: 28px; border-bottom: 1px solid var(--border);
}
.pricing-header h3 {
    font-size: 0.85rem; font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--text-secondary);
}
.pricing-card.popular .pricing-header h3 { color: var(--primary-light); }

.pricing-price { display: flex; align-items: flex-start; justify-content: center; gap: 2px; }
.pricing-currency { font-size: 1.1rem; font-weight: 700; color: var(--text-secondary); margin-top: 8px; }
.pricing-amount {
    font-size: 2.9rem; font-weight: 900; line-height: 1;
    background: var(--gradient-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    transition: opacity 0.3s;
}
.pricing-period { font-size: 0.95rem; color: var(--text-muted); align-self: flex-end; margin-bottom: 10px; }
.pricing-header p { color: var(--text-secondary); font-size: 0.85rem; margin-top: 12px; }
.pricing-header .pricing-extra-cost {
    color: var(--accent-light);
    font-size: 0.78rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 6px 10px;
    background: rgba(34, 211, 238, 0.10);
    border-radius: 8px;
    display: inline-block;
}

.pricing-features {
    flex: 1; margin-bottom: 22px;
    display: flex; flex-direction: column; gap: 9px;
}
.pricing-features li {
    display: flex; align-items: center; gap: 10px;
    font-size: 0.82rem; color: var(--text-primary, #E2E8F0);
    line-height: 1.4;
}
.pricing-features li i {
    width: 18px; height: 18px; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; font-size: 0.62rem;
    background: rgba(108,58,237,0.15);
    color: var(--primary-light);
    text-align: center;
}
.pricing-card.popular .pricing-features li i {
    background: rgba(108,58,237,0.22);
}
.pricing-features li.disabled { color: var(--text-muted); }
.pricing-features li.disabled i {
    background: rgba(148,163,184,0.10);
    color: var(--text-muted);
}
/* Sub-spans (multi-line items: ChatBots, Redes Sociales, Canales) */
.pricing-features li > span > span:not(:first-child) {
    color: var(--text-muted);
}
.pricing-features li.disabled > span > span:not(:first-child) {
    color: var(--text-muted); opacity: 0.7;
}

/* "Ver todas las funciones" button */
.pricing-more {
    background: transparent; border: none; cursor: none;
    color: var(--primary-light); font-weight: 600; font-size: 0.85rem;
    font-family: inherit;
    padding: 8px 0; margin-bottom: 14px;
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    width: 100%;
    transition: color 0.2s, gap 0.2s;
}
.pricing-more:hover { color: var(--accent-light); gap: 10px; }
.pricing-more i { font-size: 0.7rem; }

/* ========== FEATURES MODAL ========== */
.features-modal {
    position: fixed; inset: 0; z-index: 9999;
    display: none;
    align-items: center; justify-content: center;
    padding: 20px;
}
.features-modal.is-open { display: flex; animation: ftModalFadeIn 0.25s ease; }
.features-modal-overlay {
    position: absolute; inset: 0;
    background: rgba(5, 8, 22, 0.78);
    backdrop-filter: blur(8px);
    cursor: none;
}
.features-modal-content {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    width: 100%; max-width: 920px;
    max-height: 90vh;
    display: flex; flex-direction: column;
    overflow: hidden;
    animation: ftModalSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.features-modal-close {
    position: absolute; top: 16px; right: 16px;
    width: 36px; height: 36px;
    background: rgba(148,163,184,0.12);
    color: var(--text-secondary);
    border: none; border-radius: 50%;
    cursor: none; font-size: 0.95rem;
    display: inline-flex; align-items: center; justify-content: center;
    transition: var(--transition); z-index: 2;
}
.features-modal-close:hover { background: rgba(148,163,184,0.22); color: var(--text-primary, #E2E8F0); transform: rotate(90deg); }
.features-modal-header {
    padding: 32px 32px 20px;
    border-bottom: 1px solid var(--border);
    text-align: center;
}
.features-modal-header h3 {
    font-size: 1.5rem; font-weight: 800;
    background: var(--gradient-text);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    margin-bottom: 6px;
}
.features-modal-header p { color: var(--text-secondary); font-size: 0.9rem; }
.features-table-wrap {
    flex: 1; overflow-y: auto; overflow-x: auto;
    padding: 0 8px;
}
.features-table {
    width: 100%; border-collapse: collapse;
    font-size: 0.88rem;
}
.features-table thead th {
    position: sticky; top: 0; z-index: 1;
    background: var(--bg-card);
    text-align: center; font-weight: 700;
    padding: 16px 12px;
    color: var(--text-secondary);
    text-transform: uppercase; letter-spacing: 0.06em;
    font-size: 0.72rem;
    border-bottom: 2px solid var(--border);
}
.features-table thead th:first-child { text-align: left; padding-left: 24px; }
.features-table thead th.popular-col {
    color: var(--primary-light);
    background: linear-gradient(180deg, rgba(108,58,237,0.12), var(--bg-card));
}
.features-table tbody td {
    padding: 11px 12px;
    border-bottom: 1px solid rgba(148,163,184,0.07);
    text-align: center;
    color: var(--text-primary, #E2E8F0);
}
.features-table tbody td:first-child { text-align: left; padding-left: 24px; color: var(--text-secondary); font-weight: 500; }
.features-table tbody td.popular-col { background: rgba(108,58,237,0.05); }
.features-table tbody td .fa-check { color: var(--primary-light); font-size: 0.82rem; }
.features-table tbody td.popular-col .fa-check { color: var(--primary-light); }
.features-table tbody td.ft-no { color: var(--text-muted); font-weight: 400; }
.features-table tbody tr.ft-category td {
    background: rgba(108,58,237,0.06);
    color: var(--primary-light);
    font-weight: 700; font-size: 0.78rem;
    text-transform: uppercase; letter-spacing: 0.08em;
    padding: 14px 24px; text-align: left;
    border-top: 1px solid rgba(108,58,237,0.18);
    border-bottom: 1px solid rgba(108,58,237,0.18);
}
.features-table tbody tr.ft-category td i { margin-right: 8px; color: var(--accent-light); }

@keyframes ftModalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes ftModalSlideIn {
    from { opacity: 0; transform: translateY(20px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
body.modal-open { overflow: hidden; }

@media (max-width: 720px) {
    .features-modal-content { max-height: 95vh; }
    .features-modal-header { padding: 24px 20px 16px; }
    .features-modal-header h3 { font-size: 1.2rem; }
    .features-table { font-size: 0.8rem; min-width: 580px; }
    .features-table thead th, .features-table tbody td { padding: 10px 8px; }
    .features-table thead th:first-child, .features-table tbody td:first-child { padding-left: 14px; }
}

/* ========== TESTIMONIALS ========== */
.testimonials {
    padding: 120px 0;
    background: linear-gradient(180deg, transparent, rgba(108,58,237,0.03), transparent);
}
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: var(--transition);
    position: relative; overflow: hidden;
}
.testimonial-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-glow); }
.testimonial-stars { color: #FBBF24; font-size: 0.85rem; margin-bottom: 16px; display: flex; gap: 2px; }
.testimonial-card > p {
    color: var(--text-secondary); font-size: 0.92rem; line-height: 1.7;
    margin-bottom: 20px; font-style: italic;
}
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
    width: 44px; height: 44px;
    background: var(--gradient); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem; font-weight: 700; color: #fff;
    border: 2px solid rgba(139,92,246,0.3);
    box-shadow: 0 0 15px rgba(108,58,237,0.3);
}
.testimonial-author strong { display: block; font-size: 0.9rem; }
.testimonial-author span { font-size: 0.75rem; color: var(--text-muted); }

/* ========== FAQ ========== */
.faq { padding: 120px 0; }
.faq-list {
    max-width: 750px; margin: 0 auto;
    display: flex; flex-direction: column; gap: 12px;
}
.faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color 0.3s;
}
.faq-item.open { border-color: rgba(108,58,237,0.3); }
.faq-question {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px; gap: 16px;
    background: none; border: none;
    color: var(--text); font-family: var(--font);
    font-size: 0.95rem; font-weight: 600;
    text-align: left; cursor: none;
    transition: color 0.3s;
}
.faq-question:hover { color: var(--primary-light); }
.faq-question i {
    font-size: 0.75rem; color: var(--text-muted);
    transition: transform 0.3s;
    flex-shrink: 0;
}
.faq-item.open .faq-question i { transform: rotate(180deg); color: var(--primary-light); }
.faq-answer {
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
}
.faq-item.open .faq-answer {
    max-height: 300px;
}
.faq-answer p {
    padding: 0 24px 20px;
    color: var(--text-secondary); font-size: 0.9rem; line-height: 1.8;
}

/* ========== CTA ========== */
.cta-section { padding: 120px 0; position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; }
.cta-orb { position: absolute; border-radius: 50%; filter: blur(100px); }
.cta-orb.orb-1 { width: 500px; height: 500px; top: -100px; right: -100px; background: rgba(108,58,237,0.3); }
.cta-orb.orb-2 { width: 400px; height: 400px; bottom: -150px; left: -100px; background: rgba(6,182,212,0.2); }
.cta-content {
    position: relative; z-index: 1;
    text-align: center; max-width: 700px; margin: 0 auto;
    background: rgba(17,24,39,0.6);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-xl);
    padding: 60px 48px;
}
.cta-content h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 16px; }
.cta-content p { color: var(--text-secondary); margin-bottom: 32px; font-size: 1rem; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ========== FOOTER ========== */
.footer { padding: 80px 0 0; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand p { color: var(--text-secondary); font-size: 0.88rem; margin-top: 12px; line-height: 1.7; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: var(--text-muted); transition: var(--transition);
}
.footer-social a:hover {
    background: var(--gradient); color: #fff;
    border-color: transparent; transform: translateY(-2px);
}
.footer-links h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 20px; }
.footer-links a {
    display: block; font-size: 0.85rem;
    color: var(--text-secondary);
    padding: 6px 0; transition: var(--transition);
}
.footer-links a:hover { color: var(--primary-light); transform: translateX(4px); }
.footer-bottom {
    padding: 24px 0; border-top: 1px solid var(--border); text-align: center;
}
.footer-bottom p { font-size: 0.8rem; color: var(--text-muted); }
.footer-bottom a { color: var(--primary-light); transition: var(--transition); }
.footer-bottom a:hover { text-decoration: underline; }

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float {
    position: fixed; bottom: 24px; right: 24px;
    width: 56px; height: 56px;
    background: #25D366; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.6rem;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    z-index: 999; transition: var(--transition); cursor: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(37,211,102,0.6);
}
.whatsapp-tooltip {
    position: absolute; right: 68px; top: 50%;
    transform: translateY(-50%);
    background: #1E293B; color: #fff;
    font-size: 0.78rem; font-weight: 500;
    padding: 8px 16px; border-radius: 8px;
    white-space: nowrap;
    opacity: 0; pointer-events: none;
    transition: var(--transition);
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; }

/* ========== ANIMATIONS (AOS-like) ========== */
/* AOS: only animate when JS has loaded and marked body */
body.aos-ready [data-aos] { opacity: 0; transition: opacity 0.6s ease, transform 0.6s ease; }
body.aos-ready [data-aos="fade-up"] { transform: translateY(30px); }
body.aos-ready [data-aos="fade-down"] { transform: translateY(-30px); }
body.aos-ready [data-aos="fade-right"] { transform: translateX(-30px); }
body.aos-ready [data-aos="fade-left"] { transform: translateX(30px); }
body.aos-ready [data-aos="zoom-in"] { transform: scale(0.95); }
body.aos-ready [data-aos].aos-animate { opacity: 1; transform: translate(0) scale(1); }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
    .outcome-grid { grid-template-columns: 1fr; gap: 40px; }
    .outcome-grid.reverse { direction: ltr; }
    .metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-left: auto; margin-right: auto; }
    .pricing-card.popular { transform: scale(1); }
    .pricing-card.popular:hover { transform: translateY(-4px); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
    .top-bar { font-size: 0.75rem; }
    .navbar { top: 38px; }
    .nav-links {
        position: fixed; top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(11,15,26,0.98);
        backdrop-filter: blur(20px);
        flex-direction: column; align-items: center; justify-content: center;
        gap: 28px;
        transform: translateX(100%);
        transition: transform 0.4s ease; z-index: 999;
    }
    .nav-links.active { transform: translateX(0); }
    .nav-links a { font-size: 1.2rem; }
    .nav-toggle { display: flex; z-index: 1001; }
    .nav-right .btn-sm { display: none; }

    /* Hero */
    .hero { padding: 130px 0 40px; }
    .hero-split { grid-template-columns: 1fr; text-align: center; gap: 32px; }
    .hero-text { text-align: center; }
    .hero-pain { font-size: 1.6rem !important; }
    .hero-question { font-size: 1.3rem !important; }
    .hero-actions { justify-content: center; }
    .hero-trust { justify-content: center; }
    .hero-trust-metrics { justify-content: center; flex-wrap: wrap; gap: 16px; }
    .trust-metric-divider { display: none; }
    .hero-mockup { max-width: 100%; margin: 0 auto; }
    .mockup-float-card { display: none; }
    .mockup-list { display: none; }
    .hero-mockup-window { border-radius: var(--radius); }
    .mockup-body { height: 220px; }

    /* Outcomes */
    .outcome-block { padding: 60px 0; }
    .outcome-grid { grid-template-columns: 1fr; gap: 32px; }
    .outcome-grid.reverse { direction: ltr; }

    /* Before/After */
    .ba-grid { grid-template-columns: 1fr; max-width: 100%; }
    .ba-vs { writing-mode: horizontal-tb; padding: 8px 0; text-align: center; }
    .before-after { padding: 80px 0; }

    /* Metrics */
    .metrics-grid { grid-template-columns: repeat(2, 1fr); }
    .impact-metrics { padding: 80px 0; }

    /* Demo - hide chatlist on mobile, show only chat area */
    .demo-section { padding: 80px 0; }
    .demo-body { flex-direction: column; height: auto; }
    .demo-sidebar { flex-direction: row; width: 100%; border-right: none; border-bottom: 1px solid var(--border); padding: 8px 12px; gap: 4px; overflow-x: auto; }
    .demo-sidebar-logo { margin-bottom: 0; margin-right: 8px; }
    .demo-sidebar-item { width: 34px; height: 34px; font-size: 0.8rem; flex-shrink: 0; }
    .demo-chatlist { display: none; }
    .demo-chatarea { min-height: 320px; }
    .demo-chatheader { padding: 10px 14px; gap: 8px; }
    .demo-messages { padding: 14px; gap: 10px; }
    .demo-msg-bubble { font-size: 0.8rem; padding: 8px 12px; }
    .demo-msg { max-width: 85%; }

    /* Pricing */
    .pricing { padding: 80px 0; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
    .pricing-card.popular { transform: none; }
    .pricing-card.popular:hover { transform: translateY(-4px); }

    /* FAQ */
    .faq { padding: 80px 0; }

    /* Footer */
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-social { justify-content: center; }

    /* CTA */
    .cta-content { padding: 40px 20px; }
    .cta-actions { flex-direction: column; align-items: center; }

    /* General */
    .section-header { margin-bottom: 40px; }
    .btn-lg { padding: 14px 28px; font-size: 0.95rem; }
}

@media (max-width: 480px) {
    .hero-pain { font-size: 1.35rem !important; }
    .hero-question { font-size: 1.1rem !important; }
    .hero-solution { font-size: 0.9rem; }
    .logos-track { gap: 20px; }
    .logo-item span { display: none; }
    .metrics-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .metric-card { padding: 20px 16px; }
    .metric-number { font-size: 2.5rem; }
    .ba-card { padding: 24px 16px; }
    .ai-demo-msg { font-size: 0.82rem; max-width: 90%; }
    .crm-stats-row { grid-template-columns: repeat(3, 1fr); gap: 8px; }
}
