/* Approach v3: one connected route. Six numbered steps on a single line, a progress fill,
   and a detail panel that hangs off the active step. Replaces the six-card grid that read as silos. */
.approach .section-heading>p:not(.eyebrow){max-width:600px}
.route{--dot:46px;position:relative;margin-top:6px}
.route-rail{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding-bottom:30px}
.route-track{position:absolute;top:calc(var(--dot)/2 - 1px);left:calc(100%/12);right:calc(100%/12);height:2px;background:repeating-linear-gradient(90deg,#b6c8df 0 7px,transparent 7px 13px);transform-origin:left}
.route-progress{position:absolute;left:0;top:0;bottom:0;width:calc(var(--step)/(var(--steps) - 1)*100%);background:#3d5ca8;border-radius:2px;transition:width .55s var(--ease)}
.route-node{position:relative;display:flex;flex-direction:column;align-items:center;gap:14px;background:transparent;padding:0 6px;text-align:center;color:#4a5b70;border-radius:8px}
.route-dot{position:relative;z-index:1;display:grid;place-items:center;width:var(--dot);height:var(--dot);border-radius:50%;background:#f3f6fb;border:1.5px solid #b6c8df;font-size:13px;font-weight:600;letter-spacing:.03em;font-variant-numeric:tabular-nums;transition:background .3s,border-color .3s,color .3s,box-shadow .3s,transform .3s}
.route-node[data-state=past] .route-dot{border-color:#3d5ca8;color:#3d5ca8;background:#fff}
.route-node[data-state=active] .route-dot{background:#30445c;border-color:#30445c;color:#fff;box-shadow:0 0 0 7px #3d5ca81f;transform:scale(1.08)}
.route-name{font-size:14px;line-height:1.3;transition:color .25s;text-wrap:balance}
.route-node[data-state=active] .route-name{color:#1e2a39;font-weight:600}
.route-node:focus-visible{outline:2px solid #3d5ca8;outline-offset:4px}
.route-panel{position:relative;border:1px solid #b6c8df;border-radius:12px;background:#fff;box-shadow:0 16px 40px #233f7017}
.route-panel::before{content:'';position:absolute;top:-8px;left:calc((var(--step) + .5)/var(--steps)*100%);width:15px;height:15px;background:#fff;border-left:1px solid #b6c8df;border-top:1px solid #b6c8df;transform:translateX(-50%) rotate(45deg);transition:left .55s var(--ease);z-index:1}
.route-panel:focus-visible{outline:2px solid #3d5ca8;outline-offset:4px}
.route-panel-content{display:grid;grid-template-columns:1fr;border-radius:12px;overflow:hidden}
.route-photo{position:relative;isolation:isolate;min-height:100%;background:#243344}
.route-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.route-photo::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(transparent 45%,#152638e6)}
.route-photo figcaption{position:absolute;left:28px;right:28px;bottom:28px;color:#f4f8fc;display:grid;gap:9px}
.route-photo figcaption span{font-size:12px;color:#cddff6;letter-spacing:.08em;text-transform:uppercase;font-weight:600}
.route-photo figcaption strong{font-size:26px;line-height:1.1;letter-spacing:-.03em;font-weight:500}
.route-copy{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-template-areas:'main output' 'nav nav';gap:26px 44px;padding:36px 42px 28px;min-width:0}.route-main{grid-area:main;min-width:0}
.route-step{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#3d5ca8;font-weight:600;margin-bottom:16px;font-variant-numeric:tabular-nums}
.route-copy h3{font-size:32px;line-height:1.12;margin-bottom:16px;letter-spacing:-.035em;color:#1e2a39}
.route-body{font-size:16.5px;line-height:1.7;color:#43536a}
.route-output{grid-area:output;align-self:stretch;background:#edf3fc;border-left:3px solid #3d5ca8;border-radius:0 10px 10px 0;padding:24px 26px;margin:0;display:flex;flex-direction:column;justify-content:center;gap:10px}
.route-output>span{font-size:11px;font-weight:600;color:#3d5ca8;letter-spacing:.12em;text-transform:uppercase}
.route-output p{font-size:17px;color:#1e2a39;line-height:1.5;font-weight:500;letter-spacing:-.01em}
.route-output small{display:flex;align-items:center;gap:8px;font-size:12px;color:#5b6b82;margin-top:4px}
.route-output small svg{color:#3d5ca8;flex-shrink:0}
.route-nav{grid-area:nav;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:0;padding-top:22px;border-top:1px solid #dbe4f0}
.route-prev{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#3d5ca8;font-size:13px;font-weight:500;padding:10px 0;min-height:44px;transition:gap .2s,opacity .2s}
.route-prev:hover:not(:disabled){gap:14px}
.route-prev:disabled{opacity:.42;cursor:default}
.route-next.button.small{justify-content:space-between;gap:22px;min-width:0;margin:0}
@media(prefers-reduced-motion:no-preference){
  .route-track{transform:scaleX(0);transition:transform .9s var(--ease)}
  .route[data-in=true] .route-track{transform:scaleX(1)}
  .route-node{opacity:0;translate:0 10px;transition:opacity .5s var(--ease) calc(120ms + var(--i)*90ms),translate .5s var(--ease) calc(120ms + var(--i)*90ms),color .25s}
  .route[data-in=true] .route-node{opacity:1;translate:0 0}
  .route-panel{opacity:0;translate:0 14px;transition:opacity .6s var(--ease) .55s,translate .6s var(--ease) .55s}
  .route[data-in=true] .route-panel{opacity:1;translate:0 0}
  .route-panel-content{animation:profile-enter .4s var(--ease)}
  .route-photo img{animation:profile-enter .5s var(--ease)}
}
@media(hover:hover){
  .route-node:not([data-state=active]):hover .route-dot{border-color:#3d5ca8;color:#1e2a39;background:#fff;box-shadow:0 6px 16px #243f7222;transform:translateY(-2px)}
  .route-node:not([data-state=active]):hover .route-name{color:#1e2a39}
}
@media(max-width:1100px){.route-copy{padding:30px 30px 26px;gap:22px 30px}.route-copy h3{font-size:28px}.route-panel-content{min-height:0}.route-photo figcaption{left:22px;right:22px;bottom:22px}.route-photo figcaption strong{font-size:23px}}
@media(max-width:720px){
  .route{--dot:40px;display:flex;flex-direction:column}
  .route-rail{display:contents}
  .route-track{display:none}
  .route-node{order:calc(var(--i)*2);display:grid;grid-template-columns:var(--dot) 1fr;align-items:center;gap:16px;text-align:left;padding:9px 0;border-radius:0}
  .route-node::before,.route-node::after{content:'';position:absolute;left:calc(var(--dot)/2 - 1px);width:2px;background:#c4d2e4}
  .route-node::before{top:0;height:calc(50% - var(--dot)/2)}
  .route-node::after{bottom:0;height:calc(50% - var(--dot)/2)}
  .route-node[data-state=past]::before,.route-node[data-state=past]::after,.route-node[data-state=active]::before{background:#3d5ca8}
  .route-node:first-of-type::before,.route-node:last-of-type::after{display:none}
  .route-node[data-state=active] .route-dot{transform:none;box-shadow:0 0 0 5px #3d5ca81f}
  .route-name{font-size:16px}
  .route-panel{order:calc(var(--step)*2 + 1);margin:6px 0 14px calc(var(--dot) + 16px)}
  .route-panel::before{left:26px;transition:none}
  .route-panel::after{content:'';position:absolute;top:-6px;bottom:-14px;left:calc(-16px - var(--dot)/2 - 1px);width:2px;background:#c4d2e4}
  .route[data-last=true] .route-panel::after{display:none}
  .route-panel-content{grid-template-columns:1fr;min-height:0}
  .route-photo{min-height:200px}
  .route-copy{padding:24px 22px 20px}
  .route-copy h3{font-size:24px}
  .route-body{font-size:14px}
  .route-nav{flex-wrap:wrap;gap:8px 20px;padding-top:20px}
  .route-next.button.small{flex:1 1 auto}
}
@media(max-width:600px){
  .route-panel{margin-left:calc(var(--dot) + 12px)}
  .route-node{gap:12px}
  .route-panel::after{left:calc(-12px - var(--dot)/2 - 1px)}
  .route-photo{min-height:180px}
  .route-photo figcaption{left:18px;right:18px;bottom:18px}
  .route-photo figcaption strong{font-size:20px}
  .route-copy{padding:20px 18px 18px}
}

@media(max-width:720px){.route-copy{grid-template-columns:1fr;grid-template-areas:'main' 'output' 'nav';gap:18px}.route-body{font-size:15px}.route-output{padding:18px 20px;border-radius:0 8px 8px 0}.route-output p{font-size:15.5px}}
