/* LioraPath V17 — simplified roadmap + six-section inspection flow */
:root{--v17-choice-a:#eef7f4;--v17-choice-b:#fff8e9;--v17-choice-a-line:#90bdb4;--v17-choice-b-line:#d6b66f}

/* Sidebar: vertical navigation only. No confusing horizontal scrollbar. */
.sidebar{overflow:hidden!important}
.side-nav{overflow-y:auto!important;overflow-x:hidden!important;min-width:0!important;scrollbar-gutter:stable}
.side-nav button{min-width:0!important;width:100%!important;white-space:normal!important}
.side-nav button>span:not(.side-icon):not(.tag){min-width:0}
.sidebar-bottom{flex:0 0 auto}

/* Make the two journey choices unmistakably interactive and visibly selected. */
.v12-road-choice{padding:20px!important;border-radius:18px!important;background:linear-gradient(135deg,#fff,#f6faf9)!important}
.v12-road-choice>div:first-child h3{font-size:19px!important;color:#18344d!important}
.v12-road-choice>div:first-child p{font-size:11px!important;line-height:1.5!important;max-width:440px}
.v12-path-switch{gap:12px!important}
.v12-path-switch button{position:relative!important;min-height:112px!important;padding:18px!important;border:2px solid #d9e2e2!important;border-radius:16px!important;background:#fff!important;box-shadow:0 6px 18px rgba(16,47,80,.045)!important;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease!important}
.v12-path-switch button:hover{transform:translateY(-2px)!important;box-shadow:0 10px 24px rgba(16,47,80,.08)!important}
.v12-path-switch button[data-mode="new"]{background:linear-gradient(145deg,#fff,var(--v17-choice-a))!important}
.v12-path-switch button[data-mode="chow"]{background:linear-gradient(145deg,#fff,var(--v17-choice-b))!important}
.v12-path-switch button[data-mode="new"].active{border-color:var(--v17-choice-a-line)!important;box-shadow:0 0 0 4px rgba(79,129,123,.10),0 10px 24px rgba(16,47,80,.07)!important}
.v12-path-switch button[data-mode="chow"].active{border-color:var(--v17-choice-b-line)!important;box-shadow:0 0 0 4px rgba(189,150,80,.10),0 10px 24px rgba(16,47,80,.07)!important}
.v12-path-switch button b{font-size:14px!important;line-height:1.35!important;margin-top:6px!important;color:#1c3952!important}
.v12-path-switch button>span:last-child{font-size:10.5px!important;line-height:1.45!important;color:#687987!important;margin-top:7px!important}
.v17-choice-check{display:inline-flex!important;width:max-content!important;border-radius:999px!important;padding:5px 8px!important;background:#edf2f1!important;color:#52706a!important;font-size:9px!important;font-weight:850!important;letter-spacing:.03em!important}
.v12-path-switch button.active .v17-choice-check{background:#173f61!important;color:#fff!important}

/* Five simple roadmap steps on desktop. */
.v156-road-stepper{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:9px!important;padding:12px!important}
.v156-road-stepper button{padding:11px 8px!important}
.v156-road-stepper button span{width:35px!important;height:35px!important}
.v156-road-stepper button small{font-size:9.5px!important;line-height:1.3!important;max-width:150px!important}
.v156-road-stage>header{padding-top:20px!important;padding-bottom:20px!important}
.v156-road-stage>header h3{font-size:24px!important}

/* Six focused inspection sections with a little more breathing room. */
.v157-checklist-intro{padding:24px 25px!important;margin-bottom:22px!important}
.v157-checklist-intro b{font-size:22px!important}
.v157-checklist-intro p{font-size:12px!important;line-height:1.65!important;max-width:820px!important}
.v157-question-group{margin-bottom:24px!important}
.v157-group-head{padding:22px!important}
.v157-question-group .v10-checklist{padding:7px 22px 14px!important}
.v157-q{padding:18px 3px!important;gap:26px!important}
.v157-q-copy b{font-size:13.5px!important}
.v157-q-copy small{font-size:11px!important;line-height:1.55!important}

@media(max-width:900px){
 .v156-road-stepper{grid-template-columns:repeat(5,minmax(118px,1fr))!important;overflow-x:auto!important;scroll-snap-type:x proximity}
 .v156-road-stepper button{scroll-snap-align:start}
}
@media(max-width:760px){
 .v12-path-switch{grid-template-columns:1fr!important}
 .v12-path-switch button{min-height:auto!important}
 .v156-road-stepper{grid-template-columns:1fr!important;overflow:visible!important}
 .v156-road-stepper button{grid-template-columns:36px 1fr!important;justify-items:start!important;text-align:left!important}
 .v156-road-stepper button small{text-align:left!important;max-width:none!important}
 .v157-checklist-intro{padding:20px 18px!important}
 .v157-checklist-intro b{font-size:19px!important}
}
