/* INICIO CAMBIO TUENLACEQR PRICING PLANS v1.3.0 */
.tuenlaceqr-pricing-wrapper {
    --tuenlaceqr-pricing-primary: #e8333f;
    --tuenlaceqr-pricing-secondary: #111827;
    --tuenlaceqr-pricing-bg: #ffffff;
    background: var(--tuenlaceqr-pricing-bg);
    color: var(--tuenlaceqr-pricing-secondary);
    border-radius: 28px;
    padding: 36px 20px;
    box-sizing: border-box;
    width: 100%;
}

.tuenlaceqr-pricing-wrapper * {
    box-sizing: border-box;
}

.tuenlaceqr-pricing-header {
    max-width: 860px;
    margin: 0 auto 28px;
    text-align: center;
}

.tuenlaceqr-pricing-header h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.1;
    color: var(--tuenlaceqr-pricing-secondary);
    font-weight: 800;
}

.tuenlaceqr-pricing-header p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #64748b;
}

.tuenlaceqr-pricing-table-scroll {
    width: 100%;
    overflow-x: auto;
    padding: 4px;
    border-radius: 22px;
    -webkit-overflow-scrolling: touch;
}

.tuenlaceqr-pricing-comparison-table {
    width: 100%;
    min-width: 840px;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.tuenlaceqr-pricing-comparison-table th,
.tuenlaceqr-pricing-comparison-table td {
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 18px 16px;
    vertical-align: middle;
}

.tuenlaceqr-pricing-comparison-table th:last-child,
.tuenlaceqr-pricing-comparison-table td:last-child {
    border-right: 0;
}

.tuenlaceqr-pricing-comparison-table tbody tr:last-child td {
    border-bottom: 0;
}

.tuenlaceqr-benefit-head {
    width: 260px;
    min-width: 260px;
    background: #f8fafc;
    color: var(--tuenlaceqr-pricing-secondary);
    font-size: 18px;
    font-weight: 800;
    text-align: left;
}

.tuenlaceqr-plan-head {
    min-width: 220px;
    background: linear-gradient(180deg, color-mix(in srgb, var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary)) 13%, #ffffff), #ffffff 72%);
    box-shadow: inset 0 4px 0 var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary));
    text-align: center;
    position: relative;
}

.tuenlaceqr-plan-head-inner {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.tuenlaceqr-pricing-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary)) 14%, #ffffff);
    color: var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary));
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.tuenlaceqr-plan-name {
    display: block;
    margin-top: 4px;
    font-size: 22px;
    line-height: 1.15;
    color: var(--tuenlaceqr-pricing-secondary);
}

.tuenlaceqr-pricing-price {
    display: block;
    margin-top: 4px;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    color: var(--tuenlaceqr-pricing-secondary);
}

.tuenlaceqr-pricing-period {
    display: block;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.tuenlaceqr-plan-description {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
    max-width: 210px;
    margin: 2px auto 4px;
    font-weight: 400;
}

.tuenlaceqr-pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
    max-width: 100%;
    min-height: 42px;
    margin-top: auto;
    border-radius: 999px;
    background: var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary)) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 2px solid var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary)) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    padding: 10px 18px;
    box-shadow: 0 12px 22px rgba(232, 51, 63, 0.22);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.tuenlaceqr-pricing-button:hover,
.tuenlaceqr-pricing-button:focus,
.tuenlaceqr-pricing-button:active {
    background: var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary)) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-color: var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary)) !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.18);
    opacity: .95;
    outline: none;
}

.tuenlaceqr-benefit-title {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #ffffff;
    color: var(--tuenlaceqr-pricing-secondary);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
}

.tuenlaceqr-pricing-comparison-table tbody tr:nth-child(even) .tuenlaceqr-benefit-title,
.tuenlaceqr-pricing-comparison-table tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.tuenlaceqr-feature-status {
    text-align: center;
    background: #ffffff;
}

.tuenlaceqr-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
}

.tuenlaceqr-status-check {
    color: #16a34a;
    background: rgba(22, 163, 74, 0.12);
}

.tuenlaceqr-status-x {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.10);
}

.tuenlaceqr-feature-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--tuenlaceqr-pricing-secondary);
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

.tuenlaceqr-feature-value-row .tuenlaceqr-feature-status {
    font-size: 18px;
}



.tuenlaceqr-pricing-note {
    max-width: 960px;
    margin: 20px auto 0;
    padding: 14px 18px;
    border-radius: 16px;
    background: #f8fafc;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
    .tuenlaceqr-pricing-wrapper {
        padding: 28px 12px;
        border-radius: 20px;
    }

    .tuenlaceqr-pricing-header {
        margin-bottom: 20px;
    }

    .tuenlaceqr-pricing-header p {
        font-size: 15px;
    }

    .tuenlaceqr-pricing-table-scroll {
        padding-bottom: 12px;
    }

    .tuenlaceqr-pricing-comparison-table {
        min-width: 760px;
    }

    .tuenlaceqr-benefit-head,
    .tuenlaceqr-benefit-title {
        width: 210px;
        min-width: 210px;
    }

    .tuenlaceqr-plan-head {
        min-width: 180px;
    }

    .tuenlaceqr-pricing-button {
        width: 100%;
        min-width: 0;
        max-width: 150px;
        white-space: normal;
        line-height: 1.2;
        padding: 10px 12px;
    }

    .tuenlaceqr-plan-head-inner {
        min-height: 235px;
    }

    .tuenlaceqr-pricing-comparison-table th,
    .tuenlaceqr-pricing-comparison-table td {
        padding: 14px 12px;
    }
}

/* INICIO CAMBIO TUENLACEQR PRICING PLANS v1.3.0 - Vista móvil tipo columna por plan */
.tuenlaceqr-pricing-mobile-plans {
    display: none;
}

.tuenlaceqr-mobile-plan-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    overflow: visible;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.tuenlaceqr-mobile-plan-sticky-head {
    background: linear-gradient(180deg, color-mix(in srgb, var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary)) 14%, #ffffff), #ffffff 78%);
    border: 1px solid color-mix(in srgb, var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary)) 18%, #e5e7eb);
    border-radius: 22px 22px 18px 18px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.10), inset 0 4px 0 var(--tuenlaceqr-plan-color, var(--tuenlaceqr-pricing-primary));
    padding: 14px 14px 12px;
    text-align: center;
}

.tuenlaceqr-mobile-plan-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.tuenlaceqr-mobile-feature-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
}

.tuenlaceqr-mobile-feature-item {
    display: flex;
    min-height: 86px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
}

.tuenlaceqr-mobile-feature-item:nth-child(even) {
    background: #f8fafc;
}

.tuenlaceqr-mobile-benefit-label {
    display: block;
    color: var(--tuenlaceqr-pricing-secondary);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.tuenlaceqr-mobile-plan-button {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .tuenlaceqr-pricing-table-scroll {
        display: none;
    }

    .tuenlaceqr-pricing-mobile-plans {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .tuenlaceqr-mobile-plan-card {
        scroll-margin-top: 12px;
    }

    .tuenlaceqr-mobile-plan-sticky-head {
        position: sticky;
        top: 0;
        z-index: 20;
    }

    body.admin-bar .tuenlaceqr-mobile-plan-sticky-head {
        top: 46px;
    }

    .tuenlaceqr-mobile-plan-sticky-head .tuenlaceqr-plan-name {
        font-size: 20px;
    }

    .tuenlaceqr-mobile-plan-sticky-head .tuenlaceqr-pricing-price {
        font-size: 28px;
    }

    .tuenlaceqr-mobile-plan-sticky-head .tuenlaceqr-pricing-period {
        font-size: 12px;
    }

    .tuenlaceqr-mobile-plan-button {
        width: 100%;
        min-width: 0;
        max-width: 210px;
        white-space: normal;
        line-height: 1.2;
        padding: 10px 14px;
    }
}

@media (min-width: 769px) {
    .tuenlaceqr-pricing-mobile-plans {
        display: none !important;
    }
}
/* FIN CAMBIO TUENLACEQR PRICING PLANS v1.3.0 */


/* INICIO CAMBIO TUENLACEQR PRICING PLANS v1.6.1 - Tooltips de beneficios sin recorte lateral */
.tuenlaceqr-benefit-title,
.tuenlaceqr-pricing-comparison-table td,
.tuenlaceqr-pricing-comparison-table th,
.tuenlaceqr-mobile-feature-item,
.tuenlaceqr-mobile-benefit-label {
    overflow: visible;
}

.tuenlaceqr-benefit-label {
    display: inline;
    vertical-align: middle;
}

.tuenlaceqr-benefit-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    vertical-align: middle;
    z-index: 30;
}

.tuenlaceqr-benefit-tooltip-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.10);
    color: var(--tuenlaceqr-pricing-secondary);
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    padding: 0;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.tuenlaceqr-benefit-tooltip-toggle:hover,
.tuenlaceqr-benefit-tooltip-toggle:focus,
.tuenlaceqr-benefit-tooltip.is-open .tuenlaceqr-benefit-tooltip-toggle {
    background: var(--tuenlaceqr-pricing-primary);
    color: #ffffff;
    outline: none;
    transform: translateY(-1px);
}

.tuenlaceqr-benefit-tooltip-content {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    width: min(280px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    transform: translateY(6px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 12px 13px;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
    text-align: left;
    white-space: normal;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.tuenlaceqr-benefit-tooltip-content.is-positioned {
    position: fixed;
    left: var(--tuenlaceqr-tooltip-left, 14px);
    top: var(--tuenlaceqr-tooltip-top, 14px);
    right: auto;
    bottom: auto;
    z-index: 999999;
}

.tuenlaceqr-benefit-tooltip-content::after {
    content: '';
    position: absolute;
    left: var(--tuenlaceqr-tooltip-arrow-left, 14px);
    top: 100%;
    transform: translateX(-50%);
    border-width: 7px 7px 0 7px;
    border-style: solid;
    border-color: #111827 transparent transparent transparent;
}

.tuenlaceqr-benefit-tooltip-content.is-below::after {
    top: auto;
    bottom: 100%;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #111827 transparent;
}

.tuenlaceqr-benefit-tooltip:hover .tuenlaceqr-benefit-tooltip-content,
.tuenlaceqr-benefit-tooltip:focus-within .tuenlaceqr-benefit-tooltip-content,
.tuenlaceqr-benefit-tooltip.is-open .tuenlaceqr-benefit-tooltip-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.tuenlaceqr-benefit-tooltip-text {
    display: block;
}

.tuenlaceqr-benefit-tooltip-link {
    display: inline-flex;
    margin-top: 7px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 800;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.tuenlaceqr-mobile-benefit-label .tuenlaceqr-benefit-tooltip {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .tuenlaceqr-benefit-tooltip-content {
        width: min(300px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
    }
}
/* FIN CAMBIO TUENLACEQR PRICING PLANS v1.6.1 - Tooltips de beneficios sin recorte lateral */
