.pv-finder { padding: 80px 0; background: #f0f1e8 !important; }
.pv-finder-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
#objective-navigator .pv-finder-heading h2 { font-size: clamp(32px,4vw,48px); line-height: 1.12; }
.pv-finder h2 em { font-family: Newsreader,Georgia,serif; font-weight: 400; }
.pv-finder-heading > p { font-size: 14px; line-height: 1.8; color: #4b6046; }
.pv-finder-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; }
.pv-choice-list { display: grid; gap: 10px; min-width: 0; }
.pv-choice-list label { position: relative; display: flex; gap: 16px; align-items: center; min-height: 89px; padding: 20px; border: 1px solid #c8d2c1; border-radius: 12px; cursor: pointer; background: #f6f4eb; color: #12372b; }
.pv-choice-list label:has(input:checked) { border-color: #12372b; box-shadow: inset 4px 0 #12372b; background: #fffef9; }
.pv-choice-list label:has(input:focus-visible) { outline: 3px solid #4e714e; outline-offset: 3px; }
.pv-choice-list input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.pv-choice-number { font-size: 11px; opacity: .7; }
.pv-choice-list strong { display: block; font-size: 15px; font-weight: 600; }
.pv-choice-list small { display: block; font-size: 12px; color: #4b6046; margin-top: 6px; }
.pv-choice-list label > span:last-child { margin-left: auto; }
.pv-recommendation { background: #12372b; color: #f6f4eb; border-radius: 16px; padding: 34px; display: flex; flex-direction: column; align-items: start; }
.pv-recommendation .pv-eyebrow { color: #d8dfcf; }
.pv-recommendation h3 { font-size: 32px; line-height: 1.1; font-weight: 500; letter-spacing: -.04em; margin-bottom: 18px; }
.pv-recommendation p:not(.pv-eyebrow) { font-size: 14px; line-height: 1.8; color: #d8dfcf; }
.pv-pilot-note { margin: 22px 0; border-top: 1px solid #54705a; padding-top: 18px; }
.pv-pilot-note > span { font-size: 9px; letter-spacing: .1em; }
.pv-pilot-note p { margin-top: 8px; }
.pv-recommendation .pv-button { background: #f6f4eb; color: #12372b; width: 100%; margin-top: auto; }
.pv-finder-details { align-self: center; padding-top: 18px; text-decoration: underline; text-underline-offset: 5px; font-size: 12px; }
.pv-finder-help { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; font-size: 13px; color: #4b6046; }
.pv-finder-help a { color: #12372b; text-decoration: underline; text-underline-offset: 4px; }
@media(max-width:767px) { .pv-finder { padding: 44px 0; } .pv-finder-heading { display: block; margin-bottom: 24px; } .pv-finder-heading > p { margin-top: 14px; } .pv-finder-heading > p br { display: none; } .pv-finder-grid { grid-template-columns: 1fr; gap: 18px; } .pv-choice-list label { min-height: 80px; padding: 16px 14px; gap: 10px; } .pv-choice-list strong { font-size: 13px; } .pv-recommendation { padding: 24px; } .pv-recommendation h3 { font-size: 28px; } }
