.service-page-section {
    padding: 128px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.service-page-section.section-muted {
    background: rgba(255, 255, 255, 0.035);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.service-page-section.section-dark {
    background: transparent;
}

.service-page-alt {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.02),
        rgba(255, 255, 255, 0.01)
    );
}

.service-page-hero {
    display: flex;
    align-items: center;
    min-height: 92vh;
    padding-top: 144px;
    padding-bottom: 112px;
}

.hero_heading {
    margin-top: 0;
}

.hero_heading h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.08;
    font-weight: 800;
}

.service-page-hero .hero_heading h5 {
    max-width: 680px;
    margin-top: 32px;
    line-height: 1.7;
    opacity: 0.82;
}

.service-page-hero .hero_ctas {
    margin-top: 40px !important;
}

.service-page-hero .section_intro,
.service-page-section .section_intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
}

.service-page-section .section_title,
.service-page-hero .section_title {
    position: relative;
    margin-bottom: 0;
    line-height: 1.12;
    font-weight: 300;
}

.service-page-section .section_title::after,
.service-page-hero .section_title::after {
    position: static;
    display: block;
    margin: 24px auto 0;
    width: 14px;
    height: 50px;
    background:
        linear-gradient(180deg, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 0.05644255993412994) 100%) left top / 2px 50px no-repeat,
        linear-gradient(180deg, rgba(0, 123, 255, 1) 0%, rgba(0, 123, 255, 0.05644255993412994) 100%) right top / 2px 35px no-repeat;
    top: auto;
    bottom: auto;
    transform: none;
}

.service-page-section .section_title::before,
.service-page-hero .section_title::before {
    display: none;
}

.service-page-section .section_title + .section_intro,
.service-page-hero .section_title + .section_intro {
    margin-top: 40px;
}

.section_intro {
    margin-bottom: 32px;
    opacity: 0.75;
}

.about_desc {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
}

.about_desc.section_intro {
    opacity: 0.75;
}

.hero_logo_row {
    margin-bottom: 40px;
}

.hero_logo_container .col-lg-3 {
    max-width: none;
}

.service-page-grid {
    max-width: 1100px;
}

.service-page-card {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    padding: 32px;
    height: 100%;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-page-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
}

.service-page-card h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
}

.service-page-card p,
.service-page-card li {
    color: #ccc;
}

.service-page-list {
    max-width: 860px;
    margin: 0 auto;
}

.service-page-list li {
    margin-bottom: 14px;
}

.service-page-cta {
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.01)
    );
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 136px 0;
}

.service-page-cta .section_title {
    margin-bottom: 0;
}

.button.secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.button.secondary:hover {
    background: rgba(255, 255, 255, 0.05);
}

.button {
    transition: transform 0.2s ease, background 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.hero_ctas a {
    margin: 0 8px;
}

.menu_items {
    padding-top: 16px;
    padding-bottom: 16px;
}

.service-page-faq details {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    padding: 0;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.service-page-faq details[open] {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
}

.service-page-faq summary {
    cursor: pointer;
    padding: 16px 20px;
}

.service-page-faq details p {
    padding: 0 20px 18px;
}

.process .service-page-card {
    padding: 28px 20px;
}

.process h5,
.process h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

.process p {
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .service-page-section {
        padding: 88px 0;
    }

    .service-page-hero {
        min-height: auto;
        padding-top: 112px;
        padding-bottom: 88px;
    }

    .hero_logo_row {
        margin-bottom: 32px;
    }

    .hero_heading h1 {
        max-width: 100%;
        line-height: 1.08;
    }

    .service-page-hero .hero_heading h5 {
        margin-top: 24px;
        line-height: 1.6;
    }

    .service-page-section .section_title,
    .service-page-hero .section_title {
        font-size: clamp(2rem, 9vw, 3rem);
        line-height: 1.12;
        margin-bottom: 0;
    }

    .service-page-section .section_title::after,
    .service-page-hero .section_title::after {
        margin-top: 18px;
        bottom: -30px;
    }

    .service-page-section .section_title + .section_intro,
    .service-page-hero .section_title + .section_intro {
        margin-top: 32px;
    }

    .hero_ctas {
        margin-top: 32px !important;
    }

    .hero_ctas .button {
        display: block;
        width: fit-content;
        margin: 12px auto;
    }
}
