.container-lp-2026-route-step-image {
    position: relative;
    width: 100%;
    padding: 64px 0;
    overflow: hidden;
    background-color: #fbfbfb;
    scroll-margin-top: 100px;
}

@media (min-width: 768px) {
    .container-lp-2026-route-step-image {
        scroll-margin-top: 117px;
    }
}

.container-lp-2026-route-step-image .wrapper-route-step-image {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    box-sizing: border-box;
}

.container-lp-2026-route-step-image .mobile-only {
    display: none !important;
}

.container-lp-2026-route-step-image .desktop-only {
    display: flex !important;
}

.container-lp-2026-route-step-image .station-image-top.desktop-only {
    width: 100%;
    height: 450px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.container-lp-2026-route-step-image .station-image-top.desktop-only img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-lp-2026-route-step-image .header-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container-lp-2026-route-step-image .title-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.container-lp-2026-route-step-image .heart-icon {
    display: flex;
    align-items: center;
}

.container-lp-2026-route-step-image .station-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #234f8b;
    margin: 0;
}

.container-lp-2026-route-step-image .divider-line {
    background-color: #8dbcaa;
    height: 2px;
    width: 80px;
}

.container-lp-2026-route-step-image .station-quote {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #234f8b;
}

.container-lp-2026-route-step-image .task-card {
    background-color: #234f8b;
    border-radius: 18px;
    padding: 16px 1px 1px 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1060px;
    width: 100%;
    margin: -72px auto 0 auto;
    position: relative;
    z-index: 2;
}

.container-lp-2026-route-step-image .task-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
}

.container-lp-2026-route-step-image .task-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.container-lp-2026-route-step-image .header-line {
    background-color: #8dbcaa;
    height: 2px;
    width: 16px;
    border-radius: 8px;
}

.container-lp-2026-route-step-image .task-title-text {
    font-weight: 600;
    font-size: 20px;
    color: #f1f0f5;
}

.container-lp-2026-route-step-image .task-badge {
    background-color: #8DBCAA;
    color: #234F8B;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 12px;
}

.container-lp-2026-route-step-image .task-body {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 32px 48px;
    display: flex;
    flex-direction: row;
    gap: 64px;
    position: relative;
    z-index: 2;
}

.container-lp-2026-route-step-image .task-body-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 360px;
}

.container-lp-2026-route-step-image .vertical-header-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container-lp-2026-route-step-image .watermark-number {
    font-weight: 800;
    font-size: 133px;
    line-height: .8;
    color: #99a7ce;
    opacity: 0.35;
    text-align: left;
    margin-bottom: 0;
    pointer-events: none;
    width: 100%;
}

.container-lp-2026-route-step-image .task-body-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

.container-lp-2026-route-step-image .task-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #234f8b;
}

@media (max-width: 767px) {
    .container-lp-2026-route-step-image {
        padding: 24px 0;
    }

    .container-lp-2026-route-step-image .header-info.mobile-only {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
    }

    .container-lp-2026-route-step-image .title-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .container-lp-2026-route-step-image .desktop-only {
        display: none !important;
    }

    .container-lp-2026-route-step-image .mobile-only {
        display: block !important;
    }

    .container-lp-2026-route-step-image .wrapper-route-step-image {
        flex-direction: column;
        gap: 32px;
        padding: 0 16px;
        align-items: stretch;
    }

    .container-lp-2026-route-step-image .task-card {
        background-color: #234f8b;
        margin-top: 0;
        max-width: 100%;
        border-radius: 18px;
        padding: 16px 1px 1px 1px;
    }

    .container-lp-2026-route-step-image .task-header {
        padding: 0 32px;
    }

    .container-lp-2026-route-step-image .task-badge {
        background-color: #8dbcaa;
        color: #234f8b;
    }

    .container-lp-2026-route-step-image .task-card .station-image-wrapper.mobile-only {
        display: block !important;
        width: 100%;
        height: 193px;
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: -20px;
        position: relative;
        z-index: 1;
    }

    .container-lp-2026-route-step-image .task-card .station-image-wrapper.mobile-only img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .container-lp-2026-route-step-image .task-body {
        padding: 24px 16px;
        flex-direction: column;
        gap: 24px;
        margin-top: -24px;
    }
}