.service-page {
    background: #ffffff;
}

.service-shell {
    width: 100%;
    padding: 0 clamp(20px, 4vw, 72px) 120px;
}

.service-hero {
    padding: clamp(24px, 4vw, 56px) 0 clamp(36px, 5vw, 72px);
}

.service-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.service-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.service-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a5c3e;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-badge,
.service-section__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(26, 92, 62, 0.16);
    background: rgba(64, 185, 115, 0.08);
    color: #1a5c3e;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.service-hero h1 {
    margin: 0;
    max-width: 12ch;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(48px, 7vw, 88px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -0.08em;
    color: #10261c;
    text-wrap: balance;
}

.service-hero h1 span {
    color: #1a5c3e;
}

.service-hero__summary {
    margin: 0;
    max-width: 64ch;
    font-size: 18px;
    line-height: 1.8;
    color: #55616b;
}

.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.service-btn--solid {
    background: linear-gradient(135deg, #1a5c3e 0%, #40b973 100%);
    color: #ffffff;
    border: 1px solid transparent;
}

.service-btn--outline {
    background: transparent;
    color: #1a5c3e;
    border: 1.5px solid #1a5c3e;
}

.service-btn--light.service-btn--outline {
    border-color: rgba(255, 255, 255, 0.82);
    color: #ffffff;
}

.service-btn--light.service-btn--solid {
    background: #ffffff;
    color: #1a5c3e;
}

.service-btn:hover {
    transform: translateY(-1px);
}

.service-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 2vw, 26px);
    border-radius: 28px;
    border: 1px solid rgba(26, 92, 62, 0.12);
    background: linear-gradient(180deg, #f4faf5 0%, #eef8f0 100%);
}

.service-hero__visual img {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}

.service-stats,
.service-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.service-stat,
.service-highlight {
    padding-top: 16px;
    border-top: 1px solid rgba(18, 38, 28, 0.1);
}

.service-stat strong,
.service-highlight strong {
    display: block;
    margin-bottom: 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #10261c;
}

.service-stat span,
.service-highlight span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #55616b;
}

.service-section {
    padding: clamp(32px, 5vw, 60px) 0;
    border-top: 1px solid rgba(18, 38, 28, 0.08);
}

.service-section__heading {
    max-width: 840px;
    margin-bottom: 28px;
}

.service-section__heading h2 {
    margin: 12px 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.07em;
    color: #10261c;
    text-wrap: balance;
}

.service-section__heading p {
    margin: 0;
    max-width: 68ch;
    font-size: 17px;
    line-height: 1.8;
    color: #55616b;
}

.service-benefits-grid,
.service-steps,
.service-related {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-benefit,
.service-step,
.service-related__item {
    padding-top: 16px;
    border-top: 1px solid rgba(18, 38, 28, 0.08);
}

.service-benefit__icon {
    display: inline-flex;
    margin-bottom: 14px;
    font-size: 28px;
    color: #1a5c3e;
}

.service-benefit h3,
.service-step h3,
.service-related__item h3 {
    margin: 0 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #10261c;
}

.service-benefit p,
.service-step p,
.service-related__item p,
.service-faq__item p,
.service-cta p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #55616b;
}

.service-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a5c3e 0%, #40b973 100%);
    color: #ffffff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.service-faq {
    display: grid;
    gap: 12px;
}

.service-faq__item {
    padding: 18px 0;
    border-top: 1px solid rgba(18, 38, 28, 0.08);
}

.service-faq__item summary {
    list-style: none;
    cursor: pointer;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #10261c;
}

.service-faq__item summary::-webkit-details-marker {
    display: none;
}

.service-faq__item p {
    margin-top: 12px;
    max-width: 70ch;
}

.service-related__item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: inherit;
    text-decoration: none;
}

.service-related__item img {
    width: min(100%, 220px);
    height: auto;
    object-fit: contain;
}

.service-related__item:hover h3 {
    color: #1a5c3e;
}

.service-cta {
    margin-top: 8px;
    padding: clamp(28px, 5vw, 44px);
    border-radius: 28px;
    background: linear-gradient(135deg, #1a5c3e 0%, #2f7a4e 45%, #40b973 100%);
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.service-cta .service-section__kicker,
.service-cta .service-section__kicker:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.service-cta h2 {
    margin: 12px 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.06em;
    color: #ffffff;
    text-wrap: balance;
}

.service-cta p {
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.88);
}

.service-cta .service-actions {
    flex-shrink: 0;
}

.service-index-list {
    display: grid;
    gap: 18px;
}

.service-index-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 22px 0;
    border-top: 1px solid rgba(18, 38, 28, 0.08);
    color: inherit;
    text-decoration: none;
}

.service-index-item__visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-index-item__visual img {
    width: 100%;
    max-width: 160px;
    height: auto;
    object-fit: contain;
}

.service-index-item__badge {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(64, 185, 115, 0.08);
    border: 1px solid rgba(26, 92, 62, 0.16);
    color: #1a5c3e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-index-item__content h3 {
    margin: 0 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 2.2vw, 40px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.07em;
    color: #10261c;
}

.service-index-item__content p {
    margin: 0;
    max-width: 60ch;
    font-size: 15px;
    line-height: 1.75;
    color: #55616b;
}

.service-index-item__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 11px 16px;
    border-radius: 999px;
    border: 1.5px solid #1a5c3e;
    color: #1a5c3e;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: gap 0.25s ease, color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.service-index-item:hover .service-index-item__link {
    gap: 10px;
    color: #40b973;
    border-color: #40b973;
    background: rgba(64, 185, 115, 0.08);
}

.service-index-item:hover .service-index-item__content h3,
.service-index-item:hover .service-index-item__content h3 {
    color: #1a5c3e;
}

@media (max-width: 1100px) {
    .service-hero__layout,
    .service-index-item {
        grid-template-columns: 1fr;
    }

    .service-hero__visual {
        order: -1;
    }

    .service-index-item__visual {
        justify-content: flex-start;
    }

    .service-index-item__link {
        justify-self: flex-start;
    }
}

@media (max-width: 900px) {
    .service-stats,
    .service-highlights,
    .service-benefits-grid,
    .service-steps,
    .service-related {
        grid-template-columns: 1fr;
    }

    .service-cta {
        align-items: flex-start;
    }
}

@media (max-width: 639px) {
    .service-shell {
        padding-inline: 20px;
        padding-bottom: 92px;
    }

    .service-hero h1 {
        max-width: 100%;
        font-size: clamp(38px, 13vw, 52px);
    }

    .service-hero__summary,
    .service-section__heading p {
        font-size: 15px;
    }

    .service-index-item {
        padding: 20px 0;
    }

    .service-index-item__content h3 {
        font-size: 24px;
    }

    .service-index-item__link {
        font-size: 11px;
        padding: 10px 14px;
    }
}
