.journey-hub-page {
    --journey-primary: #20b978;
    --journey-primary-dark: #0b6b49;
    --journey-primary-soft: #ebfbf4;
    --journey-ink: #0f172a;
    --journey-muted: #526176;
    --journey-line: #d9e3ec;
    --journey-soft: #f7fafc;
    color: var(--journey-ink);
    opacity: 1 !important;
    transform: none !important;
}

.journey-hub-page > .wp-block-group {
    opacity: 1 !important;
    transform: none !important;
}

.inner-page {
    opacity: 1 !important;
    transform: none !important;
}

.journey-hub-page *,
.journey-hub-page *::before,
.journey-hub-page *::after {
    box-sizing: border-box;
}

.journey-hub-page .journey-shell {
    width: min(1160px, 100%);
    margin-inline: auto;
}

.journey-hub-page .journey-hero {
    padding: 54px 20px 46px;
    background: var(--journey-primary-soft);
    border-bottom: 1px solid #c9f1df;
}

.journey-hub-page .journey-hero__inner {
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
}

.journey-hub-page .journey-eyebrow {
    margin: 0 0 10px;
    color: var(--journey-primary-dark);
    font-size: .9rem;
    font-weight: 800;
}

.journey-hub-page .journey-hero h1 {
    margin: 0;
    color: var(--journey-ink);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.28;
    letter-spacing: 0;
}

.journey-hub-page .journey-hero__lead {
    max-width: 800px;
    margin: 16px auto 0;
    color: #34445a;
    font-size: 1.08rem;
    line-height: 2;
}

.journey-hub-page .journey-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.journey-hub-page .journey-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 20px;
    border: 1px solid var(--journey-primary);
    border-radius: 6px;
    background: var(--journey-primary);
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
}

.journey-hub-page .journey-button--secondary {
    background: #fff;
    color: var(--journey-primary-dark);
}

.journey-hub-page a[aria-disabled="true"] {
    cursor: default;
    pointer-events: none;
}

.journey-hub-page .journey-section {
    padding: 58px 20px;
}

.journey-hub-page .journey-section--soft {
    background: var(--journey-soft);
    border-block: 1px solid #edf1f5;
}

.journey-hub-page .journey-section__head {
    max-width: 790px;
    margin-bottom: 28px;
}

.journey-hub-page .journey-section__head h2,
.journey-hub-page .journey-copy h2 {
    margin: 0 0 10px;
    color: var(--journey-ink);
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.45;
    letter-spacing: 0;
}

.journey-hub-page .journey-section__head p,
.journey-hub-page .journey-copy p,
.journey-hub-page .journey-copy li {
    color: var(--journey-muted);
    line-height: 1.95;
}

.journey-hub-page .journey-routes {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.journey-hub-page .journey-route {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 230px;
    padding: 22px;
    border: 1px solid var(--journey-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.journey-hub-page .journey-route:nth-child(1),
.journey-hub-page .journey-route:nth-child(2) {
    grid-column: span 3;
}

.journey-hub-page .journey-route:nth-child(n+3) {
    grid-column: span 2;
}

.journey-hub-page .journey-route__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--journey-primary-soft);
    color: var(--journey-primary-dark);
    font-size: .84rem;
    font-weight: 800;
}

.journey-hub-page .journey-route h3 {
    margin: 0 0 8px;
    color: var(--journey-ink);
    font-size: 1.08rem;
    line-height: 1.55;
    letter-spacing: 0;
}

.journey-hub-page .journey-route p {
    margin: 0;
    color: var(--journey-muted);
    font-size: .9rem;
    line-height: 1.85;
}

.journey-hub-page .journey-route__link {
    margin-top: auto;
    padding-top: 16px;
    color: var(--journey-primary-dark);
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

.journey-hub-page .journey-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-block: 1px solid var(--journey-line);
}

.journey-hub-page .journey-step {
    padding: 24px;
    border-inline-end: 1px solid var(--journey-line);
}

.journey-hub-page .journey-step:last-child {
    border-inline-end: 0;
}

.journey-hub-page .journey-step__label {
    margin: 0 0 10px;
    color: var(--journey-primary-dark);
    font-size: .8rem;
    font-weight: 800;
}

.journey-hub-page .journey-step h3 {
    margin: 0 0 8px;
    font-size: 1.03rem;
    line-height: 1.55;
    letter-spacing: 0;
}

.journey-hub-page .journey-step p {
    margin: 0;
    color: var(--journey-muted);
    font-size: .88rem;
    line-height: 1.85;
}

.journey-hub-page .journey-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.journey-hub-page .journey-copy {
    min-width: 0;
}

.journey-hub-page .journey-copy h3 {
    margin: 22px 0 8px;
    color: var(--journey-ink);
    font-size: 1.12rem;
    line-height: 1.55;
    letter-spacing: 0;
}

.journey-hub-page .journey-copy ul {
    margin: 14px 0 0;
    padding-inline-start: 22px;
}

.journey-hub-page .journey-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.journey-hub-page .journey-checklist li {
    position: relative;
    padding: 13px 36px 13px 12px;
    border-bottom: 1px solid var(--journey-line);
    color: #425168;
    line-height: 1.75;
}

.journey-hub-page .journey-checklist li::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--journey-primary);
}

.journey-hub-page .journey-evidence {
    padding: 28px;
    border: 1px solid #ccebdd;
    border-radius: 8px;
    background: var(--journey-primary-soft);
}

.journey-hub-page .journey-evidence p:last-child {
    margin-bottom: 0;
}

.journey-hub-page .journey-deliverables {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.journey-hub-page .journey-deliverables li {
    min-height: 94px;
    padding: 18px;
    border: 1px solid var(--journey-line);
    border-radius: 7px;
    background: #fff;
    color: #334155;
    font-weight: 700;
    line-height: 1.75;
}

.journey-hub-page .journey-faq {
    border-top: 1px solid var(--journey-line);
}

.journey-hub-page .journey-faq details {
    border-bottom: 1px solid var(--journey-line);
}

.journey-hub-page .journey-faq summary {
    padding: 18px 4px;
    color: var(--journey-ink);
    font-weight: 800;
    cursor: pointer;
}

.journey-hub-page .journey-faq details p {
    margin: 0;
    padding: 0 4px 18px;
    color: var(--journey-muted);
    line-height: 1.9;
}

.journey-hub-page .journey-final {
    padding: 48px 20px;
    background: #0f2f26;
    color: #fff;
    text-align: center;
}

.journey-hub-page .journey-final h2 {
    max-width: 760px;
    margin: 0 auto 12px;
    color: #fff;
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.45;
    letter-spacing: 0;
}

.journey-hub-page .journey-final p {
    max-width: 760px;
    margin: 0 auto;
    color: #d8eee5;
    line-height: 1.9;
}

.journey-hub-page .journey-final .journey-button--secondary {
    border-color: #fff;
}

@media (max-width: 900px) {
    .journey-hub-page .journey-routes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .journey-hub-page .journey-route,
    .journey-hub-page .journey-route:nth-child(n) {
        grid-column: span 1;
    }

    .journey-hub-page .journey-route:last-child {
        grid-column: 1 / -1;
    }

    .journey-hub-page .journey-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .journey-hub-page .journey-step:nth-child(2) {
        border-inline-end: 0;
    }

    .journey-hub-page .journey-step:nth-child(-n+2) {
        border-bottom: 1px solid var(--journey-line);
    }

    .journey-hub-page .journey-grid-2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .journey-hub-page .journey-hero {
        padding: 40px 18px 34px;
    }

    .journey-hub-page .journey-section {
        padding: 44px 16px;
    }

    .journey-hub-page .journey-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .journey-hub-page .journey-routes,
    .journey-hub-page .journey-process,
    .journey-hub-page .journey-checklist,
    .journey-hub-page .journey-deliverables {
        grid-template-columns: 1fr;
    }

    .journey-hub-page .journey-route,
    .journey-hub-page .journey-route:nth-child(n),
    .journey-hub-page .journey-route:last-child {
        grid-column: auto;
    }

    .journey-hub-page .journey-step {
        border-inline-end: 0;
        border-bottom: 1px solid var(--journey-line);
    }

    .journey-hub-page .journey-step:last-child {
        border-bottom: 0;
    }

    .journey-hub-page .journey-checklist li {
        padding-inline-start: 8px;
    }

    .journey-hub-page .journey-evidence {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .journey-hub-page *,
    .journey-hub-page *::before,
    .journey-hub-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
