.journey-page main{max-width:1180px;margin:0 auto;padding:clamp(2rem,5vw,5rem) clamp(1rem,4vw,3rem)}
.journey-hero{max-width:850px}
.journey-hero h1{margin:.35rem 0 1rem;font-family:"EB Garamond",Georgia,serif;font-size:clamp(2.7rem,7vw,5.6rem);line-height:.94;color:#142238}
.journey-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 .8rem}
.journey-actions .button{border:1px solid #214e78;cursor:pointer;font:inherit}
.journey-actions .button-secondary{background:#fff;color:#214e78}
.connection-line,.sync-line{margin:.4rem 0;color:#44546a}
.journey-section{margin-top:clamp(3rem,7vw,6rem)}
.journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.journey-card{display:flex;min-height:245px;flex-direction:column;border:1px solid #d7e0e9;border-top:4px solid #2f6fa6;border-radius:16px;background:#fff;padding:1.25rem;box-shadow:0 12px 32px rgba(20,34,56,.06)}
.journey-card:nth-child(3){border-top-color:#c04a50}
.journey-card-head{display:flex;align-items:baseline;gap:.75rem}
.journey-card-head span{color:#832e35;font-weight:800;font-size:.78rem;letter-spacing:.12em}
.journey-card h3{margin:0;font-family:"EB Garamond",Georgia,serif;font-size:1.8rem;color:#142238}
.journey-status{min-height:2.8rem;margin:.8rem 0;color:#44546a}
.journey-counts{display:flex;flex-wrap:wrap;gap:.45rem;margin:.2rem 0 .75rem}
.journey-counts span{border-radius:999px;background:#edf3f8;color:#214e78;padding:.35rem .62rem;font-size:.86rem;font-weight:700}
.journey-sync{margin:auto 0 .75rem;color:#647084;font-size:.9rem}
.journey-resume{font-weight:800;color:#214e78;text-decoration:none}
.journey-resume:hover{text-decoration:underline}
.journey-note{margin-top:2.2rem;padding:1.3rem;border-left:4px solid #c04a50;background:#edf3f8;border-radius:0 12px 12px 0}
.journey-note h2{margin-top:0;color:#142238}
.sync-frames{position:fixed;left:-10000px;top:-10000px;width:1px;height:1px;overflow:hidden}
.sync-frames iframe{width:1px;height:1px;border:0}
@media(max-width:720px){.journey-grid{grid-template-columns:1fr}.journey-card{min-height:220px}.journey-actions .button{width:100%;text-align:center}}
