.jb-suite-pricing {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.jb-suite-pricing-notice {
    grid-column: 1 / -1;
    margin-bottom: 6px;
}

.jb-suite-pricing-button.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.jb-suite-pricing-toggle {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5f4f1;
    border-radius: 999px;
    padding: 6px;
    width: fit-content;
}

.jb-suite-pricing-toggle-btn {
    border: 0;
    background: transparent;
    color: #1f2937;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    cursor: pointer;
}

.jb-suite-pricing-toggle-btn.is-active {
    background: #111827;
    color: #ffffff;
}

.jb-suite-pricing-card {
    border: 1px solid #e5e1d9;
    border-radius: 16px;
    padding: 18px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.jb-suite-pricing-card.is-popular {
    border-color: #0056d2;
    box-shadow: 0 12px 30px rgba(0, 86, 210, 0.15);
}

.jb-suite-pricing-badge {
    position: absolute;
    top: -14px;
    left: 18px;
    background: #0056d2;
    color: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.jb-suite-pricing-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap;
}

.jb-suite-pricing-symbol {
    font-size: 20px;
}

.jb-suite-pricing-period {
    font-size: 14px;
    color: #6b7280;
    font-weight: 600;
}

.jb-suite-pricing-sub {
    color: #6b7280;
    font-size: 13px;
    margin: 0;
}

.jb-suite-pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #93c5fd;
    background: #fff;
    color: #1d4ed8;
    font-weight: 600;
    text-decoration: none;
}

.jb-suite-pricing-button.is-primary {
    background: #0056d2;
    border-color: #0056d2;
    color: #fff;
}

.jb-suite-pricing-button.is-current {
    background: #e5e7eb;
    border-color: #e5e7eb;
    color: #6b7280;
    pointer-events: none;
}

.jb-suite-pricing-features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0;
    font-size: 13px;
    flex: 0 0 auto;
}

.jb-suite-pricing-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
    padding: 4px 0;
}

.jb-suite-pricing-features li::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.jb-suite-pricing-contact {
    justify-content: center;
}

.jb-suite-payment-status {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.jb-suite-payment-status-card {
    width: 100%;
    max-width: 520px;
    border: 1px solid #e5e1d9;
    border-radius: 16px;
    padding: 22px;
    background: #fff;
    text-align: left;
    display: grid;
    gap: 10px;
}

.jb-suite-payment-status-success .jb-suite-payment-status-card {
    border-color: rgba(0, 86, 210, 0.3);
}

.jb-suite-payment-status-error .jb-suite-payment-status-card {
    border-color: rgba(220, 38, 38, 0.3);
}

.jb-suite-payment-status-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #0056d2;
    color: #0056d2;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}
