.pricing-area {
    background: #f8f8f8;
}

.pricing-card {
    height: 100%;
    padding: 28px 24px;
    background: #fff;
    border-top: 3px solid #f9d700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.pricing-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.pricing-card__value {
    margin-bottom: 12px;
    color: #222;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.pricing-note {
    max-width: 920px;
    margin: 34px auto 0;
    color: #555;
    text-align: center;
}

.pricing-table-wrap {
    overflow-x: auto;
    margin-top: 34px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.pricing-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
    padding: 17px 18px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    vertical-align: top;
}

.pricing-table th {
    background: #202020;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.pricing-table td:not(:first-child) {
    color: #222;
    font-weight: 600;
    white-space: nowrap;
}

.pricing-table tr:hover td {
    background: #fffdf1;
}
