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

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

.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(10, 44, 96, 0.08);
    border: 1px solid rgba(10, 44, 96, 0.14);
    color: #0A2C60;
    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(10, 44, 96, 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(10, 44, 96, 0.25);
}

.lx-emotion-card {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(10, 44, 96, 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: #0A2C60;
    margin-bottom: 0.5rem;
}

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

.lx-module-tile i {
    display: block;
    font-size: 1.5rem;
    color: #0A2C60;
    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 #0A2C60;
}

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

.lx-cta-box {
    padding: 2.5rem 2rem;
    background: linear-gradient(120deg, #0A2C60 0%, #164B8A 55%, #1A4080 100%);
    box-shadow: 0 24px 50px rgba(10, 44, 96, 0.25);
}

/* Pricing — pestañas de producto (dentro del hero) */
.lx-project-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.lx-project-tabs--hero {
    margin: 1.75rem auto 1.5rem;
    max-width: 36rem;
}

.lx-project-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 1.35rem;
    border: 2px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.lx-pricing-hero--with-tabs .lx-project-tabs--hero {
    margin-top: 1.75rem;
    margin-bottom: 0.25rem;
}

.lx-pricing-hero--with-tabs .lx-project-tab {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(4px);
}

.lx-pricing-hero--with-tabs .lx-project-tab:hover {
    border-color: rgba(255, 255, 255, 0.65);
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.lx-pricing-hero--with-tabs .lx-project-tab.is-active {
    background: #fff;
    border-color: #fff;
    color: #0A2C60;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.lx-pricing-hero--with-tabs.is-cash-theme .lx-project-tab.is-active {
    color: #157347;
}

.lx-pricing-hero--with-tabs .lx-project-tab-sublabel {
    opacity: 0.88;
}

.lx-pricing-hero--with-tabs .lx-project-tab.is-active .lx-project-tab-sublabel {
    color: #64748b;
    opacity: 1;
}

.lx-project-tab i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.lx-project-tab-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    text-align: left;
}

.lx-project-tab-label {
    font-size: 0.92rem;
}

.lx-project-tab-sublabel {
    font-size: 0.68rem;
    font-weight: 500;
    opacity: 0.82;
    margin-top: 0.1rem;
}

.lx-project-tab.is-active .lx-project-tab-sublabel {
    opacity: 0.9;
}

.lx-pricing-panel[hidden] {
    display: none !important;
}

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

.lx-pricing-hero.is-cash-theme {
    background: linear-gradient(135deg, #0f5132 0%, #198754 55%, #146c43 100%);
}

.lx-pricing-panel[data-project-panel="lynxux-cash"] .lx-pricing-rec-banner {
    background: linear-gradient(135deg, #0f5132 0%, #157347 100%);
}

.lx-pricing-table {
    background: #F0F4FA;
}

.lx-plan-jump {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
}

.lx-plan-jump::-webkit-scrollbar {
    display: none;
}

.lx-plan-jump-link {
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid #D6E4F5;
    background: #fff;
    color: #0A2C60;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.lx-plan-jump-link.is-rec {
    border-color: #0A2C60;
    box-shadow: inset 0 0 0 1px #0A2C60;
}

.lx-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 1.25rem 1rem 1.35rem;
    border-radius: 1rem;
    border: 1px solid #D6E4F5;
    background: #fff;
    box-shadow: 0 8px 24px rgba(10, 44, 96, 0.06);
}

.lx-plan-card.is-featured {
    border-color: #0A2C60;
    box-shadow: 0 12px 32px rgba(10, 44, 96, 0.12);
}

.lx-plan-badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #0A2C60;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lx-plan-card-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    min-width: 0;
}

.lx-plan-art-wrap {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: #F0F4FA;
    border: 1px solid #D6E4F5;
    overflow: hidden;
}

.lx-plan-art {
    display: block;
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    object-fit: contain;
}

.lx-plan-card-titles {
    flex: 1 1 auto;
    min-width: 0;
}

.lx-plan-name {
    margin: 0 0 0.15rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0A2C60;
    line-height: 1.25;
}

.lx-plan-desc {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.35;
    color: #6B7C93;
}

.lx-plan-price {
    margin-bottom: 0.85rem;
}

.lx-plan-amount {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0A2C60;
    line-height: 1;
}

.lx-plan-period {
    font-size: 0.8rem;
    color: #6B7C93;
    margin-left: 0.15rem;
}

.lx-plan-meter {
    margin-bottom: 0.85rem;
}

.lx-plan-meter-track {
    height: 5px;
    border-radius: 999px;
    background: #E8EEF7;
    overflow: hidden;
}

.lx-plan-meter-bar {
    height: 100%;
    border-radius: 999px;
    background: #0A2C60;
}

.lx-plan-meter-label {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #6B7C93;
}

.lx-plan-modules {
    flex: 1 1 auto;
    margin: 0 0 1rem;
    padding: 0;
}

.lx-plan-module {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0;
    border-bottom: 1px solid #F0F4FA;
    font-size: 0.8rem;
    line-height: 1.3;
    min-width: 0;
}

.lx-plan-module:last-child {
    border-bottom: none;
}

.lx-plan-module-check {
    flex: 0 0 1.1rem;
    font-size: 0.95rem;
    line-height: 1;
}

.lx-plan-module.is-on {
    color: #0A2C60;
}

.lx-plan-module.is-on .lx-plan-module-check {
    color: #16a34a;
}

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

.lx-plan-module.is-off .lx-plan-module-check {
    color: #cbd5e1;
}

.lx-plan-module-text {
    flex: 1 1 auto;
    min-width: 0;
    font-weight: 500;
}

.lx-plan-help-btn {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #E8EEF7;
    color: #0A2C60;
    font-size: 0.85rem;
    line-height: 1;
    cursor: pointer;
}

.lx-plan-help-btn:hover,
.lx-plan-help-btn:focus {
    background: #0A2C60;
    color: #fff;
    outline: none;
}

.lx-plan-cta {
    margin-top: auto;
    font-size: 0.9rem;
}

.popover.lx-plan-help-popover {
    max-width: min(260px, calc(100vw - 2rem));
    border-color: #D6E4F5;
    box-shadow: 0 8px 24px rgba(10, 44, 96, 0.12);
    font-size: 0.8rem;
}

.popover.lx-plan-help-popover .popover-body {
    color: #3D4F63;
    padding: 0.65rem 0.75rem;
}

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

    .lx-pricing-hero .display-5 {
        font-size: 1.75rem;
    }

    .lx-pricing-hero .lead {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .lx-plan-card {
        height: 100%;
        padding: 1.35rem 1.15rem 1.5rem;
    }

    .lx-plan-modules {
        max-height: 300px;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #D6E4F5 transparent;
    }
}

/* Rich plan cards (Impulso / Crecimiento / Expansión) */
.lx-plan-card-rich {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.lx-plan-emoji {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #64748b;
    text-transform: uppercase;
}

.lx-plan-body {
    line-height: 1.55;
    margin-bottom: 0;
}

.lx-plan-block-title {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0A2C60;
    margin-bottom: 0.55rem;
}

.lx-plan-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.lx-plan-pills li {
    font-size: 0.78rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    color: #475569;
}

.lx-plan-includes li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #334155;
    margin-bottom: 0.4rem;
}

.lx-plan-includes li i {
    color: #0ab39c;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.lx-plan-limits li {
    font-size: 0.82rem;
    color: #475569;
    margin-bottom: 0.35rem;
}

.lx-plan-limits li i {
    color: #3b82f6;
    margin-right: 0.35rem;
}

.lx-addon-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.1rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.lx-addon-card.is-soon {
    opacity: 0.85;
}

.lx-addon-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0A2C60;
}

/* ── Pricing page (conversion layout) ── */
.lx-pricing-page {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f8 100%);
}

.lx-pricing-compare-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 10px 30px rgba(10, 44, 96, 0.06);
}

.lx-pricing-compare-table {
    --bs-table-bg: transparent;
    margin-top: 0.75rem;
}

.lx-pricing-compare-table thead th {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    font-weight: 700;
    border-bottom-width: 1px;
    white-space: nowrap;
}

.lx-pricing-compare-table tbody th,
.lx-pricing-compare-table tbody td {
    vertical-align: middle;
    padding: 0.85rem 0.65rem;
    font-size: 0.9rem;
    border-color: #f1f5f9;
}

.lx-pricing-compare-table tr.is-recommended {
    background: linear-gradient(90deg, rgba(10, 44, 96, 0.06) 0%, rgba(59, 130, 246, 0.08) 100%);
}

.lx-pricing-compare-table tr.is-recommended th,
.lx-pricing-compare-table tr.is-recommended td {
    border-top: 2px solid #0A2C60;
    border-bottom: 2px solid #0A2C60;
}

.lx-pricing-compare-table tbody tr.lx-compare-row {
    cursor: pointer;
    transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.lx-pricing-compare-table tbody tr.lx-compare-row:hover,
.lx-pricing-compare-table tbody tr.lx-compare-row:focus-visible {
    background: rgba(10, 44, 96, 0.07);
    box-shadow: inset 4px 0 0 #2563eb;
    outline: none;
}

.lx-pricing-compare-table tbody tr.lx-compare-row:active {
    background: rgba(10, 44, 96, 0.12);
    transform: scale(0.998);
}

.lx-pricing-compare-table tbody tr.lx-compare-row.is-recommended:hover {
    background: linear-gradient(90deg, rgba(10, 44, 96, 0.1) 0%, rgba(59, 130, 246, 0.12) 100%);
}

.lx-compare-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
}

.lx-compare-cta:hover {
    color: #0A2C60;
    text-decoration: underline;
}

.lx-help-tip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05rem;
    height: 1.05rem;
    margin-left: 0.2rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    vertical-align: middle;
    cursor: help;
    transition: background 0.15s ease, color 0.15s ease, transform 0.12s ease;
}

.lx-help-tip:hover,
.lx-help-tip:focus-visible {
    background: #0A2C60;
    color: #fff;
    transform: scale(1.08);
    outline: none;
}

.lx-help-tooltip .tooltip-inner {
    max-width: 16rem;
    text-align: left;
    font-size: 0.78rem;
    line-height: 1.45;
    padding: 0.5rem 0.65rem;
}

.lx-compare-plan-name {
    font-weight: 800;
    color: #0A2C60;
}

.lx-compare-rec-badge {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #0A2C60;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    vertical-align: middle;
}

.lx-compare-audience {
    color: #475569;
    max-width: 12rem;
}

.lx-compare-label-col {
    min-width: 7.5rem;
}

.lx-hero-eyebrow {
    line-height: 1.35;
    letter-spacing: 0.12em;
}

.lx-pricing-intro {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95rem;
    line-height: 1.55;
}

.lx-pricing-intro strong {
    color: #0f172a;
    font-size: 1.05rem;
}

.lx-pricing-rec-banner {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #0A2C60 0%, #1e4a8a 100%);
    color: #e2e8f0;
    font-size: 0.92rem;
    line-height: 1.5;
    box-shadow: 0 12px 28px rgba(10, 44, 96, 0.18);
}

.lx-pricing-rec-banner strong {
    color: #fff;
}

.lx-pricing-rec-banner-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.12);
    color: #fbbf24;
    font-size: 1.2rem;
}

.lx-pricing-grid {
    display: grid;
    gap: 1.25rem;
    align-items: center;
}

@media (min-width: 992px) {
    .lx-pricing-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .lx-pricing-panel[data-project-panel="lynxux-cash"] .lx-pricing-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.lx-pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.35rem 1.25rem 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid #dbe4f0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lx-pricing-card.is-hero {
    border: 2px solid #0A2C60;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow:
        0 28px 56px rgba(10, 44, 96, 0.2),
        0 0 0 1px rgba(59, 130, 246, 0.12);
    z-index: 2;
    margin-top: 0.75rem;
}

@media (min-width: 992px) {
    .lx-pricing-card.is-hero {
        padding: 1.85rem 1.65rem 2rem;
        transform: scale(1.03);
    }
}

.lx-pricing-card-ribbon {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0A2C60, #2563eb);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
    white-space: nowrap;
}

.lx-pricing-card-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lx-pricing-card-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 0.65rem;
    background: #f1f5f9;
    padding: 0.25rem;
}

.lx-pricing-tier {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.lx-pricing-headline {
    margin: 0.1rem 0 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0A2C60;
    line-height: 1.25;
}

.lx-pricing-card.is-hero .lx-pricing-headline {
    font-size: 1.35rem;
}

.lx-pricing-pitch {
    margin: 0.65rem 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #64748b;
}

.lx-pricing-price-block {
    text-align: center;
    padding: 0.5rem 0 0.25rem;
}

.lx-pricing-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.1rem;
    line-height: 1;
}

.lx-pricing-currency {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0A2C60;
    margin-top: 0.35rem;
}

.lx-pricing-amount {
    font-size: 2.65rem;
    font-weight: 800;
    color: #0A2C60;
    letter-spacing: -0.03em;
}

.lx-pricing-card.is-hero .lx-pricing-amount {
    font-size: 3.15rem;
}

.lx-pricing-period {
    align-self: flex-end;
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
}

.lx-pricing-price-note {
    margin: 0.35rem 0 0;
    font-size: 0.75rem;
    color: #94a3b8;
}

.lx-pricing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 0.75rem;
}

.lx-pricing-card.is-hero .lx-pricing-cta {
    padding: 1rem 1.35rem;
    font-size: 1.02rem;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.lx-pricing-cta-secondary,
.lx-pricing-cta-alt {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    border: 2px solid #0A2C60;
    color: #0A2C60;
}

.lx-pricing-cta-secondary:hover,
.lx-pricing-cta-alt:hover {
    background: #0A2C60;
    color: #fff;
    border-color: #0A2C60;
}

.lx-pricing-card.is-alt {
    border-color: #cbd5e1;
}

.lx-pricing-card.is-alt:hover {
    border-color: #94a3b8;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1);
}

.lx-pricing-fit {
    margin: 0;
    padding: 0.6rem 0.75rem;
    border-radius: 0.65rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #475569;
}

.lx-pricing-fit i {
    color: #0A2C60;
    margin-right: 0.25rem;
}

.lx-pricing-wa-highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 0.65rem;
    background: rgba(37, 211, 102, 0.1);
    border: 1px solid rgba(37, 211, 102, 0.25);
    font-size: 0.78rem;
    line-height: 1.45;
    color: #14532d;
}

.lx-pricing-wa-highlight i {
    font-size: 1.1rem;
    color: #25d366;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.lx-pricing-detail-section + .lx-pricing-detail-section {
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #e2e8f0;
}

.lx-pricing-detail-title {
    margin: 0 0 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.lx-pricing-wa-footnote {
    padding: 0.75rem 1rem;
    border-radius: 0.65rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    line-height: 1.5;
}

.lx-pricing-wa-footnote i {
    margin-right: 0.25rem;
}

.lx-pricing-why {
    margin: 0;
    padding: 0.65rem 0.75rem;
    border-radius: 0.65rem;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.15);
    font-size: 0.8rem;
    line-height: 1.45;
    color: #1e3a5f;
}

.lx-pricing-why i {
    color: #2563eb;
    margin-right: 0.25rem;
}

.lx-pricing-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.lx-pricing-benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.45rem 0.5rem;
    margin: 0 -0.5rem;
    border-radius: 0.55rem;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.lx-pricing-benefit:hover {
    background: #f8fafc;
    box-shadow: inset 3px 0 0 #2563eb;
}

.lx-pricing-benefit-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.55rem;
    background: #f1f5f9;
    color: #0A2C60;
    font-size: 1rem;
}

.lx-pricing-card.is-hero .lx-pricing-benefit-icon {
    background: rgba(10, 44, 96, 0.08);
    color: #2563eb;
}

.lx-pricing-benefit strong {
    display: block;
    font-size: 0.86rem;
    color: #0f172a;
    line-height: 1.3;
}

.lx-pricing-benefit small {
    display: block;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.35;
}

.lx-pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
    padding: 0.55rem;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.lx-pricing-toggle:hover {
    background: #f1f5f9;
}

.lx-pricing-details {
    padding: 0.5rem 0 0;
}

.lx-pricing-details li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.78rem;
    color: #475569;
    margin-bottom: 0.35rem;
    line-height: 1.4;
    padding: 0.35rem 0.4rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
    border-radius: 0.4rem;
    transition: background 0.15s ease, color 0.15s ease;
}

.lx-pricing-details li:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.lx-pricing-details li i {
    color: #0ab39c;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.lx-pricing-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.lx-pricing-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
}

.lx-pricing-chip i {
    font-size: 0.75rem;
    color: #16a34a;
}

.lx-pricing-limits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
}

.lx-pricing-limit-cell {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.2rem 0.35rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
}

.lx-pricing-limit-key {
    color: #64748b;
    font-weight: 600;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    width: 100%;
}

.lx-pricing-limit-val {
    font-weight: 800;
    color: #0f172a;
    font-size: 0.9rem;
}

.lx-pricing-fit--short {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.lx-pricing-pitch {
    font-size: 0.86rem;
}

.lx-pricing-marketing {
    padding: 0.9rem 0.95rem;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
    border: 1px solid #bfdbfe;
}

.lx-pricing-marketing-title {
    margin: 0 0 0.55rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1d4ed8;
}

.lx-pricing-marketing-list {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.lx-pricing-marketing-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.45rem 0.5rem;
    margin: 0 -0.5rem;
    border-radius: 0.5rem;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.lx-pricing-marketing-item.is-active:hover {
    background: #fff;
    box-shadow: inset 3px 0 0 #2563eb;
}

.lx-pricing-marketing-item.is-muted {
    opacity: 0.72;
}

.lx-pricing-marketing-item.is-muted strong {
    color: #64748b;
}

.lx-pricing-marketing-icon {
    flex-shrink: 0;
    width: 1.85rem;
    height: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.95rem;
}

.lx-pricing-marketing-item.is-muted .lx-pricing-marketing-icon {
    background: #f1f5f9;
    color: #94a3b8;
}

.lx-pricing-marketing-text strong {
    display: block;
    font-size: 0.82rem;
    color: #0f172a;
    line-height: 1.3;
}

.lx-pricing-marketing-text small {
    display: block;
    font-size: 0.76rem;
    color: #475569;
    line-height: 1.35;
}

.lx-pricing-limits {
    padding: 0.85rem 0.9rem;
    border-radius: 0.75rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.lx-pricing-limits-title {
    margin: 0 0 0.5rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.lx-pricing-limits-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.lx-pricing-limit-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.8rem;
    color: #334155;
    padding: 0.35rem 0.4rem;
    margin: 0 -0.4rem;
    border-radius: 0.45rem;
    transition: background 0.15s ease;
}

.lx-pricing-limit-item:hover {
    background: #fff;
}

.lx-pricing-limit-item > i:first-child {
    color: #0A2C60;
    font-size: 0.95rem;
}

.lx-plan-video-slot {
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px dashed #cbd5e1;
}

.lx-plan-video-label {
    margin: 0 0 0.55rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.lx-plan-video-label i {
    color: #2563eb;
    font-size: 1rem;
}

.lx-plan-video-frame {
    border-radius: 0.55rem;
    overflow: hidden;
    background: #0f172a;
}

.lx-plan-video-frame iframe {
    border: 0;
}

.lx-plan-video-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 7.5rem;
    padding: 1rem;
    border-radius: 0.55rem;
    background: #fff;
    color: #64748b;
    font-size: 0.78rem;
    text-align: center;
}

.lx-plan-video-placeholder i {
    font-size: 1.65rem;
    color: #94a3b8;
}

.lx-cap-badge {
    display: inline-block;
    min-width: 1.75rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.lx-cap-badge.is-yes {
    background: #dcfce7;
    color: #166534;
}

.lx-cap-badge.is-no {
    background: #f1f5f9;
    color: #94a3b8;
}

.lx-pricing-capacity-wrap {
    border-color: #bfdbfe;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.lx-pricing-capacity-table thead th {
    font-size: 0.68rem;
}

.lx-pricing-footer-cta.ptb-60 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.lx-pricing-footer-card {
    max-width: 36rem;
    margin: 0 auto;
    padding: 1.5rem 1.25rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

@media (max-width: 991.98px) {
    .lx-pricing-grid {
        display: flex;
        flex-direction: column;
    }

    .lx-pricing-card.is-hero {
        order: -1;
        margin-top: 0.5rem;
    }

    .lx-pricing-compare-table {
        font-size: 0.82rem;
    }

    .lx-pricing-compare-table .lx-compare-audience {
        max-width: 8rem;
    }

    .lx-pricing-amount {
        font-size: 2.25rem;
    }

    .lx-pricing-card.is-hero .lx-pricing-amount {
        font-size: 2.55rem;
    }

    .lx-pricing-rec-banner {
        flex-direction: column;
    }
}
