.journey-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.journey-step{background:rgba(255,255,255,.58);border:1px solid var(--line);border-radius:20px;padding:18px;min-height:220px;display:flex;flex-direction:column;align-items:flex-start}.journey-step:nth-child(2n){transform:rotate(.45deg)}.journey-step:nth-child(2n+1){transform:rotate(-.35deg)}.journey-step h3{font-size:1.3rem;margin-top:.35rem}.journey-step p{color:var(--muted);margin:.25rem 0 1rem}.journey-step .ghost-btn{margin-top:auto}.small-print{font-size:.82rem;opacity:.82}.result-card code{background:rgba(255,255,255,.12);padding:.1rem .35rem;border-radius:.35rem}@media(max-width:820px){.journey-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.journey-grid{grid-template-columns:1fr}.journey-step{min-height:0;transform:none!important}}