.hero h1 {
    display: table;
    width: auto;
    max-width: 100%;
    background: rgba(255, 255, 255, .96);
    padding: 16px 22px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(12, 40, 60, .07);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.service-panel.service-map {
    padding: 32px 24px;
    background: linear-gradient(150deg, #f1fbf5, #eaf5f9);
    border: 1px solid #cce8d9;
    border-radius: 20px;
    transform: none;
    align-self: center
}

.service-map .map-kicker {
    font-size: 14px !important;
    letter-spacing: .05em;
    color: #088d42;
    font-weight: 800;
    text-align: center
}

.service-map>h3 {
    font-size: 27px;
    line-height: 1.5;
    text-align: center;
    margin: 12px 0 26px;
    color: #09264a
}

.map-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 22px
}

.map-steps>li {
    position: relative;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) 74px;
    gap: 10px;
    align-items: center;
    padding: 20px 14px;
    background: #fff;
    border: 1px solid #e0eee6;
    border-radius: 12px;
    box-shadow: 0 5px 15px #20413206
}

.map-steps>li:not(:last-child):after {
    content: '↓';
    position: absolute;
    bottom: -24px;
    left: calc(50% - 10px);
    font-size: 20px;
    color: #00a84c;
    font-weight: 800;
    line-height: 24px
}

.map-number {
    align-self: start;
    background: #e9f8ee;
    color: #008f3c;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    line-height: 30px;
    border-radius: 50%
}

.map-copy h4 {
    margin: 0 0 7px;
    font-size: 17px;
    color: #12364b;
    line-height: 1.5
}

.service .map-copy p {
    font-size: 14px !important;
    line-height: 1.8;
    color: #53676d
}

.map-steps img {
    width: 74px;
    height: 86px;
    object-fit: contain
}

.map-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px
}

.map-tags span {
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 4px;
    background: #eef8f1;
    color: #138443
}

.service .map-note {
    font-size: 14px !important;
    font-weight: 700;
    color: #227447;
    text-align: center;
    margin-top: 23px
}

@media(max-width:700px) {
    .hero h1 {
        padding: 12px 10px;
        border-radius: 8px;
        font-size: clamp(24px, 6.8vw, 40px)
    }

    .service-panel.service-map {
        padding: 25px 12px
    }

    .service-map>h3 {
        font-size: 23px
    }

    .map-steps>li {
        grid-template-columns: 26px minmax(0, 1fr) 52px;
        padding: 17px 10px;
        gap: 8px
    }

    .map-number {
        line-height: 26px;
        font-size: 12px
    }

    .map-steps img {
        width: 52px;
        height: 68px
    }

    .map-copy h4 {
        font-size: 16px
    }

    .service .map-copy p {
        font-size: 13px !important
    }

    .service .map-note {
        font-size: 13px !important
    }
}