.finder-page { --accent: #087a70; }
.finder-page [hidden] { display: none !important; }
.finder-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px, 5vw, 72px); align-items: start; padding: 64px 0 12px; }
.finder-intro { padding-top: 24px; }
.finder-intro h1 { font-size: clamp(2.8rem, 5vw, 4.6rem); line-height: 1.03; }
.finder-intro .lede { font-size: 1.05rem; margin-top: 24px; }
.intro-points { list-style: none; padding: 0; margin: 26px 0; font-size: .9rem; color: var(--muted); }
.intro-points li { padding: 6px 0 6px 22px; position: relative; }
.intro-points li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); }
.catalogue-link { font-weight: 700; font-size: .9rem; }
.catalogue-link span { padding-left: 8px; }
.privacy-note { max-width: 340px; color: var(--muted); font-size: .77rem; line-height: 1.6; margin-top: 26px; }
.question-panel { padding: clamp(22px, 3vw, 36px); border: 1px solid var(--border); border-radius: 20px; background: white; box-shadow: 0 18px 45px -40px #16352a88; }
.step-top { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .73rem; font-weight: 700; }
progress { width: 100%; height: 4px; display: block; appearance: none; border: 0; margin: 12px 0 28px; border-radius: 4px; background: #e7efeb; }
progress::-webkit-progress-bar { background: #e7efeb; border-radius: 4px; }
progress::-webkit-progress-value { background: var(--accent); border-radius: 4px; }
progress::-moz-progress-bar { background: var(--accent); }
.question-panel h2, .results-section h2, .catalogue-section h2, .method-note h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.8rem; letter-spacing: -.025em; line-height: 1.2; text-transform: none; color: var(--text); margin: 0 0 12px; }
.question-help { font-size: .88rem; color: var(--muted); line-height: 1.6; margin-bottom: 24px; }
.finder-page fieldset { margin: 0 0 22px; padding: 0; border: 0; min-width: 0; }
.finder-page legend, .field-label { font-weight: 700; font-size: .85rem; margin-bottom: 10px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.choice-grid.single { grid-template-columns: 1fr; }
.choice { display: flex; align-items: flex-start; gap: 9px; padding: 12px; min-height: 48px; border: 1px solid var(--border); border-radius: 10px; cursor: pointer; font-size: .82rem; line-height: 1.45; }
.choice:hover { border-color: var(--accent); }
.choice:has(input:checked) { border-color: var(--accent); background: var(--accent-soft); box-shadow: inset 0 0 0 1px var(--accent); }
.choice input { flex: none; margin: 3px 0 0; accent-color: var(--accent); width: 15px; height: 15px; }
.choice strong { display: block; font-weight: 650; }
.choice small { display: block; font-size: .75rem; color: var(--muted); margin-top: 3px; }
.finder-page input:not([type=radio]):not([type=checkbox]), .finder-page select { width: 100%; min-width: 0; min-height: 44px; margin: 6px 0 0; padding: 10px 12px; border: 1px solid #b5c5bb; border-radius: 8px; color: var(--text); background: #fff; font: inherit; font-size: .86rem; }
.finder-page label.field { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 18px; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.language-row { border-bottom: 1px solid var(--border); padding-bottom: 6px; margin-bottom: 18px; }
.language-row legend { margin-bottom: 10px; }
.language-row .field { margin-bottom: 12px; }
.language-row .text-button { margin-bottom: 8px; }
.text-button { border: 0; background: transparent; padding: 8px 0; font: inherit; font-size: .82rem; font-weight: 700; color: var(--accent); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; min-height: 44px; }
.form-actions { display: flex; justify-content: space-between; gap: 14px; align-items: center; border-top: 1px solid var(--border); padding-top: 20px; margin-top: 18px; }
.form-actions .btn { margin-left: auto; gap: 26px; min-height: 46px; }
.finder-page button.btn { border: 0; font-family: inherit; cursor: pointer; }
.finder-page button:disabled { opacity: .55; cursor: wait; }
.form-error { font-size: .83rem; color: #aa2929; margin: 0; }
.inline-note { font-size: .8rem; padding: 12px 14px; border-left: 3px solid var(--accent); background: var(--accent-soft); color: var(--muted); margin-top: 14px; }
.review-list { margin: 20px 0; }
.review-row { display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--border); padding: 10px 0; align-items: center; }
.review-row dt { font-size: .74rem; font-weight: 700; color: var(--muted); }
.review-row dd { margin: 3px 0 0; font-size: .83rem; overflow-wrap: anywhere; }
.review-row .text-button { flex: none; }
.results-section { padding-top: 54px; scroll-margin-top: 100px; }
.results-section h2 { font-size: clamp(2rem, 4vw, 3rem); }
.results-toolbar { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.result-summary { max-width: 790px; color: var(--muted); font-size: .95rem; }
.result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.result-grid.four-paths { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.result-card .goal-fit { margin-top: 14px; }
.result-card { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 24px; min-width: 0; }
.result-card:first-child { border-top: 4px solid var(--accent); padding-top: 21px; }
.result-card h3 { font-size: 1.45rem; line-height: 1.25; margin: 12px 0; }
.result-card h4 { font-size: .81rem; margin: 23px 0 9px; }
.result-card p, .result-card li { font-size: .83rem; line-height: 1.65; color: var(--muted); }
.result-card ol, .result-card ul { padding-left: 20px; margin: 10px 0; }
.result-card li { margin-bottom: 9px; }
.result-card .route-meta { color: var(--accent); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin: 0; }
.badge { display: inline-block; font-size: .67rem; line-height: 1.4; padding: 4px 7px; border-radius: 5px; background: #edf3f0; color: #345242; }
.badge.unverified { background: #fbf1da; color: #785314; }
.provider-block { padding-top: 14px; margin-top: 16px; border-top: 1px solid var(--border); }
.provider-block summary { cursor: pointer; font-weight: 700; font-size: .8rem; min-height: 44px; padding: 8px 0; }
.provider { margin-top: 13px; }
.provider > a { font-size: .85rem; font-weight: 700; display: inline-block; padding: 5px 0; }
.provider p { font-size: .75rem; margin: 5px 0; }
.provider .badge { margin-bottom: 5px; }
.small-note { color: var(--muted); font-size: .78rem; }
.section-heading { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 22px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 2.8rem); }
.section-heading > p { font-size: .86rem; color: var(--muted); margin: 0; }
.catalogue-section { scroll-margin-top: 100px; padding-top: 76px; }
.catalogue-note { max-width: 850px; color: var(--muted); font-size: .85rem; }
.catalogue-filters { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; padding: 22px; background: #eaf0ec; border-radius: 12px; margin: 24px 0 14px; }
.catalogue-filters label { min-width: 0; font-size: .77rem; font-weight: 700; }
.catalogue-list { margin-bottom: 20px; }
.catalogue-item { border-bottom: 1px solid var(--border); padding: 14px 0; }
.catalogue-item summary { cursor: pointer; display: flex; gap: 14px; align-items: baseline; justify-content: space-between; padding: 7px 0; font-weight: 650; font-size: .92rem; list-style: none; }
.catalogue-item summary::after { content: '+'; flex: none; color: var(--accent); font-size: 1.2rem; }
.catalogue-item[open] summary::after { content: '−'; }
.catalogue-item p { color: var(--muted); font-size: .85rem; max-width: 790px; margin: 10px 0; }
.catalogue-item small { color: var(--muted); font-size: .72rem; }
.method-note { max-width: 860px; padding-top: 62px; }
.method-note h2 { font-size: 1.4rem; }
.method-note p { color: var(--muted); font-size: .85rem; }
@media (max-width: 960px) {
  .finder-layout { gap: 28px; padding-top: 35px; grid-template-columns: .75fr 1fr; }
  .result-grid, .result-grid.four-paths { grid-template-columns: 1fr; }
  .result-card { padding: 24px; }
}
@media (max-width: 760px) {
  .finder-layout { grid-template-columns: 1fr; padding-top: 28px; gap: 24px; }
  .finder-intro { padding: 0; }
  .finder-intro h1 { max-width: 570px; font-size: clamp(2.6rem, 8vw, 3.7rem); }
  .finder-intro .lede { margin-top: 16px; }
  .intro-points { display: none; }
  .privacy-note { max-width: none; margin: 12px 0 0; }
  .question-panel { scroll-margin-top: 20px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .catalogue-filters { grid-template-columns: 1fr; padding: 18px; }
}
@media (max-width: 380px) { .choice-grid, .field-pair { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .site-header, footer, .finder-layout, .catalogue-section, .method-note, .results-toolbar, .provider-block { display: none !important; }
  .wrap { width: 100%; padding: 0; }
  .results-section { padding: 0; }
  .result-grid { display: block; }
  .result-card { break-inside: avoid; margin-bottom: 15px; box-shadow: none; }
}
