.pc-outer-container-b8ec1e7e {
    width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1d1d1f;
    box-sizing: border-box;
}

/* Pricing Period Switcher Toggle */
.pc-toggle-wrapper-b8ec1e7e {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.pc-toggle-label-b8ec1e7e {
    font-size: 15px;
    font-weight: 600;
    color: #86868b;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pc-toggle-label-b8ec1e7e.active {
    color: #1d1d1f;
}

.pc-toggle-btn-b8ec1e7e {
    width: 54px;
    height: 30px;
    border-radius: 99px;
    background-color: #e8e8ed;
    border: none;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
}

.pc-toggle-btn-b8ec1e7e:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 125, 250, 0.4);
}

.pc-toggle-circle-b8ec1e7e {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: absolute;
    top: 3px;
    left: 3px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pc-toggle-btn-b8ec1e7e.active {
    background-color: #1d1d1f;
}

.pc-toggle-btn-b8ec1e7e.active .pc-toggle-circle-b8ec1e7e {
    transform: translateX(24px);
}

.pc-discount-badge-b8ec1e7e {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 99px;
    text-transform: uppercase;
}

/* Pricing Grid (Cards) Layout */
.pc-grid-b8ec1e7e {
    display: grid;
    gap: 30px;
    align-items: stretch;
}

.pc-equal-height {
    align-items: stretch;
}

.pc-card-b8ec1e7e {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e8e8ed;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pc-card-b8ec1e7e:hover {
    border-color: #1d1d1f;
}

.pc-card-b8ec1e7e.pc-featured-active {
    border-color: #0071e3;
    box-shadow: 0 15px 40px rgba(0, 113, 227, 0.15);
}

/* Ribbon badge on Card */
.pc-badge-b8ec1e7e {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #0071e3;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 99px;
    letter-spacing: 0.5px;
}

/* Card Header */
.pc-card-header-b8ec1e7e {
    margin-bottom: 25px;
}

.pc-icon-box-b8ec1e7e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #f5f5f7;
    margin-bottom: 20px;
}

.pc-icon-b8ec1e7e {
    font-size: 20px;
    color: #0071e3;
}

.pc-icon-b8ec1e7e svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.pc-plan-name-b8ec1e7e {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #1d1d1f;
}

.pc-plan-subtitle-b8ec1e7e {
    font-size: 14px;
    color: #86868b;
    margin: 0;
}

/* Price Wrap */
.pc-price-wrap-b8ec1e7e {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}

.pc-curr-b8ec1e7e {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1f;
    margin-right: 4px;
    align-self: flex-start;
}

.pc-val-b8ec1e7e {
    font-size: 56px;
    font-weight: 800;
    color: #1d1d1f;
    line-height: 1;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.pc-animating-price {
    opacity: 0.3;
    transform: scale(0.9);
}

.pc-period-b8ec1e7e {
    font-size: 15px;
    font-weight: 500;
    color: #86868b;
    margin-left: 6px;
}

.pc-description-b8ec1e7e {
    font-size: 14px;
    color: #515154;
    line-height: 1.5;
    margin: 0 0 30px 0;
}

/* Card Button */
.pc-btn-wrap-b8ec1e7e {
    margin-bottom: 30px;
}

.pc-btn-b8ec1e7e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    background-color: #0071e3;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
    box-sizing: border-box;
}

.pc-btn-b8ec1e7e:hover {
    background-color: #0077ed;
    box-shadow: 0 5px 15px rgba(0, 113, 227, 0.3);
}

.pc-card-b8ec1e7e.pc-featured-active .pc-btn-b8ec1e7e {
    background-color: #1d1d1f;
}

.pc-card-b8ec1e7e.pc-featured-active .pc-btn-b8ec1e7e:hover {
    background-color: #000000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}

/* Feature List Inside Card */
.pc-features-list-b8ec1e7e {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f5f5f7;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.pc-features-list-b8ec1e7e li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #515154;
}

.pc-feat-icon-b8ec1e7e {
    width: 18px;
    height: 18px;
    color: #34c759;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pc-feat-icon-b8ec1e7e svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.pc-feat-text-b8ec1e7e {
    line-height: 1.4;
}

/* --- Table Comparison Layout Styling --- */
.pc-table-scroll-container-b8ec1e7e {
    width: 100%;
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid #e8e8ed;
    box-shadow: 0 10px 40px rgba(0,0,0,0.02);
}

.pc-table-b8ec1e7e {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    min-width: 750px;
}

.pc-table-b8ec1e7e th, .pc-table-b8ec1e7e td {
    padding: 24px;
    text-align: center;
    border-bottom: 1px solid #f5f5f7;
}

.pc-table-b8ec1e7e th:first-child, .pc-table-b8ec1e7e td:first-child {
    text-align: left;
}

/* Sticky behaviors */
.pc-table-b8ec1e7e.pc-sticky-header thead th {
    position: sticky;
    top: 0;
    z-index: 5;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.pc-table-b8ec1e7e.pc-sticky-column td:first-child,
.pc-table-b8ec1e7e.pc-sticky-column th:first-child {
    position: sticky;
    left: 0;
    background-color: #ffffff;
    z-index: 4;
}

.pc-table-b8ec1e7e.pc-sticky-column tbody tr:nth-child(even) td:first-child {
    background-color: #fafafc;
}

/* Column Header Styles inside Table */
.pc-th-wrap-b8ec1e7e {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.pc-th-wrap-b8ec1e7e .pc-plan-name-b8ec1e7e {
    font-size: 18px;
    margin: 0;
}

.pc-th-wrap-b8ec1e7e .pc-price-wrap-b8ec1e7e {
    margin: 0;
}

.pc-th-wrap-b8ec1e7e .pc-val-b8ec1e7e {
    font-size: 28px;
}

.pc-th-wrap-b8ec1e7e .pc-btn-b8ec1e7e {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 8px;
}

/* Feature Name Row label cell */
.pc-feat-label-col-b8ec1e7e {
    font-weight: 600;
    color: #1d1d1f;
}

.pc-feat-name-b8ec1e7e {
    font-size: 15px;
}

/* Table Indicator Values */
.pc-indicator-b8ec1e7e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pc-indicator-b8ec1e7e.pc-yes {
    color: #34c759;
    width: 24px;
    height: 24px;
}

.pc-indicator-b8ec1e7e.pc-yes svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.pc-indicator-b8ec1e7e.pc-no {
    color: #ff3b30;
    width: 20px;
    height: 20px;
}

.pc-indicator-b8ec1e7e.pc-no svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.pc-indicator-b8ec1e7e.pc-limited {
    color: #ff9500;
    font-size: 13px;
    font-weight: 700;
    background-color: #fff9e6;
    padding: 3px 10px;
    border-radius: 6px;
    text-transform: uppercase;
}

.pc-indicator-b8ec1e7e.pc-unlimited {
    color: #0071e3;
    font-size: 13px;
    font-weight: 700;
    background-color: #e6f1fe;
    padding: 3px 10px;
    border-radius: 6px;
    text-transform: uppercase;
}

.pc-indicator-custom-b8ec1e7e {
    font-size: 14px;
    color: #1d1d1f;
    font-weight: 500;
}

/* Responsive Table & Grids */
@media (max-width: 991px) {
    .pc-grid-b8ec1e7e {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .pc-grid-b8ec1e7e {
        grid-template-columns: 1fr;
    }
}
