/* Lynxux — marketing SaaS (home + precios) */

.lx-hero {
    background: linear-gradient(165deg, #f8fbff 0%, #eef4ff 48%, #fff 100%);
}

.lx-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.14);
    color: #1e40af;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lx-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.lx-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
}

.lx-video-frame {
    border: 1px solid rgba(37, 99, 235, 0.12);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.lx-video-placeholder {
    min-height: 220px;
    background: linear-gradient(135deg, #e8f0ff 0%, #f8fafc 100%);
    border: 1px dashed rgba(37, 99, 235, 0.25);
}

.lx-emotion-card {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(37, 99, 235, 0.1);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.lx-emotion-num {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #2563eb;
    margin-bottom: 0.5rem;
}

.lx-module-tile {
    padding: 1rem 0.5rem;
    border-radius: 0.85rem;
    background: #fff;
    border: 1px solid rgba(37, 99, 235, 0.08);
    height: 100%;
}

.lx-module-tile i {
    display: block;
    font-size: 1.5rem;
    color: #2563eb;
    margin-bottom: 0.35rem;
}

.lx-module-tile strong {
    display: block;
    font-size: 0.9rem;
}

.lx-module-tile small {
    display: block;
    color: #64748b;
    font-size: 0.72rem;
    margin-top: 0.15rem;
}

.lx-quote {
    padding: 1.25rem 1.35rem;
    border-radius: 1rem;
    background: #f8fafc;
    border-left: 4px solid #2563eb;
}

.lx-cta-final {
    background: #f8fafc;
}

.lx-cta-box {
    padding: 2.5rem 2rem;
    background: linear-gradient(120deg, #0f172a 0%, #1e3a8a 55%, #2563eb 100%);
    box-shadow: 0 24px 50px rgba(30, 58, 138, 0.25);
}

/* Pricing */
.lx-pricing-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
}

.lx-plan-card {
    position: relative;
    padding: 1.75rem 1.5rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lx-plan-card.is-featured {
    border-color: #2563eb;
    box-shadow: 0 28px 55px rgba(37, 99, 235, 0.18);
    transform: translateY(-4px);
}

.lx-plan-badge {
    position: absolute;
    top: -0.65rem;
    right: 1rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
}

.lx-plan-amount {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
}

.lx-plan-modules li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.28rem 0;
    font-size: 0.82rem;
}

.lx-plan-modules li.is-on {
    color: #0f172a;
}

.lx-plan-modules li.is-on i {
    color: #16a34a;
}

.lx-plan-modules li.is-off {
    color: #94a3b8;
}

.lx-plan-modules li.is-off i {
    color: #cbd5e1;
}

@media (max-width: 991.98px) {
    .lx-hero .display-5 {
        font-size: 2rem;
    }

    .lx-plan-card.is-featured {
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .lx-plan-modules {
        max-height: 280px;
        overflow-y: auto;
    }
}
