.call-rates {
    box-sizing: border-box;
    width: 100%;
    padding: 80px 20px;
    background: #fff;
    color: #172033;
    font-family: "Manrope", arial, sans-serif;
}

.call-rates *,
.call-rates *::before,
.call-rates *::after {
    box-sizing: inherit;
}

.call-rates__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.call-rates__title {
    margin-bottom: 28px;
    color: #111827;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
}

.call-rates__table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 14px;
    box-shadow: 0 14px 24px rgba(17, 24, 39, 0.14);
    scrollbar-width: thin;
}

.call-rates__table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
}

.call-rates__table th,
.call-rates__table td {
    padding: 17px 24px;
    border-right: 1px solid #e6ebf2;
    border-bottom: 1px solid #e6ebf2;
    font-size: 16px;
    line-height: 1.35;
    vertical-align: middle;
}

.call-rates__table th {
    background: #ef3b56;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.call-rates__table thead tr:first-child th {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
}

.call-rates__table thead tr:nth-child(2) th {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
    font-weight: 500;
}

.call-rates__table th:first-child,
.call-rates__table td:first-child {
    text-align: left;
}

.call-rates__table td {
    color: #314158;
    font-weight: 400;
    text-align: center;
}

.call-rates__table td:first-child {
    color: #111827;
}

.call-rates__table tr:last-child td {
    border-bottom: 0;
}

.call-rates__table th:last-child,
.call-rates__table td:last-child {
    border-right: 0;
}

.call-rates__table thead tr:first-child th:first-child {
    border-top-left-radius: 14px;
}

.call-rates__table thead tr:first-child th:last-child {
    border-top-right-radius: 14px;
}

.call-rates__table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

.call-rates__table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 14px;
}

.call-rates__cta {
    margin-top: 32px;
    padding: 34px 24px 31px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f43f5e 0%, #d92f49 100%);
    box-shadow: 0 14px 24px rgba(17, 24, 39, 0.16);
    color: #fff;
    text-align: center;
}

.call-rates__cta-title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
}

.call-rates__cta-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.call-rates__button {
    display: inline-flex;
    min-width: 194px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding: 12px 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 14px rgba(17, 24, 39, 0.18);
    color: #ef3b56;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.call-rates__button:hover {
    box-shadow: 0 10px 18px rgba(17, 24, 39, 0.22);
    transform: translateY(-1px);
}

.call-rates__note {
    margin-top: 5px;
    color: #536276;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .call-rates {
        padding: 68px 16px;
    }

    .call-rates__title {
        margin-bottom: 22px;
        font-size: 30px;
    }

    .call-rates__table-wrap {
        margin-right: -16px;
        border-radius: 12px 0 0 12px;
    }

    .call-rates__table {
        min-width: 900px;
    }

    .call-rates__table th,
    .call-rates__table td {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 767px) {
    .call-rates__title {
        font-size: 24px;
    }

    .call-rates__table {
        min-width: 820px;
    }

    .call-rates__table th,
    .call-rates__table td {
        padding: 14px 14px;
        font-size: 14px;
    }

    .call-rates__table thead tr:first-child th {
        font-size: 14px;
    }

    .call-rates__table thead tr:nth-child(2) th {
        font-size: 13px;
    }

    .call-rates__cta {
        margin-top: 24px;
        padding: 28px 18px;
    }

    .call-rates__cta-title {
        font-size: 22px;
    }

    .call-rates__cta-text,
    .call-rates__note {
        font-size: 14px;
    }

    .call-rates__button {
        width: 100%;
        max-width: 280px;
        min-width: 0;
        font-size: 15px;
    }
}
.call-rates__table th,
.call-rates__table td {
    border-color: #F0F3F7;
}

.call-rates__table thead th {
    border-top: 0;
    border-bottom: 0;
    border-color: #ED5368;
}

.call-rates__table thead tr:first-child th:first-child {
    position: relative;
    border-right: 0;
    background: #F04259;
}

.call-rates__table thead tr:first-child th:first-child::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 50%;
    background: #ED5368;
    content: "";
}

.call-rates__table thead tr:first-child th:nth-child(2) {
    border-right: 1px solid #ED5368;
    border-left: 1px solid #ED5368;
    background: linear-gradient(90deg, #ED4158 0%, #E13C53 100%);
}

.call-rates__table thead tr:first-child th:nth-child(3) {
    border-right: 0;
    background: linear-gradient(90deg, #E13C53 0%, #D63850 100%);
}

.call-rates__table thead tr:nth-child(2) th {
    border-right: 1px solid #ED5368;
    border-bottom: 0;
    background: #F04259;
    text-align: center;
}



.call-rates__table thead tr:nth-child(2) th:last-child {
    border-right: 0;
}

.call-rates__table tbody td:nth-child(2),
.call-rates__table tbody td:nth-child(3),
.call-rates__table tbody td:nth-child(4) {
    background: #F8FAFC;
}
.call-rates__table td {
    color: #314158;
}

.call-rates__table td:first-child {
    color: #0F172B;
    font-weight: 500;
}

.call-rates__note {
    margin-top: 10px;
    color: #45556C;
}