.service-main {
    padding-top: calc(140px + var(--site-banner-height));
}

.service-hero {
    position: relative;
    padding: var(--space-3xl) 0;
    background: linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);
}

.service-hero.has-photo {
    background-image: linear-gradient(135deg, rgba(13, 61, 46, 0.88) 0%, rgba(26, 31, 28, 0.85) 100%), var(--service-hero-bg);
    background-size: cover;
    background-position: center;
}

.service-hero .container {
    position: relative;
    z-index: 1;
}

.service-hero h1 {
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--color-white);
    margin-bottom: var(--space-md);
}

.service-hero p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
}

.service-content {
    padding: var(--space-4xl) 0;
}

.service-section {
    margin-bottom: var(--space-3xl);
}

.service-section h2 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--color-primary);
    margin-bottom: var(--space-md);
}

.service-section p {
    color: var(--color-text);
    line-height: 1.7;
}

.service-section-img {
    margin-bottom: var(--space-lg);
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

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