.finder-hero { padding-bottom: 30px; }
.finder-trust { justify-content: center; margin-top: 24px; }
.finder-layout { max-width: 1120px; margin: 0 auto 80px; padding: 0 28px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.finder-form { display: grid; gap: 20px; box-shadow: none; }
.finder-form label { font-size: 15px; }
.finder-submit { margin-top: 4px; }
.form-note { font-size: 12px; margin: 0; }
.finder-progress { height: 6px; background: var(--cream); border-radius: 99px; overflow: hidden; }
.finder-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,var(--teal),#25ad78); }
.finder-result { min-height: 560px; background: var(--ink); color: white; border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.finder-result p { color: #c6d4d2; }
.result-placeholder h2, .recommendation-card h2 { font-family: Georgia,serif; font-size: 34px; line-height: 1.08; margin: 12px 0; }
.result-kicker { display: inline-block; color: var(--lime); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.finder-steps { padding-left: 22px; color: #c6d4d2; }
.finder-steps li { margin: 10px 0; }
.recommendation-card { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid #34504e; }
.recommendation-card:last-of-type { margin-bottom: 18px; }
.recommendation-label { font-weight: 800; color: var(--lime)!important; }
.recommendation-card strong { color: white; }
.test-box { display: grid; gap: 5px; background: #233b3a; border-radius: 12px; padding: 15px; margin: 18px 0; color: #c6d4d2; }
.test-box strong { color: var(--lime); }
.result-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.finder-result .text-link { color: var(--lime); }
.finder-result .button { background: var(--lime); color: var(--ink); box-shadow: 0 6px 0 #a4b94a; }
.affiliate-chip, .direct-chip { display: inline-block; border-radius: 99px; padding: 4px 9px; margin-top: 15px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.affiliate-chip { background: #fff2c9; color: #6a4a00; }
.direct-chip { background: #34504e; color: #c6d4d2; }
.finder-result .notice { margin-top: 16px; background: #eef4e6; color: #3f5451; }
.finder-reset { border: 0; background: transparent; color: var(--lime); font: inherit; font-weight: 800; padding: 8px 0; cursor: pointer; }
.finder-method { margin-bottom: 80px; }
.finder-cta { margin: 28px 0; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.finder-cta h2, .finder-cta h3 { margin-top: 0; }
.finder-cta p:last-child { margin-bottom: 0; }
@media(max-width:800px) {
  .finder-layout { grid-template-columns: 1fr; padding: 0 14px; }
  .finder-result { min-height: 0; }
  .finder-hero { padding-top: 35px; }
  .result-actions { align-items: flex-start; flex-direction: column; }
  .finder-method { padding: 0 20px; }
}
