.service-landing.svelte-fkrqw8 {
    max-width: 896px;
    margin: 0 auto 1.5rem;
    padding: 0 16px;
}

.service-landing-content.svelte-fkrqw8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 0 0.5rem;
    border-bottom: 1px solid #e3e8ef;
}

.service-landing-title.svelte-fkrqw8 {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0c326f;
}

.service-landing-tag.svelte-fkrqw8 {
    margin: 0.35rem 0 0;
    color: #9aa0a6;
    font-size: 1rem;
}

.service-landing-start.svelte-fkrqw8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    border-radius: 999px;
    background: #e8eaed;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.service-landing-start.svelte-fkrqw8 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 8.5rem;
    min-height: 2.75rem;
    padding: 0 1.75rem;
    border-radius: 999px;
    background: #2d8f4f;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

.cta-btn-start.svelte-fkrqw8 {
    background: #2d8f4f;
}

.cta-btn-start.svelte-fkrqw8:hover {
    background: #247640;
}

@media (max-width: 720px) {
    .service-landing-content.svelte-fkrqw8 {
        flex-direction: column;
        align-items: flex-start;
    }
}

.article-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0c326f;
    margin: 2rem 0 1rem;
}

.article-content p,
.article-content li {
    font-size: 1rem;
    line-height: 1.75;
    color: #333;
}

.article-content ul,
.article-content ol {
    padding-left: 1.25rem;
    margin: 0 0 1.25rem;
}

.article-content li + li {
    margin-top: 0.5rem;
}

.cta-btn.svelte-fkrqw8 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.news-index.svelte-fkrqw8 {
    max-width: 896px;
    margin: 0 auto 3rem;
    padding: 0 16px 24px;
}

.news-index.svelte-fkrqw8 h2 {
    font-size: 1.35rem;
    color: #0c326f;
    margin-bottom: 1rem;
}

.news-list.svelte-fkrqw8 {
    display: grid;
    gap: 1rem;
}

.news-item.svelte-fkrqw8 {
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    background: #fff;
}

.news-item.svelte-fkrqw8 a {
    color: #1351b4;
    font-weight: 700;
    text-decoration: none;
}

.news-item.svelte-fkrqw8 p {
    margin: 0.5rem 0 0;
    color: #555;
}

.news-item.svelte-fkrqw8 .meta {
    font-size: 0.875rem;
    color: #6b7280;
}
