.service-details__page-links-list li a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* Minimal Elegant Sidebar CTA */
.service-sidebar-cta {
    position: relative;
    overflow: hidden;
    padding: 34px 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(20, 20, 20, 0.08);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    isolation: isolate;
}

.service-sidebar-cta__glow {
    position: absolute;
    top: -80px;
    right: -80px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217, 154, 43, 0.24), rgba(217, 154, 43, 0));
    z-index: -1;
}

.service-sidebar-cta__icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #111111;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 22px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.service-sidebar-cta__tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(217, 154, 43, 0.12);
    color: #9a6818;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.service-sidebar-cta h3 {
    margin: 0 0 14px;
    color: #111111;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.service-sidebar-cta p {
    margin: 0 0 22px;
    color: #666666;
    font-size: 15px;
    line-height: 1.72;
}

.service-sidebar-cta p strong {
    color: #111111;
    font-weight: 800;
}

.service-sidebar-cta__list {
    display: grid;
    gap: 11px;
    margin: 0 0 24px;
    padding: 0;
}

.service-sidebar-cta__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.service-sidebar-cta__list li span {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(217, 154, 43, 0.14);
    color: #d99a2b;
    font-size: 11px;
}

.service-sidebar-cta__phone {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
    border-radius: 16px;
    background: #f7f7f7;
    color: #111111;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
}

.service-sidebar-cta__phone:hover {
    background: #111111;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.service-sidebar-cta__btn {
    width: 100%;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 16px;
    background: #d99a2b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.01em;
    border: none;
    box-shadow: 0 14px 28px rgba(217, 154, 43, 0.28);
    transition: all 0.25s ease;
}

.service-sidebar-cta__btn:hover {
    background: #111111;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.service-sidebar-cta__btn span,
.service-sidebar-cta__phone span {
    transition: transform 0.25s ease;
}

.service-sidebar-cta__btn:hover span {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .service-sidebar-cta {
        padding: 30px 24px;
    }

    .service-sidebar-cta h3 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .service-sidebar-cta {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .service-sidebar-cta__icon {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 20px;
    }

    .service-sidebar-cta h3 {
        font-size: 22px;
    }

    .service-sidebar-cta p {
        font-size: 14px;
    }
}

/* Services Page Bottom - Minimal Elegant Value Section */
.services-page__bottom {
    position: relative;
    overflow: hidden;
    margin-top: 65px;
    padding: 48px 46px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.07);
    isolation: isolate;
}

.services-page__bottom::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -110px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217, 154, 43, 0.22), rgba(217, 154, 43, 0));
    z-index: -1;
}

.services-page__bottom::after {
    content: "";
    position: absolute;
    left: -140px;
    bottom: -160px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 17, 17, 0.06), rgba(17, 17, 17, 0));
    z-index: -1;
}

.services-page__bottom-tagline {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(217, 154, 43, 0.12);
    color: #9a6818;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.services-page__bottom-title {
    max-width: 900px;
    margin: 0 0 18px;
    color: #111111;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.services-page__bottom-text-1,
.services-page__bottom-text-2 {
    max-width: 980px;
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}

.services-page__bottom-text-1 {
    margin-bottom: 28px;
}

.services-page__bottom-text-2 {
    margin: 30px 0 0;
}

.services-page__bottom strong {
    color: #111111;
    font-weight: 800;
}

/* Value Stats */
.services-page__bottom-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 34px 0 0;
}

.services-page__bottom-stat {
    padding: 24px 22px;
    border-radius: 22px;
    background: #fafafa;
    border: 1px solid rgba(17, 17, 17, 0.07);
    transition: all 0.25s ease;
}

.services-page__bottom-stat:hover {
    transform: translateY(-3px);
    background: #ffffff;
    border-color: rgba(217, 154, 43, 0.35);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07);
}

.services-page__bottom-stat strong {
    display: block;
    margin-bottom: 10px;
    color: #d99a2b;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.services-page__bottom-stat span {
    display: block;
    color: #555555;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}

/* Benefits */
.services-page__bottom-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
}

.services-page__bottom-benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 24px 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);
    transition: all 0.25s ease;
}

.services-page__bottom-benefit:hover {
    transform: translateY(-3px);
    border-color: rgba(217, 154, 43, 0.35);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.075);
}

.services-page__bottom-benefit > span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(217, 154, 43, 0.14);
    color: #d99a2b;
    font-size: 14px;
}

.services-page__bottom-benefit h4 {
    margin: 0 0 8px;
    color: #111111;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.services-page__bottom-benefit p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

/* CTA */
.services-page__bottom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 38px;
    padding: 30px 32px;
    border-radius: 24px;
    background: #111111;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.services-page__bottom-cta h4 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.services-page__bottom-cta p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.75;
}

.services-page__bottom-cta strong {
    color: #ffffff;
}

.services-page__bottom-btn {
    flex: 0 0 auto;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 16px;
    background: #d99a2b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 14px 28px rgba(217, 154, 43, 0.26);
    transition: all 0.25s ease;
}

.services-page__bottom-btn:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-2px);
}

.services-page__bottom-btn span {
    transition: transform 0.25s ease;
}

.services-page__bottom-btn:hover span {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 991px) {
    .services-page__bottom {
        margin-top: 50px;
        padding: 40px 32px;
    }

    .services-page__bottom-title {
        font-size: 30px;
    }

    .services-page__bottom-stats,
    .services-page__bottom-benefits {
        grid-template-columns: 1fr;
    }

    .services-page__bottom-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .services-page__bottom {
        padding: 32px 24px;
        border-radius: 22px;
    }

    .services-page__bottom-title {
        font-size: 25px;
    }

    .services-page__bottom-text-1,
    .services-page__bottom-text-2 {
        font-size: 15px;
    }

    .services-page__bottom-stat strong {
        font-size: 32px;
    }

    .services-page__bottom-benefit {
        flex-direction: column;
    }

    .services-page__bottom-cta {
        padding: 26px 22px;
        border-radius: 20px;
    }

    .services-page__bottom-cta h4 {
        font-size: 21px;
    }

    .services-page__bottom-btn {
        width: 100%;
    }
}