/* /Components/Landing/CompetitorPricingSection.razor.rz.scp.css */
.cps-section[b-ilwcsgkh48] {
    --cps-accent:       #e8b84b;
    --cps-accent-light: #fdf3d7;
    --cps-our-bg:       #f0faf0;
    --cps-our-border:   #2ecc71;
    --cps-our-text:     #1a7a40;
    --cps-cost-color:   #c0392b;
    --cps-zero-color:   #1a7a40;
    --cps-surface:      #ffffff;
    --cps-border:       #e5e7eb;
    --cps-text:         #1f2937;
    --cps-muted:        #6b7280;
    --cps-radius:       12px;

    max-width: 860px;
    margin: 4rem auto;
    padding: 0 1.25rem;
    font-family: inherit;
    color: var(--cps-text);
}

.cps-header[b-ilwcsgkh48] {
    text-align: center;
    margin-bottom: 2rem;
}

.cps-headline[b-ilwcsgkh48] {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.5rem;
}

.cps-subhead[b-ilwcsgkh48] {
    font-size: 1.05rem;
    color: var(--cps-muted);
    margin: 0;
}

.cps-calculator[b-ilwcsgkh48] {
    background: var(--cps-accent-light);
    border: 1px solid var(--cps-accent);
    border-radius: var(--cps-radius);
    padding: 1.5rem 2rem;
    margin-bottom: 1.75rem;
    text-align: center;
}

.cps-calc-label[b-ilwcsgkh48] {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.cps-calc-volume[b-ilwcsgkh48] {
    font-size: 1.5rem;
    color: var(--cps-text);
    margin-left: 0.4rem;
}

.cps-slider[b-ilwcsgkh48] {
    width: 100%;
    max-width: 520px;
    accent-color: var(--cps-accent);
    cursor: pointer;
    margin-bottom: 0.4rem;
}

.cps-slider-ticks[b-ilwcsgkh48] {
    display: flex;
    justify-content: space-between;
    max-width: 520px;
    margin: 0 auto;
    font-size: 0.75rem;
    color: var(--cps-muted);
}

.cps-table-wrap[b-ilwcsgkh48] {
    overflow-x: auto;
    border-radius: var(--cps-radius);
    border: 1px solid var(--cps-border);
    margin-bottom: 0.75rem;
}

.cps-table[b-ilwcsgkh48] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background: var(--cps-surface);
}

.cps-table thead tr[b-ilwcsgkh48] {
    background: var(--cps-text);
    color: #fff;
}

.cps-table thead th[b-ilwcsgkh48] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.cps-table thead th small[b-ilwcsgkh48] {
    display: block;
    font-weight: 400;
    opacity: 0.75;
    font-size: 0.75rem;
    margin-top: 0.15rem;
}

.cps-table tbody tr[b-ilwcsgkh48] {
    border-bottom: 1px solid var(--cps-border);
    transition: background 0.15s;
}

.cps-table tbody tr:last-child[b-ilwcsgkh48] {
    border-bottom: none;
}

.cps-table tbody tr:hover:not(.cps-our-row)[b-ilwcsgkh48] {
    background: #f9fafb;
}

.cps-table td[b-ilwcsgkh48] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}

.cps-our-row[b-ilwcsgkh48] {
    background: var(--cps-our-bg) !important;
    border-left: 3px solid var(--cps-our-border);
}

.cps-our-row .cps-name[b-ilwcsgkh48] {
    font-weight: 800;
    color: var(--cps-our-text);
}

.cps-cost[b-ilwcsgkh48] {
    color: var(--cps-cost-color);
    font-weight: 700;
}

.cps-zero[b-ilwcsgkh48] {
    color: var(--cps-zero-color);
    font-weight: 800;
    font-size: 1.05rem;
}

.cps-note[b-ilwcsgkh48] {
    color: var(--cps-muted);
    font-size: 0.75rem;
    margin-left: 2px;
    vertical-align: super;
}

.cps-footnotes[b-ilwcsgkh48] {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 1.5rem;
    font-size: 0.8rem;
    color: var(--cps-muted);
}

.cps-footnotes li[b-ilwcsgkh48] {
    margin-bottom: 0.25rem;
}

.cps-savings-callout[b-ilwcsgkh48] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.4rem;
    justify-content: center;
    background: var(--cps-our-bg);
    border: 1px solid var(--cps-our-border);
    border-radius: var(--cps-radius);
    padding: 1.1rem 1.5rem;
    margin: 1.5rem 0;
    text-align: center;
}

.cps-savings-label[b-ilwcsgkh48] {
    font-size: 1rem;
    color: var(--cps-text);
}

.cps-savings-amount[b-ilwcsgkh48] {
    font-size: 2rem;
    font-weight: 900;
    color: var(--cps-our-text);
    line-height: 1;
}

.cps-cta[b-ilwcsgkh48] {
    text-align: center;
    margin-top: 2rem;
}

.cps-cta-text[b-ilwcsgkh48] {
    font-size: 1rem;
    color: var(--cps-muted);
    margin-bottom: 1rem;
}

.cps-cta-btn[b-ilwcsgkh48] {
    display: inline-block;
    background: var(--cps-accent);
    color: var(--cps-text);
    font-weight: 800;
    font-size: 1rem;
    padding: 0.85rem 2.25rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: opacity 0.15s, transform 0.15s;
    letter-spacing: 0.01em;
}

.cps-cta-btn:hover[b-ilwcsgkh48] {
    opacity: 0.88;
    transform: translateY(-1px);
}

@media (max-width: 600px) {
    .cps-table thead th[b-ilwcsgkh48],
    .cps-table td[b-ilwcsgkh48] {
        padding: 0.6rem 0.65rem;
        font-size: 0.85rem;
    }

    .cps-savings-amount[b-ilwcsgkh48] {
        font-size: 1.5rem;
    }

    .cps-calculator[b-ilwcsgkh48] {
        padding: 1rem;
    }
}
