.container-lp-2026-route-step {
    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 {
        scroll-margin-top: 117px;
    }
}

@media (min-width: 768px) {
    .container-lp-2026-route-step.bg-desktop-gray {
        background-color: #fbfbfb;
    }
    .container-lp-2026-route-step.bg-desktop-white {
        background-color: #ffffff;
    }
    .container-lp-2026-route-step.bg-desktop-blue {
        background-color: #234f8b;
    }
}

.container-lp-2026-route-step .wrapper-route-step {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    box-sizing: border-box;
}

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

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

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

.container-lp-2026-route-step.layout-reversed .wrapper-route-step {
    flex-direction: row-reverse;
}

.container-lp-2026-route-step .text-side {
    position: relative;
    z-index: 2;
    flex: 1;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

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

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

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

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

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

.container-lp-2026-route-step .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;
}

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

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

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

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

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

.container-lp-2026-route-step .task-body {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
}

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

.container-lp-2026-route-step .task-highlight-box {
    background-color: rgba(230, 234, 243, 0.16);
    border-radius: 12px;
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #234f8b;
}

.container-lp-2026-route-step .map-side {
    position: relative;
    z-index: 2;
    flex: 1;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: stretch;
    height: auto;
}

.container-lp-2026-route-step.layout-reversed .map-side {
    align-items: flex-start;
}

.container-lp-2026-route-step .map-visual-group {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: flex;
    flex: 1;
}

.container-lp-2026-route-step .map-image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 378px;
    height: 480px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.container-lp-2026-route-step.layout-reversed .map-image-wrapper {
    right: auto;
    left: 0;
}

.container-lp-2026-route-step .map-image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-lp-2026-route-step .zoom-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #234f8b;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 3;
    transition: transform 0.2s ease;
}

.container-lp-2026-route-step .zoom-icon,
.container-lp-2026-route-step .zoom-icon.zoom-pos-desktop-top-right {
    top: 16px;
    right: 16px;
    bottom: auto;
    left: auto;
}

.container-lp-2026-route-step .zoom-icon.zoom-pos-desktop-top-left {
    top: 16px;
    left: 16px;
    bottom: auto;
    right: auto;
}

.container-lp-2026-route-step .zoom-icon.zoom-pos-desktop-bottom-right {
    bottom: 16px;
    right: 16px;
    top: auto;
    left: auto;
}

.container-lp-2026-route-step .zoom-icon.zoom-pos-desktop-bottom-left {
    bottom: 16px;
    left: 16px;
    top: auto;
    right: auto;
}

.container-lp-2026-route-step .zoom-icon svg.desktop-only {
    display: block !important;
    width: 24px;
    height: 26px;
}

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

.container-lp-2026-route-step .map-image-wrapper:hover .zoom-icon {
    transform: scale(1.05);
}

.container-lp-2026-route-step .station-image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 245px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-lp-2026-route-step.layout-reversed .station-image-container {
    left: auto;
    right: 0;
}

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

.container-lp-2026-route-step .station-image-wrapper {
    width: 245px;
    height: 312px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

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

.container-lp-2026-route-step .next-station-pill {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #FFFFFF;
    border: 1px solid #3166ae;
    border-radius: 8px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 3;
}

.container-lp-2026-route-step.layout-reversed .next-station-pill {
    right: auto;
    left: 0;
}

.container-lp-2026-route-step .next-station-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(49, 102, 174, 0.15);
}

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

.container-lp-2026-route-step .pill-text {
    font-weight: 800;
    font-size: 14px;
    color: #234f8b;
}

@media (min-width: 768px) {
    .container-lp-2026-route-step.layout-vertical .header-info {
        display: none !important;
    }

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

    .container-lp-2026-route-step.layout-vertical .wrapper-route-step {
        flex-direction: column !important;
        max-width: 1216px;
        gap: 0;
        position: relative;
    }

    .container-lp-2026-route-step.layout-vertical .text-side {
        max-width: 1060px;
        width: 100%;
        margin: 0 auto;
        z-index: 2;
        margin-bottom: -140px;
    }

    .container-lp-2026-route-step.layout-vertical .task-card {
        background-color: #489577;
        border-radius: 18px;
        padding: 16px 1px 1px 1px;
    }

    .container-lp-2026-route-step.layout-vertical .task-header {
        padding: 0 48px;
    }

    .container-lp-2026-route-step.layout-vertical .task-badge {
        background-color: #234f8b;
        color: #ffffff;
    }

    .container-lp-2026-route-step.layout-vertical .task-body {
        display: flex !important;
        flex-direction: row !important;
        gap: 40px;
        padding: 32px 48px;
        border-radius: 18px;
    }

    .container-lp-2026-route-step.layout-vertical .task-body-left {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 280px;
    }

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

    .container-lp-2026-route-step.layout-vertical .task-body-left .watermark-number {
        font-size: 133px;
        text-align: left;
        margin-bottom: 0;
    }

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

    .container-lp-2026-route-step.layout-vertical .next-station-pill.vertical-desktop-only {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        align-self: flex-start;
        margin-top: 8px;
    }

    .container-lp-2026-route-step.layout-vertical .map-side {
        max-width: 100%;
        width: 100%;
        height: 450px;
        z-index: 1;
    }

    .container-lp-2026-route-step.layout-vertical .map-visual-group {
        position: relative;
        width: 100%;
        height: 450px;
        min-height: 450px;
        border-radius: 18px;
        overflow: hidden;
    }

    .container-lp-2026-route-step.layout-vertical .map-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 18px;
    }

    .container-lp-2026-route-step.layout-vertical .station-image-container {
        display: none !important;
    }

    .container-lp-2026-route-step.layout-vertical .map-side .next-station-pill {
        display: none !important;
    }

    .container-lp-2026-route-step.layout-vertical .map-side .zoom-icon {
        right: auto;
        left: 28px;
        top: 16px;
    }
}

.container-lp-2026-route-step .map-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.container-lp-2026-route-step .map-popup-modal.is-active {
    display: flex;
}

.container-lp-2026-route-step .map-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}

.container-lp-2026-route-step .map-popup-close {
    position: absolute;
    top: 80px;
    right: 48px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.container-lp-2026-route-step .map-popup-close svg {
    display: block;
    width: 24px;
    height: 24px;
}

.container-lp-2026-route-step .map-popup-content {
    position: relative;
    z-index: 1;
    width: 920px;
    height: 920px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.container-lp-2026-route-step .map-popup-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 767px) {
    .container-lp-2026-route-step .title-wrapper {
        align-items: baseline;
        flex-direction: column;
    }

    .container-lp-2026-route-step .pill-text {
        font-size: 14px;
    }

    .container-lp-2026-route-step .task-body {
        margin-top: -24px;
    }

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

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

    .container-lp-2026-route-step {
        padding: 24px 0;
    }

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

    .container-lp-2026-route-step.layout-reversed .wrapper-route-step {
        flex-direction: column;
    }

    .container-lp-2026-route-step .text-side {
        max-width: 100%;
        width: 100%;
        align-items: stretch;
    }

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

    .container-lp-2026-route-step .mobile-map-block {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        margin-top: 8px;
    }

    .container-lp-2026-route-step .mobile-map-block .map-image-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        height: 360px;
        border-radius: 18px;
        overflow: hidden;
    }

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

    .container-lp-2026-route-step .zoom-icon {
        width: 32px;
        height: 32px;
        padding: 6px;
    }

    .container-lp-2026-route-step .zoom-icon,
    .container-lp-2026-route-step .zoom-icon.zoom-pos-mobile-top-right {
        top: 16px;
        right: 16px;
        bottom: auto;
        left: auto;
    }

    .container-lp-2026-route-step .zoom-icon.zoom-pos-mobile-top-left {
        top: 16px;
        left: 16px;
        bottom: auto;
        right: auto;
    }

    .container-lp-2026-route-step .zoom-icon.zoom-pos-mobile-bottom-right {
        bottom: 16px;
        right: 16px;
        top: auto;
        left: auto;
    }

    .container-lp-2026-route-step .zoom-icon.zoom-pos-mobile-bottom-left {
        bottom: 16px;
        left: 16px;
        top: auto;
        right: auto;
    }

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

    .container-lp-2026-route-step .zoom-icon svg.mobile-only {
        display: block !important;
        width: 17px;
        height: 18px;
    }

    .container-lp-2026-route-step .mobile-map-block .next-station-pill {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        align-self: center;
        margin-top: 0;
    }

    .container-lp-2026-route-step.layout-reversed .mobile-map-block .next-station-pill {
        align-self: center;
        right: auto;
        left: auto;
    }

    .container-lp-2026-route-step .map-popup-close {
        position: fixed;
        top: 24px;
        right: 24px;
        z-index: 1000000;
    }

    .container-lp-2026-route-step .map-popup-content {
        width: calc((100vw - 16px) * (920 / 775));
        height: calc((100vw - 16px) * (920 / 775));
        max-width: none;
        max-height: none;
        aspect-ratio: 1 / 1;
    }
}

.container-lp-2026-route-step .desktop-pill-under-task {
    display: none !important;
}

@media (min-width: 768px) {
    .container-lp-2026-route-step.pill-below-task:not(.layout-vertical) .map-side .next-station-pill {
        display: none !important;
    }

    .container-lp-2026-route-step.pill-below-task:not(.layout-vertical) .text-side .desktop-pill-under-task {
        display: inline-flex !important;
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        align-self: flex-start;
        margin-top: 0;
    }

    .container-lp-2026-route-step.wide-station-layout:not(.layout-vertical) .station-image-container {
        width: 390px;
        align-items: flex-start;
    }

    .container-lp-2026-route-step.wide-station-layout:not(.layout-vertical) .watermark-number {
        text-align: left;
    }

    .container-lp-2026-route-step.wide-station-layout:not(.layout-vertical) .station-image-wrapper {
        width: 390px;
        height: 240px;
    }

    .container-lp-2026-route-step.valign-center .wrapper-route-step {
        align-items: center;
    }

    .container-lp-2026-route-step.valign-center .map-side {
        align-self: center;
    }
}