.service-page-area {
    padding: 72px 0 96px;
    background: #f5f7fa;
}

.service-article {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 64px);
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 6px;
    box-shadow: 0 18px 50px rgba(0, 33, 71, 0.08);
}

.service-article__media {
    width: 100%;
    height: clamp(220px, 34vw, 380px);
    margin: 0 0 clamp(32px, 5vw, 52px);
    overflow: hidden;
    background: #e9eef4;
    border-radius: 4px;
}

.service-article__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-rich-content {
    width: 100%;
    color: #344054;
    font-size: 17px;
    line-height: 1.85;
    text-align: left;
    overflow-wrap: anywhere;
}

.service-rich-content > :first-child {
    margin-top: 0;
}

.service-rich-content > :last-child {
    margin-bottom: 0;
}

.service-rich-content p,
.service-rich-content ul,
.service-rich-content ol,
.service-rich-content blockquote,
.service-rich-content table {
    margin-bottom: 1em;
}

.service-rich-content ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 2em;
}

.service-rich-content ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 2em;
}

.service-rich-content li {
    display: list-item;
    margin-bottom: 0.4em;
    padding-left: 0.25em;
}

.service-rich-content ul ul {
    list-style-type: circle;
}

.service-rich-content ol ol {
    list-style-type: lower-alpha;
}

.service-rich-content h1,
.service-rich-content h2,
.service-rich-content h3,
.service-rich-content h4,
.service-rich-content h5,
.service-rich-content h6 {
    clear: both;
    color: #002147;
    line-height: 1.3;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
}

.service-rich-content h2 {
    font-size: clamp(26px, 3vw, 34px);
}

.service-rich-content h3 {
    font-size: clamp(22px, 2.5vw, 28px);
}

.service-rich-content a {
    color: #0b65c2;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.service-rich-content blockquote {
    padding: 18px 24px;
    color: #344054;
    background: #f3f7fb;
    border-left: 4px solid #0b65c2;
}

.service-rich-content img {
    max-width: 100%;
    height: auto;
}

.service-rich-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.service-rich-content th,
.service-rich-content td {
    padding: 0.5em;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .service-page-area {
        padding: 44px 0 60px;
    }

    .service-article {
        padding: 24px 20px 32px;
        border-radius: 0;
    }

    .service-article__media {
        height: 220px;
        margin-bottom: 30px;
    }

    .service-rich-content {
        font-size: 16px;
        line-height: 1.75;
    }
}
