.bpp-screen-journey {
    --journey-navy-deep: #f4fbff;
    --journey-navy-card: rgba(255, 255, 255, 0.93);
    --journey-orange: #0078bf;
    --journey-orange-bright: #18a8e0;
    --journey-orange-glow: rgba(0, 120, 191, 0.28);
    --journey-primary-rgb: 0, 120, 191;
    --journey-white: #0b2545;
    --journey-muted: #50677f;
    --journey-future-cyan: #0a9642;
    --journey-future-rgb: 10, 150, 66;
    --journey-glass-border: rgba(0, 120, 191, 0.16);
    --journey-panel-shadow: 0 22px 45px rgba(11, 37, 69, 0.12);
    position: relative;
    /* margin: 90px 0; */
    padding: 0;
    background:
        linear-gradient(135deg, rgba(0, 120, 191, 0.10) 0%, rgba(0, 120, 191, 0.02) 34%, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #eef8ff 58%, #ffffff 100%);
    overflow: hidden;
}

.bpp-screen-journey *,
.bpp-screen-journey *::before,
.bpp-screen-journey *::after {
    box-sizing: border-box;
}

.bpp-screen-journey p,
.bpp-screen-journey h1,
.bpp-screen-journey h2,
.bpp-screen-journey h3,
.bpp-screen-journey span {
    margin: 0;
    color: inherit;
}

.bpp-screen-journey p {
    text-align: left;
}

.bpp-screen-journey-shell {
    position: relative;
    height: min(78vh, 760px);
    min-height: 620px;
    background:
        linear-gradient(120deg, rgba(0, 120, 191, 0.13) 0%, rgba(0, 120, 191, 0.03) 36%, transparent 36%),
        linear-gradient(250deg, rgba(10, 150, 66, 0.10) 0%, rgba(10, 150, 66, 0.02) 30%, transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
    color: var(--journey-white);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    isolation: isolate;
}

.bpp-screen-journey-shell.is-dragging {
    cursor: grabbing;
}

.bpp-screen-journey-bg,
.bpp-screen-journey-scanlines,
.bpp-screen-journey-canvas,
.bpp-screen-journey-burst {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bpp-screen-journey-bg {
    z-index: 0;
}

.bpp-screen-journey-grid {
    position: absolute;
    inset: -10% -10%;
    background-image:
        linear-gradient(rgba(0, 120, 191, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 150, 66, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    transform: perspective(800px) rotateX(45deg);
    opacity: 0.42;
}

.bpp-screen-journey-vignette {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.36) 24%, rgba(255, 255, 255, 0.36) 76%, rgba(255, 255, 255, 0.96) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(238, 248, 255, 0.72));
}

.bpp-screen-journey-scanlines {
    z-index: 1;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 120, 191, 0.025) 2px, rgba(0, 120, 191, 0.025) 4px);
}

.bpp-screen-journey-canvas {
    z-index: 1;
    opacity: 0.32;
    mix-blend-mode: multiply;
}

.bpp-screen-journey-burst {
    z-index: 2;
}

.bpp-screen-journey-trail {
    position: absolute;
    left: -30px;
    top: -30px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 12;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.bpp-screen-journey-rail {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--journey-orange-glow) 18%, var(--journey-orange) 48%, rgba(10, 150, 66, 0.34) 72%, transparent 100%);
    z-index: 2;
    box-shadow: 0 0 8px var(--journey-orange-glow);
}

.bpp-screen-journey-rail-light {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--journey-orange-bright), var(--journey-future-cyan), transparent);
    box-shadow: 0 0 20px var(--journey-orange-bright);
    z-index: 3;
    transition: transform 0.12s ease-out;
}

.bpp-screen-journey-track-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.bpp-screen-journey-track {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    will-change: transform;
}

.bpp-screen-journey-loop {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 18vw;
}

.bpp-screen-journey-intro {
    position: relative;
    z-index: 4;
    flex-shrink: 0;
    width: 560px;
    padding-right: 120px;
}

.bpp-screen-journey-intro.is-outro {
    padding-right: 0;
    padding-left: 100px;
}

.bpp-screen-journey-intro-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 92px;
    line-height: 0.87;
    color: var(--journey-white);
}

.bpp-screen-journey-intro-highlight {
    background: linear-gradient(90deg, var(--journey-orange), var(--journey-orange-bright), var(--journey-future-cyan));
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bpp-screen-journey-intro-sub {
    max-width: 410px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--journey-muted);
}

.bpp-screen-journey-intro-metrics {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.bpp-screen-journey-intro-metric {
    text-align: center;
}

.bpp-screen-journey-intro-metric-value {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    line-height: 1;
    color: var(--journey-orange);
}

.bpp-screen-journey-intro-metric-label {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--journey-muted);
}

.bpp-screen-journey-intro-divider {
    width: 1px;
    height: 40px;
    background: var(--journey-glass-border);
}

.bpp-screen-journey-intro-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--journey-muted);
}

.bpp-screen-journey-intro-arrow {
    font-size: 20px;
    line-height: 1;
    color: var(--journey-orange);
}

.bpp-screen-journey-road-label {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--journey-muted);
}

.bpp-screen-journey-road-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.bpp-screen-journey-road-tag {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 6px;
    border: 1px solid rgba(10, 150, 66, 0.24);
    background: rgba(10, 150, 66, 0.09);
    font-size: 11px;
    line-height: 1.4;
    color: #087a38;
}

.bpp-screen-journey-milestone {
    position: relative;
    flex-shrink: 0;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bpp-screen-journey-milestone.is-above {
    flex-direction: column-reverse;
}

.bpp-screen-journey-card {
    position: relative;
    width: 305px;
    padding: 26px 24px 22px;
    border-radius: 8px;
    border: 1px solid var(--journey-glass-border);
    background: var(--journey-navy-card);
    backdrop-filter: blur(12px);
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(60px) scale(0.88);
    box-shadow: var(--journey-panel-shadow);
    transition:
        opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.65s cubic-bezier(0.23, 1, 0.32, 1),
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.bpp-screen-journey-milestone.is-above .bpp-screen-journey-card {
    transform: translateY(-60px) scale(0.88);
}

.bpp-screen-journey-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1) !important;
}

.bpp-screen-journey-card:hover {
    border-color: rgba(0, 120, 191, 0.34);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 58px rgba(11, 37, 69, 0.16);
}

.bpp-screen-journey-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(105deg, transparent 30%, rgba(0, 120, 191, 0.10) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    transition: left 0.55s ease;
}

.bpp-screen-journey-card:hover::before {
    left: 130%;
}

.bpp-screen-journey-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 8px 8px 0 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: center;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, var(--journey-orange), var(--journey-orange-bright), var(--journey-future-cyan), transparent);
    transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.bpp-screen-journey-card:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.bpp-screen-journey-icon-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
}

.bpp-screen-journey-icon-wrap::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid var(--journey-orange-glow);
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.35s, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bpp-screen-journey-card:hover .bpp-screen-journey-icon-wrap::after {
    opacity: 1;
    transform: scale(1);
}

.bpp-screen-journey-icon {
    width: 36px;
    height: 36px;
    display: block;
    fill: none;
    stroke: var(--journey-orange);
    stroke-width: 1.5;
    filter: drop-shadow(0 0 6px var(--journey-orange));
    transition:
        transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
        filter 0.35s ease,
        stroke 0.3s ease;
}

.bpp-screen-journey-card:hover .bpp-screen-journey-icon {
    transform: scale(1.25) rotate(-8deg) translateY(-3px);
    filter: drop-shadow(0 0 14px var(--journey-orange-bright));
    stroke: var(--journey-orange-bright);
}

.bpp-screen-journey-title {
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--journey-white);
    transition: color 0.3s, letter-spacing 0.3s;
}

.bpp-screen-journey-card:hover .bpp-screen-journey-title {
    color: var(--journey-orange-bright);
    letter-spacing: 0.3px;
}

.bpp-screen-journey-body {
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 1.75;
    color: var(--journey-muted);
    transition: color 0.3s;
}

.bpp-screen-journey-card:hover .bpp-screen-journey-body {
    color: #2f4d67;
}

.bpp-screen-journey-badge {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 14px;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid rgba(0, 120, 191, 0.24);
    background: var(--journey-orange-glow);
    color: var(--journey-orange-bright);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    animation: bppScreenJourneyBadgePulse 3s ease-in-out infinite;
    transition: background 0.3s, box-shadow 0.3s, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bpp-screen-journey-card:hover .bpp-screen-journey-badge {
    background: rgba(0, 120, 191, 0.16);
    box-shadow: 0 0 22px var(--journey-orange-glow);
    transform: scale(1.06) translateY(-1px);
}

.bpp-screen-journey-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bpp-screen-journey-stem {
    width: 2px;
    height: 50px;
    opacity: 0.45;
    background: linear-gradient(to bottom, var(--journey-orange), transparent);
    transition: opacity 0.4s, width 0.3s;
}

.bpp-screen-journey-milestone.is-above .bpp-screen-journey-stem {
    background: linear-gradient(to top, var(--journey-orange), transparent);
}

.bpp-screen-journey-milestone:hover .bpp-screen-journey-stem {
    opacity: 1;
    width: 3px;
}

.bpp-screen-journey-dot {
    position: relative;
    z-index: 10;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid var(--journey-orange);
    background: #ffffff;
    cursor: pointer;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s, box-shadow 0.3s;
}

.bpp-screen-journey-dot::after,
.bpp-screen-journey-dot::before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.bpp-screen-journey-dot::after {
    inset: -6px;
    border: 1px solid var(--journey-orange-glow);
    animation: bppScreenJourneyPulseRing 2.5s ease-in-out infinite;
}

.bpp-screen-journey-dot::before {
    inset: -14px;
    border: 1px solid rgba(0, 120, 191, 0.12);
    animation: bppScreenJourneyPulseRing 2.5s ease-in-out infinite 0.9s;
}

.bpp-screen-journey-milestone:hover .bpp-screen-journey-dot {
    transform: scale(1.8);
    background: var(--journey-orange);
    box-shadow: 0 0 28px var(--journey-orange), 0 0 60px var(--journey-orange-glow);
}

.bpp-screen-journey-year {
    position: absolute;
    bottom: -44px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 2px;
    color: var(--journey-orange);
    opacity: 0.65;
    transition: opacity 0.3s, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.3s, text-shadow 0.3s;
}

.bpp-screen-journey-milestone.is-above .bpp-screen-journey-year {
    top: -44px;
    bottom: auto;
}

.bpp-screen-journey-milestone:hover .bpp-screen-journey-year {
    opacity: 1;
    transform: scale(1.18);
    color: var(--journey-orange-bright);
    text-shadow: 0 0 22px var(--journey-orange-glow);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-card {
    border-color: rgba(10, 150, 66, 0.20);
    background: rgba(255, 255, 255, 0.94);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-card::after {
    background: linear-gradient(90deg, transparent, var(--journey-future-cyan), #35c777, var(--journey-future-cyan), transparent);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-card:hover {
    border-color: var(--journey-future-cyan);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 58px rgba(10, 150, 66, 0.14);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-icon-wrap::after {
    border-color: rgba(10, 150, 66, 0.30);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-icon {
    stroke: var(--journey-future-cyan);
    filter: drop-shadow(0 0 6px rgba(10, 150, 66, 0.32));
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-card:hover .bpp-screen-journey-icon {
    stroke: #12b854;
    filter: drop-shadow(0 0 14px rgba(10, 150, 66, 0.42));
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-card:hover .bpp-screen-journey-title {
    color: #087a38;
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-card:hover .bpp-screen-journey-badge {
    background: rgba(10, 150, 66, 0.16);
    box-shadow: 0 0 22px rgba(10, 150, 66, 0.18);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-dot {
    border-color: var(--journey-future-cyan);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-dot::after {
    border-color: rgba(10, 150, 66, 0.28);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-dot::before {
    border-color: rgba(10, 150, 66, 0.12);
}

.bpp-screen-journey-milestone.is-future:hover .bpp-screen-journey-dot {
    background: var(--journey-future-cyan);
    box-shadow: 0 0 28px var(--journey-future-cyan);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-year {
    color: var(--journey-future-cyan);
}

.bpp-screen-journey-milestone.is-future:hover .bpp-screen-journey-year {
    color: #12b854;
    text-shadow: 0 0 22px rgba(10, 150, 66, 0.30);
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-badge {
    border-color: rgba(10, 150, 66, 0.24);
    background: rgba(10, 150, 66, 0.10);
    color: #087a38;
}

.bpp-screen-journey-milestone.is-future .bpp-screen-journey-stem {
    width: 0;
    background: none;
    border-left: 2px dashed rgba(10, 150, 66, 0.36);
    transition: border-color 0.4s;
}

.bpp-screen-journey-milestone.is-future:hover .bpp-screen-journey-stem {
    border-color: var(--journey-future-cyan);
}

@keyframes bppScreenJourneyBadgePulse {
    0%,
    100% {
        box-shadow: none;
    }

    50% {
        box-shadow: 0 0 14px var(--journey-orange-glow);
    }
}

@keyframes bppScreenJourneyPulseRing {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

@media (max-width: 1199.98px) {
    .bpp-screen-journey-shell {
        height: 680px;
        min-height: 580px;
    }

    .bpp-screen-journey-loop {
        padding: 0 12vw;
    }

    .bpp-screen-journey-intro {
        width: 480px;
        padding-right: 80px;
    }

    .bpp-screen-journey-intro.is-outro {
        padding-left: 80px;
    }

    .bpp-screen-journey-intro-title {
        font-size: 78px;
    }

    .bpp-screen-journey-milestone {
        width: 330px;
    }

    .bpp-screen-journey-card {
        width: 272px;
    }
}

@media (max-width: 991.98px) {
    .bpp-screen-journey {
        margin: 70px 0;
    }

    .bpp-screen-journey-shell {
        height: 620px;
        min-height: 540px;
    }

    .bpp-screen-journey-loop {
        padding: 0 10vw;
    }

    .bpp-screen-journey-intro {
        width: 420px;
        padding-right: 48px;
    }

    .bpp-screen-journey-intro.is-outro {
        padding-left: 48px;
    }

    .bpp-screen-journey-intro-title {
        font-size: 64px;
    }

    .bpp-screen-journey-intro-sub {
        font-size: 13px;
        line-height: 1.7;
    }

    .bpp-screen-journey-milestone {
        width: 280px;
    }

    .bpp-screen-journey-card {
        width: 232px;
        padding: 22px 18px 18px;
    }

    .bpp-screen-journey-title {
        font-size: 15px;
    }

    .bpp-screen-journey-body {
        font-size: 11px;
        line-height: 1.6;
    }
}

@media (max-width: 767.98px) {
    .bpp-screen-journey-shell {
        height: 560px;
        min-height: 500px;
    }

    .bpp-screen-journey-loop {
        padding: 0 12vw;
    }

    .bpp-screen-journey-intro {
        width: 84vw;
        padding-right: 28px;
    }

    .bpp-screen-journey-intro.is-outro {
        padding-left: 28px;
    }

    .bpp-screen-journey-intro-title {
        font-size: 52px;
    }

    .bpp-screen-journey-intro-metrics {
        gap: 12px;
    }

    .bpp-screen-journey-intro-divider {
        display: none;
    }

    .bpp-screen-journey-milestone {
        width: 240px;
    }

    .bpp-screen-journey-card {
        width: 200px;
        padding: 20px 16px 18px;
        border-radius: 8px;
    }

    .bpp-screen-journey-icon {
        width: 30px;
        height: 30px;
    }

    .bpp-screen-journey-stem {
        height: 36px;
    }

    .bpp-screen-journey-year {
        font-size: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpp-screen-journey-card,
    .bpp-screen-journey-card::before,
    .bpp-screen-journey-card::after,
    .bpp-screen-journey-icon,
    .bpp-screen-journey-title,
    .bpp-screen-journey-body,
    .bpp-screen-journey-badge,
    .bpp-screen-journey-dot,
    .bpp-screen-journey-year {
        transition: none;
    }

    .bpp-screen-journey-badge,
    .bpp-screen-journey-dot::after,
    .bpp-screen-journey-dot::before {
        animation: none;
    }
}
