﻿.pricing-page {
    background: #f8fafc;
    color: #111827;
}

.pricing-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.pricing-kicker {
    color: #0d6efd;
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pricing-lead {
    max-width: 760px;
    color: #64748b;
    line-height: 1.9;
}

.pricing-card {
    border: 0;
    border-radius: 1.5rem;
    box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .08);
    height: 100%;
}

.pricing-card-featured {
    border: 2px solid rgba(13, 110, 253, .28);
}

.pricing-price {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -.04em;
}

.pricing-unit {
    color: #64748b;
    font-size: .9rem;
    font-weight: 700;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

    .pricing-list li {
        color: #64748b;
        margin-bottom: .65rem;
        line-height: 1.7;
    }

        .pricing-list li::before {
            content: "✓";
            color: #0d6efd;
            font-weight: 800;
            margin-right: .5rem;
        }

.pricing-table-card {
    border: 0;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .08);
}

.pricing-table {
    margin-bottom: 0;
}

    .pricing-table th {
        background: #f1f5f9;
        color: #475569;
        font-size: .86rem;
        white-space: nowrap;
    }

    .pricing-table td {
        padding: 1rem;
        vertical-align: middle;
    }

.pricing-table-price {
    font-weight: 800;
    white-space: nowrap;
}

.pricing-note {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 1.5rem;
}

.pricing-flow-no {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #dbeafe;
    color: #0d6efd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .pricing-table thead {
        display: none;
    }

    .pricing-table,
    .pricing-table tbody,
    .pricing-table tr,
    .pricing-table td {
        display: block;
        width: 100%;
    }

        .pricing-table tr {
            padding: 1rem;
            border-bottom: 1px solid rgba(15, 23, 42, .08);
        }

            .pricing-table tr:last-child {
                border-bottom: 0;
            }

        .pricing-table td {
            border: 0;
            padding: .35rem 0;
        }

            .pricing-table td::before {
                content: attr(data-label);
                display: block;
                color: #64748b;
                font-size: .78rem;
                font-weight: 800;
                margin-bottom: .1rem;
            }

    .pricing-price {
        font-size: 2rem;
    }
}
