.method-section.method-journey {
    --journey-pink: #ed267d;
    --journey-pink-dark: #d91f70;
    --journey-blue: #3568e8;
    --journey-green: #16845f;
    --journey-ink: #171a33;
    --journey-muted: #667085;
    --journey-line: #dfe4ec;
    padding: clamp(4.5rem, 8vw, 6.5rem) 24px;
    overflow: hidden;
    background: #f4f7fb;
    color: var(--journey-ink);
    scroll-margin-top: 130px;
}

.method-journey .method-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.method-journey .method-header {
    max-width: 850px;
    margin: 0 0 clamp(2.5rem, 5vw, 4rem);
    text-align: left;
}

.method-journey .method-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
    color: var(--journey-pink-dark);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.method-journey .method-header h2 {
    max-width: 790px;
    margin: 0;
    color: var(--journey-ink);
    font-size: clamp(2rem, 3.8vw, 3.25rem);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: 0;
}

.method-journey .method-header p {
    max-width: 780px;
    margin: 1rem 0 0;
    color: var(--journey-muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

.method-journey .method-layout {
    display: grid;
    grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.method-journey .method-stage {
    position: sticky;
    top: 150px;
    min-height: 620px;
    padding: clamp(1.35rem, 3vw, 2.25rem);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.method-journey .method-stage::before,
.method-journey .method-stage-orbit {
    display: none;
}

.method-journey .method-mascot {
    position: absolute;
    left: -54px;
    bottom: -22px;
    width: min(59%, 300px);
    height: auto;
    filter: drop-shadow(0 18px 20px rgba(23, 26, 51, 0.18));
}

.method-journey .method-dashboard {
    position: relative;
    z-index: 2;
    width: min(82%, 390px);
    margin-left: auto;
    overflow: hidden;
    border: 1px solid #d6dde8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 26, 51, 0.14);
}

.method-journey .method-dashboard-head,
.method-journey .method-skill-head,
.method-journey .method-team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.method-journey .method-dashboard-head {
    min-height: 68px;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--journey-line);
}

.method-journey .method-dashboard-head > div,
.method-journey .method-lesson > div,
.method-journey .method-team > div:not(.method-avatars) {
    min-width: 0;
}

.method-journey .method-dashboard-head span,
.method-journey .method-dashboard-head strong,
.method-journey .method-lesson small,
.method-journey .method-lesson strong,
.method-journey .method-lesson div > span,
.method-journey .method-team strong,
.method-journey .method-team div > span {
    display: block;
}

.method-journey .method-dashboard-head > div > span,
.method-journey .method-lesson small {
    color: #858c99;
    font-size: 0.68rem;
    font-weight: 700;
}

.method-journey .method-dashboard-head > div > strong {
    margin-top: 0.1rem;
    color: var(--journey-ink);
    font-size: 1.08rem;
}

.method-journey .method-live {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--journey-green);
    font-size: 0.68rem;
    font-weight: 800;
}

.method-journey .method-live i {
    font-size: 0.38rem;
}

.method-journey .method-lesson {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 14px;
    gap: 0.75rem;
    align-items: center;
    min-height: 96px;
    padding: 0.9rem 1rem;
    border-bottom: 1px solid var(--journey-line);
}

.method-journey .method-lesson-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #ffe2ef;
    color: var(--journey-pink-dark);
}

.method-journey .method-lesson strong {
    margin: 0.1rem 0;
    color: var(--journey-ink);
    font-size: 0.84rem;
}

.method-journey .method-lesson div > span {
    overflow: hidden;
    color: var(--journey-muted);
    font-size: 0.64rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.method-journey .method-lesson > i {
    color: #a4abba;
    font-size: 0.72rem;
}

.method-journey .method-skill {
    padding: 1rem;
    border-bottom: 1px solid var(--journey-line);
    background: #f8f9fc;
}

.method-journey .method-skill-head span,
.method-journey .method-skill-head strong {
    color: #858c99;
    font-size: 0.66rem;
    font-weight: 750;
}

.method-journey .method-skill-head strong {
    color: var(--journey-blue);
}

.method-journey .method-skill h3 {
    margin: 0.55rem 0 0.75rem;
    color: var(--journey-ink);
    font-size: 0.84rem;
    line-height: 1.35;
}

.method-journey .method-progress {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.method-journey .method-progress span {
    height: 6px;
    border-radius: 3px;
    background: #dfe4ec;
}

.method-journey .method-progress span:nth-child(-n + 2) {
    background: var(--journey-blue);
}

.method-journey .method-skill p {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.7rem 0 0;
    color: var(--journey-muted);
    font-size: 0.64rem;
    line-height: 1.4;
}

.method-journey .method-skill p i {
    color: var(--journey-blue);
}

.method-journey .method-team {
    min-height: 76px;
    padding: 0.85rem 1rem;
}

.method-journey .method-avatars {
    display: flex;
    padding-left: 7px;
}

.method-journey .method-avatars img {
    width: 34px;
    height: 34px;
    margin-left: -7px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #eef1f6;
    object-fit: cover;
    object-position: center top;
}

.method-journey .method-team strong {
    color: var(--journey-ink);
    font-size: 0.72rem;
}

.method-journey .method-team div > span {
    color: var(--journey-muted);
    font-size: 0.6rem;
}

.method-journey .method-message {
    width: 30px;
    height: 30px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: #ffe2ef;
    color: var(--journey-pink-dark);
}

.method-journey .method-timeline {
    position: relative;
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--journey-line);
}

.method-journey .method-timeline::before {
    content: "";
    position: absolute;
    top: 36px;
    bottom: 36px;
    left: 22px;
    width: 2px;
    background: #d8deea;
}

.method-journey .method-step {
    --step-color: var(--journey-pink);
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 1.35rem 0;
    border: 0;
    border-bottom: 1px solid var(--journey-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: background-color 160ms ease;
}

.method-journey .method-step:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.65);
}

.method-journey .method-step-blue {
    --step-color: #3568e8;
}

.method-journey .method-step-violet {
    --step-color: #7552c7;
}

.method-journey .method-step-green {
    --step-color: #16845f;
}

.method-journey .method-step-number {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin: 0;
    border: 6px solid #f4f7fb;
    border-radius: 8px;
    background: var(--step-color);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 850;
    box-shadow: none;
}

.method-journey .method-step-copy {
    padding-top: 0.05rem;
}

.method-journey .method-step-label {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--step-color);
    font-size: 0.7rem;
    font-weight: 820;
    text-transform: uppercase;
    letter-spacing: 0;
}

.method-journey .method-step h3 {
    margin: 0 0 0.45rem;
    color: var(--journey-ink);
    font-size: 1.08rem;
    line-height: 1.32;
}

.method-journey .method-step p {
    margin: 0;
    color: var(--journey-muted);
    font-size: 0.88rem;
    line-height: 1.62;
}

.method-journey .method-result {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 0.7rem;
    color: #3f4654;
    font-size: 0.76rem;
    font-weight: 650;
    line-height: 1.45;
}

.method-journey .method-result i {
    width: 18px;
    height: 18px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    margin-top: 0.05rem;
    border-radius: 50%;
    background: #e1e7f1;
    color: var(--step-color);
    font-size: 0.58rem;
}

.method-journey .method-support-band {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: clamp(2rem, 4vw, 3.5rem);
    padding: 1.35rem 1.5rem;
    border: 1px solid #d9e0eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(23, 26, 51, 0.06);
}

.method-journey .method-support-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: #ffe2ef;
    color: var(--journey-pink-dark);
    font-size: 1rem;
}

.method-journey .method-support-band strong,
.method-journey .method-support-band span {
    display: block;
}

.method-journey .method-support-band strong {
    margin-bottom: 0.2rem;
    color: var(--journey-ink);
    font-size: 0.95rem;
}

.method-journey .method-support-band span {
    color: var(--journey-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.method-journey .method-support-band a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0 1.1rem;
    border: 2px solid var(--journey-pink);
    border-radius: 6px;
    background: var(--journey-pink);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 750;
    text-decoration: none;
}

@media (max-width: 980px) {
    .method-journey .method-layout {
        grid-template-columns: 1fr;
    }

    .method-journey .method-stage {
        position: relative;
        top: auto;
        min-height: 590px;
    }

    .method-journey .method-dashboard {
        width: min(76%, 440px);
    }
}

@media (max-width: 680px) {
    .method-section.method-journey {
        padding: 3.75rem 14px;
    }

    .method-journey .method-header h2 {
        font-size: 1.9rem;
    }

    .method-journey .method-stage {
        min-height: 640px;
        padding: 1rem;
    }

    .method-journey .method-dashboard {
        width: min(94%, 390px);
    }

    .method-journey .method-mascot {
        left: 0;
        bottom: 0;
        width: min(55%, 230px);
    }

    .method-journey .method-step {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 0.75rem;
    }

    .method-journey .method-step-number {
        width: 44px;
        height: 44px;
    }

    .method-journey .method-support-band {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 1rem;
    }

    .method-journey .method-support-band a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 430px) {
    .method-journey .method-stage {
        min-height: 620px;
    }

    .method-journey .method-dashboard {
        width: 100%;
    }

    .method-journey .method-team div > span {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .method-journey .method-step {
        transition: none;
    }
}
