.service-costs-header.header::after {
    background: linear-gradient(
        90deg,
        rgba(6, 38, 62, 0.28) 0%,
        rgba(8, 72, 110, 0.62) 48%,
        rgba(5, 42, 72, 0.82) 100%
    );
}

.service-costs-header h1 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.service-costs-header .breadcrumb,
.service-costs-header .breadcrumb a,
.service-costs-header .breadcrumb-item {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.service-costs-page {
    --rt-brand-blue: #0095DA;
    --rt-heading-h2: #005F8C;
}

.service-costs-list {
    --rt-brand-blue: #0095DA;
    --rt-heading-h2: #005F8C;
    --rt-border: #E5E7EB;
    --rt-bg-blue-soft: #EAF7FD;
    --rt-heading-h1: #102A43;
}

.service-costs-cols {
    display: grid;
    grid-template-columns: 32% 22% 46%;
    margin: 16px 0 8px;
    background: var(--rt-bg-blue-soft);
    border: 1px solid var(--rt-border);
    border-radius: 10px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .service-costs-cols {
        position: sticky;
        top: 0;
        z-index: 8;
        box-shadow: 0 8px 18px rgba(16, 42, 67, 0.08);
    }

    .service-costs-group-title {
        position: sticky;
        top: 56px;
        z-index: 7;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    }
}

.service-costs-cols span {
    padding: 13px 15px;
    color: var(--rt-heading-h1);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.8;
}

.service-costs-cols span + span {
    border-right: 1px solid var(--rt-border);
}

.service-costs-section {
    margin-top: 16px;
}

.service-costs-section:first-of-type {
    margin-top: 0;
}

.service-costs-group-title {
    margin: 0 0 8px;
    padding: 10px 16px;
    background: var(--rt-brand-blue);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.7;
    text-align: right;
    border-radius: 10px;
}

.service-costs-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.service-costs-list table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 15px;
    line-height: 1.8;
    color: #243447;
}

.service-costs-col-title {
    width: 32%;
}

.service-costs-col-price {
    width: 22%;
}

.service-costs-col-note {
    width: 46%;
}

.service-costs-list td {
    padding: 13px 15px;
    border: 1px solid var(--rt-border);
    vertical-align: top;
    text-align: right;
}

.service-costs-list tbody tr:nth-child(even) td {
    background: #FCFCFD;
}

.service-costs-price {
    white-space: nowrap;
    font-weight: 800;
    color: var(--rt-heading-h2);
}

.service-costs-caption {
    margin: 12px 0 0;
    color: #667085;
    font-size: 13.5px;
    line-height: 1.7;
    text-align: center;
}

.service-costs-cta {
    --cta-blue: #0095DA;
    --cta-blue-dark: #087aa2;
    --cta-orange: #f6882e;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    margin-top: 0;
    padding: 22px 28px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(115deg, #087aa2 0%, #0095DA 58%, #12b0e8 100%);
    box-shadow: 0 14px 32px rgba(8, 122, 162, 0.22);
}

.service-costs-cta::before,
.service-costs-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.service-costs-cta::before {
    width: 180px;
    height: 180px;
    left: -50px;
    top: -70px;
    background: rgba(255, 255, 255, 0.1);
}

.service-costs-cta::after {
    width: 120px;
    height: 120px;
    left: 70px;
    bottom: -60px;
    background: rgba(246, 136, 46, 0.18);
}

.service-costs-cta-support,
.service-costs-cta-actions {
    position: relative;
    z-index: 1;
}

.service-costs-cta-support {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.service-costs-cta-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: var(--cta-blue-dark);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.service-costs-cta-icon i {
    font-size: 32px;
    line-height: 1;
}

.service-costs-cta-copy strong,
.service-costs-cta-copy span {
    display: block;
    color: #fff;
}

.service-costs-cta-copy strong {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
}

.service-costs-cta-copy span {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.9;
}

.service-costs-cta-actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 10px;
}

.service-costs-cta-request,
.service-costs-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.service-costs-cta-request,
.service-costs-cta-request:hover,
.service-costs-cta-request:focus,
.service-costs-cta-request:visited {
    color: #fff !important;
    background: var(--cta-orange);
    box-shadow: 0 8px 18px rgba(246, 136, 46, 0.35);
}

.service-costs-cta-request:hover {
    background: #e57820;
    transform: translateY(-1px);
}

.service-costs-cta-phone,
.service-costs-cta-phone:hover,
.service-costs-cta-phone:focus,
.service-costs-cta-phone:visited {
    color: var(--cta-blue-dark) !important;
    background: #fff;
}

.service-costs-cta-phone:hover {
    background: #f3fbff;
    transform: translateY(-1px);
}

.service-costs-cta-request i,
.service-costs-cta-phone i {
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .service-costs-section {
        margin-top: 8px;
    }

    .service-costs-group-title {
        position: sticky;
        top: 0;
        z-index: 6;
        margin-bottom: 10px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    }

    .service-costs-table-wrap {
        overflow: visible;
    }

    .service-costs-list table,
    .service-costs-list tbody {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .service-costs-cols {
        display: none;
    }

    .service-costs-list .service-costs-row {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 12px 14px;
        background: #fff;
        border: 1px solid #E5E7EB;
        border-radius: 12px;
    }

    .service-costs-list .service-costs-row td {
        display: block;
        width: 100%;
        border: 0;
        padding: 0;
        background: transparent;
    }

    .service-costs-list .service-costs-row td:first-child {
        margin-bottom: 6px;
        color: #102A43;
        font-weight: 800;
        line-height: 1.7;
    }

    .service-costs-list .service-costs-row .service-costs-price {
        margin-bottom: 6px;
        font-size: 15px;
    }

    .service-costs-list .service-costs-row .service-costs-price::after {
        content: " تومان";
        font-size: 12px;
        font-weight: 700;
    }

    .service-costs-list .service-costs-row td:last-child {
        color: #667085;
        font-size: 12.5px;
        line-height: 1.7;
    }

    .service-costs-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        padding: 20px 16px;
    }

    .service-costs-cta-icon {
        width: 58px;
        height: 58px;
    }

    .service-costs-cta-icon i {
        font-size: 26px;
    }

    .service-costs-cta-copy strong {
        font-size: 17px;
    }

    .service-costs-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .service-costs-cta-request,
    .service-costs-cta-phone {
        width: 100%;
    }
}
