.page-managed .hero {
    min-height: 70vh;
}

.service-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.8;
}

.service-content p {
    margin-bottom: 2rem;
}

.service-content ul {
    padding-left: 2rem;
    margin: 2rem 0;
}

.service-content li {
    margin-bottom: 1rem;
}

.service-content strong {
    color: var(--primary);
}

.service-content a {
    color: var(--primary);
    text-decoration: underline;
}

.service-content a:hover {
    opacity: 0.8;
}
