
/* §12 — ownership journey rail + exit-options decision panel */
.rsg-page .own-journey { position: relative; overflow: hidden; background: linear-gradient(150deg, #FFFFFF 0%, #F2F8F4 100%); border: 1px solid rgba(44,122,75,0.22); border-radius: 20px; padding: 30px 34px 32px; box-shadow: 0 14px 36px rgba(20,62,37,0.08); margin: 0 0 20px; }
.rsg-page .own-journey::after { content: ""; position: absolute; top: -70px; right: -70px; width: 230px; height: 230px; background: radial-gradient(circle, rgba(44,122,75,0.12) 0%, rgba(44,122,75,0) 70%); pointer-events: none; }
.rsg-page .ownj-rail { position: relative; z-index: 1; display: flex; align-items: center; gap: 0; margin-bottom: 22px; }
.rsg-page .ownj-node { width: 58px; height: 58px; border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rsg-page .ownj-node svg { width: 27px; height: 27px; }
.rsg-page .ownj-node.start { background: #fff; border: 1.5px solid rgba(44,122,75,0.30); color: var(--green-600); box-shadow: 0 8px 18px rgba(20,62,37,0.07); }
.rsg-page .ownj-node.end { background: linear-gradient(135deg, var(--green-500), var(--green-700)); color: #fff; box-shadow: 0 12px 26px rgba(44,122,75,0.32); }
.rsg-page .ownj-track { position: relative; flex: 1; height: 4px; margin: 0 10px; background: repeating-linear-gradient(90deg, #BCD6C7 0 8px, transparent 8px 15px); border-radius: 2px; display: flex; align-items: center; justify-content: center; }
.rsg-page .ownj-chip { position: relative; background: var(--green-700); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 11px; letter-spacing: 0.04em; padding: 7px 15px; border-radius: 999px; white-space: nowrap; box-shadow: 0 8px 18px rgba(20,62,37,0.22); }
.rsg-page .ownj-chip::before, .rsg-page .ownj-chip::after { content: ""; position: absolute; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); transform: translateY(-50%); }
.rsg-page .ownj-chip::before { left: -13px; }
.rsg-page .ownj-chip::after { right: -13px; background: var(--green-700); }
.rsg-page .ownj-cols { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.rsg-page .ownj-stage { position: relative; padding-left: 0; }
.rsg-page .ownj-stage.end { padding-left: 32px; border-left: 1px dashed rgba(44,122,75,0.28); }
.rsg-page .ownj-when { display: inline-block; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--green-700); margin-bottom: 6px; }
.rsg-page .ownj-stage h3 { font-family: var(--font-display); font-size: 18px; font-weight: 800; color: var(--ink-900); line-height: 1.25; margin: 0 0 8px; }
.rsg-page .ownj-stage p { font-size: 13px; line-height: 1.58; color: var(--ink-2); margin: 0; }
.rsg-page .ownj-stage p strong { color: var(--ink-900); }
.rsg-page .ownj-free { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-family: var(--font-display); font-weight: 800; font-size: 12px; color: var(--green-700); background: rgba(44,122,75,0.10); border: 1px solid rgba(44,122,75,0.22); border-radius: 999px; padding: 5px 12px; }
.rsg-page .ownj-free svg { width: 13px; height: 13px; }

/* exit-options decision panel */
.rsg-page .own-exit { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px 30px 26px; box-shadow: var(--shadow-md); margin: 0 0 22px; }
.rsg-page .owne-head { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 22px; }
.rsg-page .owne-ic { width: 48px; height: 48px; border-radius: 13px; background: linear-gradient(135deg, var(--green-500), var(--green-700)); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 9px 20px rgba(44,122,75,0.26); }
.rsg-page .owne-ic svg { width: 23px; height: 23px; }
.rsg-page .owne-head h3 { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: var(--ink-900); line-height: 1.2; margin: 2px 0 7px; }
.rsg-page .owne-head p { font-size: 13.5px; line-height: 1.58; color: var(--ink-2); margin: 0; }
.rsg-page .owne-head p strong { color: var(--ink-900); }
.rsg-page .owne-opts { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.rsg-page .owne-or { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 40px; height: 40px; border-radius: 50%; background: #fff; border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 11px; letter-spacing: 0.06em; color: var(--ink-2); box-shadow: 0 4px 12px rgba(0,0,0,0.07); }
.rsg-page .owne-card { position: relative; border: 1px solid rgba(44,122,75,0.20); border-radius: 16px; padding: 22px 22px 20px; background: linear-gradient(160deg, #FFFFFF 0%, #F5FAF6 100%); display: flex; flex-direction: column; }
.rsg-page .owne-tag { display: inline-flex; align-self: flex-start; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.11em; text-transform: uppercase; font-weight: 700; color: var(--green-700); background: rgba(44,122,75,0.10); border: 1px solid rgba(44,122,75,0.22); border-radius: 999px; padding: 4px 10px; margin-bottom: 13px; }
.rsg-page .owne-row { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.rsg-page .owne-cic { width: 40px; height: 40px; border-radius: 11px; background: #fff; border: 1px solid rgba(44,122,75,0.22); color: var(--green-600); display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 5px 13px rgba(20,62,37,0.06); }
.rsg-page .owne-cic svg { width: 20px; height: 20px; }
.rsg-page .owne-price { font-family: var(--font-display); font-weight: 800; font-size: 34px; color: var(--green-600); line-height: 1; letter-spacing: -0.02em; }
.rsg-page .owne-price .owne-per { font-size: 13px; font-weight: 700; color: var(--ink-2); letter-spacing: 0; }
.rsg-page .owne-card h4 { font-family: var(--font-display); font-size: 16px; font-weight: 800; color: var(--ink-900); line-height: 1.25; margin: 0 0 9px; }
.rsg-page .owne-card p { font-size: 12.8px; line-height: 1.55; color: var(--ink-2); margin: 0; }
.rsg-page .owne-foot { display: flex; align-items: center; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px dashed rgba(44,122,75,0.26); font-size: 13.5px; line-height: 1.5; color: var(--ink-900); }
.rsg-page .owne-foot svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--green-600); }
.rsg-page .owne-foot strong { font-weight: 800; }

@media (max-width: 820px) {
  .rsg-page .ownj-cols { grid-template-columns: 1fr; gap: 22px; }
  .rsg-page .ownj-stage.end { padding-left: 0; border-left: 0; padding-top: 22px; border-top: 1px dashed rgba(44,122,75,0.28); }
  .rsg-page .owne-opts { grid-template-columns: 1fr; gap: 30px; }
  .rsg-page .owne-or { top: 50%; }
}
@media (max-width: 560px) {
  .rsg-page .own-journey { padding: 24px 20px 26px; }
  .rsg-page .ownj-chip { font-size: 10px; padding: 6px 11px; }
  .rsg-page .ownj-node { width: 50px; height: 50px; }
  .rsg-page .own-exit { padding: 24px 20px; }
  .rsg-page .owne-head { flex-direction: column; gap: 12px; }
}
