/* ============================================================
   Onboarding — the Standard Finder. Four questions, then the
   standard, the products and a projected roadmap.
   All classes are .ob-* so nothing collides with the shared chrome.
   ============================================================ */

body {
  margin: 0;
  font-family: "Mulish", system-ui, sans-serif;
  color: #33404F;
  background: #F3F5FA;
  -webkit-font-smoothing: antialiased;
}
.app-shell { min-height: 100vh; display: flex; flex-direction: column; }
[hidden] { display: none !important; }
body.ob-locked { overflow: hidden; }
.ob-sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.ob-step-count { font-size: 13.5px; color: #8791A0; white-space: nowrap; }
.rm-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13.5px; color: #8791A0; }

@keyframes obFadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ---------------- Hero + progress rail ---------------- */
.ob-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #16273F 0%, #22395C 58%, #2C3F6B 100%); }
.ob-hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(620px 340px at 12% 0%, rgba(122, 90, 240, .3), transparent 68%),
    radial-gradient(560px 320px at 88% 6%, rgba(232, 64, 42, .24), transparent 68%);
}
.ob-hero-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: .45;
  background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 30px 30px;
}
.ob-hero-inner { position: relative; max-width: 1120px; margin: 0 auto; padding: 34px 32px 30px; }
.ob-eyebrow { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #FF9B87; }
.ob-hero-inner h1 { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 36px; line-height: 1.08; letter-spacing: -.6px; color: #fff; margin: 9px 0 12px; }
.ob-hero-inner > p { max-width: 660px; font-size: 15.5px; line-height: 1.6; color: #C2CEDC; margin: 0; }

.ob-rail { display: flex; align-items: center; margin-top: 26px; flex-wrap: wrap; }
.ob-rail-seg { display: flex; align-items: center; }
.ob-rail-chip {
  display: flex; align-items: center; gap: 9px; background: none; border: 1px solid transparent;
  border-radius: 999px; padding: 8px 14px; cursor: pointer;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 13.5px; color: #8698AE; white-space: nowrap;
}
.ob-rail-chip.done { color: #C2CEDC; }
.ob-rail-chip.active { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .24); color: #fff; font-weight: 700; }
.ob-rail-chip[aria-disabled="true"] { cursor: default; }
.ob-rail-chip:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.ob-rail-dot {
  flex: 0 0 auto; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .14); font-family: "Poppins", sans-serif; font-weight: 700; font-size: 11px; color: #fff;
}
.ob-rail-chip.active .ob-rail-dot { background: #E8402A; }
.ob-rail-chip.done .ob-rail-dot { background: #1FA97A; }
.ob-rail-bar { width: 26px; height: 2px; border-radius: 2px; background: rgba(255, 255, 255, .14); }
.ob-rail-bar.done { background: rgba(31, 169, 122, .7); }

/* ---------------- Question cards ---------------- */
.ob-main { flex: 1; width: 100%; max-width: 1120px; margin: 0 auto; padding: 28px 32px 56px; }
#obStep { display: flex; flex-direction: column; gap: 22px; }
.ob-card {
  background: #fff; border: 1px solid #EAEDF3; border-radius: 20px;
  box-shadow: 0 4px 16px rgba(18, 38, 63, .05); padding: 30px;
}
/* The entrance animation belongs to arriving at a step, not to answering a
   question. Selecting an option re-renders the card, so an unconditional
   animation made every click flash the whole panel. */
.ob-enter .ob-card, .ob-enter.ob-result { animation: obFadeUp .32s ease both; }
.ob-card h2 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 23px; color: #16273F; margin: 0 0 6px; }
.ob-card h3 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 19px; color: #16273F; margin: 0 0 6px; }
.ob-lede { font-size: 14.5px; color: #8791A0; margin: 0 0 22px; line-height: 1.55; }
.ob-label { display: block; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 12.5px; color: #5B6675; margin-bottom: 8px; }
.ob-input, .ob-textarea {
  width: 100%; padding: 13px 16px; border: 1.6px solid #E4E9F1; border-radius: 12px;
  font-family: "Mulish", sans-serif; font-size: 15.5px; color: #16273F; outline: none; background: #fff;
}
.ob-input { max-width: 520px; }
.ob-textarea { min-height: 110px; resize: vertical; line-height: 1.6; font-size: 15px; }
.ob-input:focus, .ob-textarea:focus { border-color: #2F6FE0; box-shadow: 0 0 0 4px rgba(47, 111, 224, .12); }

.ob-field { border: 0; padding: 0; margin: 26px 0 0; }
.ob-field:first-of-type { margin-top: 22px; }
.ob-legend { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 12.5px; color: #5B6675; padding: 0; margin-bottom: 10px; }
.ob-basis { font-size: 12.5px; color: #98A2B0; margin: 10px 0 0; line-height: 1.5; }
.ob-divider { height: 1px; background: #EFF2F7; margin: 26px 0 0; }

.ob-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 11px; }
.ob-grid.wide { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.ob-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.ob-switches { display: flex; flex-direction: column; gap: 14px; }

.ob-row {
  display: flex; align-items: center; gap: 13px; width: 100%; padding: 14px 16px;
  border-radius: 14px; cursor: pointer; text-align: left;
  background: #fff; border: 1.6px solid #E9ECF2; font-family: "Mulish", sans-serif;
  transition: border-color .15s ease, background .15s ease;
}
.ob-row:hover { border-color: #C9D3E0; }
.ob-row.on { background: #F5F8FE; border-color: #B9CEF0; }
.ob-row:focus-visible, .ob-chip:focus-visible { outline: 2px solid #2F6FE0; outline-offset: 2px; }
.ob-row-copy { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.ob-row-grow { flex: 1; min-width: 0; }
.ob-row-label { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14.5px; color: #16273F; }
.ob-row-note { font-size: 12.5px; color: #8791A0; line-height: 1.4; }
.ob-radio, .ob-box {
  flex: 0 0 auto; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center;
  background: #fff; border: 1.6px solid #CBD4E0;
}
.ob-radio { border-radius: 50%; }
.ob-box { border-radius: 6px; }
.ob-row.on .ob-radio, .ob-row.on .ob-box { background: #2F6FE0; border-color: #2F6FE0; }
.ob-radio-dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.ob-icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.ob-flag { font-size: 16px; line-height: 1; }

.ob-chip {
  display: inline-flex; align-items: center; border-radius: 999px; padding: 10px 17px; cursor: pointer;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14px;
  background: #fff; border: 1.6px solid #E4E9F1; color: #5B6675;
}
.ob-chip:hover { border-color: #C9D3E0; }
.ob-chip.on { background: #16273F; border-color: #16273F; color: #fff; }

.ob-switch-row { gap: 18px; }
.ob-track { flex: 0 0 auto; width: 48px; height: 28px; border-radius: 999px; background: #CBD4E0; position: relative; transition: background .2s ease; }
.ob-switch-row.on .ob-track { background: #1FA97A; }
.ob-knob { position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(18, 38, 63, .3); transition: left .2s ease; }
.ob-switch-row.on .ob-knob { left: 23px; }

/* ---------------- Nav ---------------- */
.ob-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; flex-wrap: wrap; }
.ob-nav-right { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.ob-hint { font-size: 13px; color: #98A2B0; }
.ob-back {
  display: flex; align-items: center; gap: 9px; background: #fff; border: 1px solid #DCE1E9; border-radius: 13px;
  padding: 13px 20px; cursor: pointer; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14.5px; color: #5B6675;
}
.ob-back:disabled { color: #C3CBD6; opacity: .6; cursor: default; }
.ob-next {
  display: flex; align-items: center; gap: 10px; background: #F0A99D; border: none; border-radius: 13px;
  padding: 14px 24px; cursor: default; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; color: #fff;
}
.ob-next.ready { background: #E8402A; cursor: pointer; box-shadow: 0 6px 18px rgba(232, 64, 42, .3); }
.ob-next.ready:hover { background: #D0361F; }

/* ---------------- Result ---------------- */
.ob-result { display: flex; flex-direction: column; gap: 22px; }
.ob-verdict {
  position: relative; overflow: hidden; border-radius: 22px; padding: 32px;
  background: linear-gradient(135deg, #16273F 0%, #22395C 60%, #2C3F6B 100%);
  box-shadow: 0 18px 44px rgba(18, 38, 63, .26);
}
.ob-verdict-glow { position: absolute; top: -120px; right: -90px; width: 340px; height: 340px; border-radius: 50%; filter: blur(50px); background: rgba(79, 211, 164, .26); pointer-events: none; }
.ob-verdict-top { position: relative; display: flex; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.ob-verdict-ring { flex: 0 0 auto; width: 76px; height: 76px; border-radius: 22px; padding: 2px; background: linear-gradient(140deg, #4FD3A4, rgba(255, 255, 255, .12)); display: flex; }
.ob-verdict-ring-in { width: 100%; height: 100%; border-radius: 20px; background: #20344F; display: flex; align-items: center; justify-content: center; }
.ob-verdict-head { flex: 1; min-width: 280px; }
.ob-verdict-eyebrow { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #4FD3A4; }
.ob-verdict-head h2 { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 34px; line-height: 1.08; letter-spacing: -.6px; color: #fff; margin: 10px 0 12px; }
.ob-verdict-pills { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 16px; }
.ob-pill {
  display: inline-flex; align-items: center; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 11.5px;
  border-radius: 999px; padding: 5px 12px; background: rgba(9, 17, 29, .5);
}
.ob-pill.blue { color: #9EC5FF; border: 1px solid rgba(158, 197, 255, .4); }
.ob-pill.green { color: #8FE6C4; border: 1px solid rgba(143, 230, 196, .4); }
.ob-pill.amber { color: #F3D585; border: 1px solid rgba(243, 213, 133, .4); }
.ob-verdict-summary { max-width: 660px; font-size: 15px; line-height: 1.62; color: #C2CEDC; margin: 0; }
.ob-verdict-detail {
  position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px;
  margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .11);
}
.ob-verdict-detail p { font-size: 13.5px; line-height: 1.55; color: #C2CEDC; margin: 0; }
.ob-detail-label { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #9DAFC4; margin-bottom: 9px; }
.ob-reasons { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.ob-reasons li { position: relative; padding-left: 22px; font-size: 13.5px; line-height: 1.5; color: #C2CEDC; }
.ob-reasons li::before {
  content: ""; position: absolute; left: 0; top: 4px; width: 14px; height: 9px;
  border-left: 3px solid #4FD3A4; border-bottom: 3px solid #4FD3A4; border-radius: 2px;
  transform: rotate(-45deg);
}

.ob-also { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 12px; }
.ob-also-item { display: flex; align-items: flex-start; gap: 13px; background: #FBFCFE; border: 1px solid #EFF2F7; border-radius: 14px; padding: 16px 18px; }
.ob-also-dot { flex: 0 0 auto; width: 10px; height: 10px; border-radius: 50%; margin-top: 6px; background: #E0862A; }
.ob-also-copy { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.ob-also-head { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.ob-also-name { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; color: #16273F; }
.ob-also-pill { display: inline-flex; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 10.5px; color: #5B6675; background: #EEF1F6; border: 1px solid #E0E5EE; border-radius: 999px; padding: 3px 9px; }
.ob-also-why { font-size: 12.5px; color: #5B6675; line-height: 1.5; }

.ob-notes-card .ob-notes { font-size: 14.5px; line-height: 1.6; color: #33404F; background: #FBFCFE; border: 1px solid #EFF2F7; border-left: 3px solid #7A5AF0; border-radius: 12px; padding: 14px 16px; margin: 0 0 10px; }

.ob-prod-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 22px; }
.ob-prod-head .ob-lede { margin: 0; }
.ob-count { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 13px; color: #5B6675; background: #F1F4FA; border: 1px solid #E4E9F1; border-radius: 999px; padding: 7px 14px; white-space: nowrap; }
.ob-prod-group { margin-bottom: 24px; }
.ob-prod-group:last-child { margin-bottom: 0; }
.ob-group-head { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; flex-wrap: wrap; }
.ob-group-note { font-size: 13px; color: #8791A0; }
.ob-tag { display: inline-flex; align-items: center; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: 5px 12px; }
.ob-tag.ess { color: #B3260F; background: #FCECEA; border: 1px solid #F3C9C4; }
.ob-tag.rec { color: #2F6FE0; background: #EAF1FC; border: 1px solid #D6E4FB; }
.ob-prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 12px; }
.ob-prod {
  display: flex; align-items: flex-start; gap: 13px; text-decoration: none;
  background: #fff; border: 1px solid #EAEDF3; border-radius: 15px; padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(18, 38, 63, .04); transition: border-color .15s ease, transform .15s ease;
}
.ob-prod:hover { border-color: #C9D3E0; transform: translateY(-1px); }
.ob-prod-icon { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.ob-prod-copy { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.ob-prod-name { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15px; color: #16273F; }
.ob-prod-why { font-size: 12.5px; color: #8791A0; line-height: 1.45; }
.ob-prod-arrow { flex: 0 0 auto; margin-top: 3px; }

.ob-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap;
  background: linear-gradient(135deg, #16273F, #22395C); border-radius: 20px; padding: 28px 32px;
  box-shadow: 0 12px 34px rgba(18, 38, 63, .22);
}
.ob-cta-copy { flex: 1; min-width: 260px; }
.ob-cta-copy h3 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 21px; color: #fff; margin: 0 0 7px; }
.ob-cta-copy p { font-size: 14.5px; line-height: 1.55; color: #C2CEDC; margin: 0; max-width: 560px; }
.ob-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ob-cta-primary {
  display: flex; align-items: center; gap: 10px; background: #E8402A; border: none; border-radius: 14px;
  padding: 15px 24px; cursor: pointer; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 15.5px; color: #fff;
  box-shadow: 0 8px 22px rgba(232, 64, 42, .36);
}
.ob-cta-primary:hover { background: #D0361F; }
.ob-cta-secondary {
  display: flex; align-items: center; gap: 9px; background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2); border-radius: 14px; padding: 15px 22px; cursor: pointer;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 15px; color: #DCE4EE;
}
.ob-cta-secondary:hover { background: rgba(255, 255, 255, .18); }
.ob-cta-secondary:disabled { opacity: .7; cursor: default; }
.ob-apply-note:empty { display: none; }
.ob-apply-note { font-size: 13.5px; color: #1FA97A; text-align: center; }
.ob-restart-wrap { display: flex; justify-content: center; }
.ob-restart { background: none; border: none; cursor: pointer; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14px; color: #8791A0; padding: 8px 14px; border-radius: 10px; }
.ob-restart:hover { color: #16273F; background: #EDF0F5; }

.ob-toast {
  position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 90;
  background: #16273F; color: #fff; border-radius: 14px; padding: 13px 20px; max-width: 90vw;
  font-family: "Poppins", sans-serif; font-weight: 600; font-size: 14px; box-shadow: 0 12px 30px rgba(8, 16, 28, .35);
}

/* ---------------- Projected roadmap modal ---------------- */
.ob-journey { position: fixed; inset: 0; z-index: 80; background: rgba(14, 24, 38, .62); backdrop-filter: blur(6px); display: flex; padding: 24px; }
/* The scroll container must NOT be centred with justify-content: it spills the
   overflow equally above and below, scrollTop clamps at 0, and the top of the
   path becomes permanently unreachable. Header and footer are fixed; the path
   is the only thing that grows. */
.ob-journey-card {
  margin: auto; width: 90%; height: 90%; display: flex; flex-direction: column; position: relative;
  overflow: hidden; border-radius: 26px; background: #1C2E48;
  box-shadow: 0 50px 120px rgba(8, 16, 28, .6); animation: obFadeUp .34s cubic-bezier(.22, .61, .36, 1) both;
}
.ob-journey-wash {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 520px at 8% -10%, rgba(122, 90, 240, .3), transparent 60%),
    radial-gradient(760px 460px at 92% 8%, rgba(232, 64, 42, .22), transparent 62%),
    radial-gradient(900px 620px at 50% 118%, rgba(31, 169, 122, .24), transparent 60%);
}
.ob-journey-grid { position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px); background-size: 30px 30px; }
.ob-journey-head { position: relative; flex: 0 0 auto; display: flex; align-items: flex-start; gap: 22px; padding: clamp(18px, 3vh, 32px) 40px clamp(14px, 2vh, 24px); }
.ob-journey-title { flex: 1; min-width: 0; }
.ob-journey-title h2 { font-family: "Poppins", sans-serif; font-weight: 800; font-size: clamp(26px, 4vh, 40px); line-height: 1.04; letter-spacing: -1px; margin: 0; color: #fff; }
.ob-gradient { background: linear-gradient(100deg, #FF9B87, #F3C24B 45%, #28BFC0); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.ob-journey-title p { max-width: 760px; font-size: 15px; line-height: 1.55; color: #C2CEDC; margin: 11px 0 0; }
.ob-journey-stats { flex: 0 0 auto; display: flex; align-items: center; gap: 26px; }
.ob-jstat { display: flex; flex-direction: column; gap: 4px; text-align: right; }
.ob-jstat b { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 29px; color: #fff; line-height: 1; }
.ob-jstat span { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #A2B3C7; }
.ob-journey-close { width: 44px; height: 44px; border-radius: 14px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.ob-journey-close:hover { background: rgba(255, 255, 255, .18); }

.ob-journey-path { position: relative; flex: 1; min-height: 0; overflow-x: auto; overflow-y: hidden; padding: 14px 40px 28px; }
.ob-journey-path:focus-visible { outline: 2px solid #7FB2FF; outline-offset: -4px; }
.ob-station-row { display: flex; align-items: stretch; min-width: min-content; height: 100%; }
.ob-station-wrap { display: flex; align-items: stretch; flex: 0 0 auto; }
.ob-station {
  position: relative; flex: 0 0 auto; width: 322px; display: flex; flex-direction: column; overflow: hidden;
  background: linear-gradient(165deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  border: 1px solid rgba(255, 255, 255, .13); border-radius: 24px; padding: 26px 24px 24px;
  backdrop-filter: blur(10px); box-shadow: 0 20px 50px rgba(8, 16, 28, .34);
}
.ob-station-glow { position: absolute; top: -70px; right: -60px; width: 210px; height: 210px; border-radius: 50%; filter: blur(18px); pointer-events: none; }
.ob-station-ghost { position: absolute; right: 16px; bottom: 4px; font-family: "Poppins", sans-serif; font-weight: 800; font-size: 108px; line-height: 1; color: rgba(255, 255, 255, .055); pointer-events: none; }
.ob-station-top { position: relative; display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.ob-station-ring { flex: 0 0 auto; width: 58px; height: 58px; border-radius: 18px; padding: 2px; display: flex; }
.ob-station-ring-in { width: 100%; height: 100%; border-radius: 16px; background: #253956; display: flex; align-items: center; justify-content: center; }
.ob-station-meta { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
/* Stage identity is text plus colour, on a dark-filled surface — translucent
   white lightens the local background and breaks contrast on this canvas. */
.ob-station-pill {
  display: inline-flex; align-items: center; align-self: flex-start; font-family: "Poppins", sans-serif;
  font-weight: 700; font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(9, 17, 29, .58); border: 1px solid; border-radius: 999px; padding: 5px 11px;
}
.ob-station-when { font-size: 12px; color: #A2B3C7; }
.ob-station h3 { position: relative; font-family: "Poppins", sans-serif; font-weight: 700; font-size: 21px; line-height: 1.2; letter-spacing: -.3px; color: #fff; margin: 0 0 11px; }
.ob-station > p { position: relative; font-size: 14px; line-height: 1.62; color: #C2CEDC; margin: 0 0 20px; }
.ob-station-tools { position: relative; margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.ob-station-tools-label { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: #9DAFC4; margin-bottom: 3px; }
.ob-tool { display: flex; align-items: center; gap: 9px; background: rgba(9, 17, 29, .42); border: 1px solid rgba(255, 255, 255, .12); border-radius: 11px; padding: 9px 12px; }
.ob-tool-dot { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; }
.ob-tool-name { flex: 1; min-width: 0; font-family: "Poppins", sans-serif; font-weight: 600; font-size: 12.5px; color: #DCE4EE; }
.ob-tool-count { font-size: 11px; color: #9DAFC4; }
.ob-station-foot { display: flex; align-items: center; gap: 9px; margin-top: 10px; padding-top: 15px; border-top: 1px solid rgba(255, 255, 255, .1); font-family: "Poppins", sans-serif; font-weight: 600; font-size: 11.5px; color: #C2CEDC; }
.ob-station-foot-dot { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; }
.ob-arrow { flex: 0 0 74px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ob-arrow-line { width: 100%; height: 2px; border-radius: 2px; }
.ob-arrow svg { margin-top: -2px; }

.ob-journey-foot {
  position: relative; flex: 0 0 auto; display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  max-height: 104px; overflow-y: auto; padding: 14px 40px 18px; border-top: 1px solid rgba(255, 255, 255, .09);
}
.ob-journey-foot-label { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #9DAFC4; }
.ob-legend { display: flex; align-items: center; gap: 9px; font-size: 13px; color: #C2CEDC; }
.ob-legend strong { color: #fff; font-family: "Poppins", sans-serif; font-weight: 600; }
.ob-legend-dot { width: 9px; height: 9px; border-radius: 50%; }
.ob-journey-foot-hint { margin-left: auto; font-size: 12.5px; color: #9DAFC4; }

/* ---------------- Responsive ---------------- */
@media (max-width: 900px) {
  .ob-hero-inner { padding: 26px 18px 24px; }
  .ob-hero-inner h1 { font-size: 28px; }
  .ob-main { padding: 22px 16px 44px; }
  .ob-card { padding: 22px; }
  .ob-verdict { padding: 24px; }
  .ob-verdict-head h2 { font-size: 27px; }
  .ob-journey-card { width: 100%; height: 96%; }
  .ob-journey-head { flex-direction: column; gap: 14px; padding: 18px 20px 12px; }
  .ob-journey-title h2 { font-size: 26px; }
  .ob-journey-stats { align-self: stretch; justify-content: space-between; gap: 14px; }
  .ob-journey-path { padding: 12px 20px 22px; }
  .ob-journey-foot { padding: 12px 20px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
