#finder-app { max-width: 680px; margin: 0 auto; }

.finder-progress { display: flex; gap: 8px; margin-bottom: 36px; }
.finder-progress-step { flex: 1; height: 4px; border-radius: 2px; background: #1e1e2e; transition: background 0.3s ease; }
.finder-progress-step.active { background: #6c5ce7; }
.finder-progress-step.done { background: #00b894; }

.finder-card {
  background: #12121a;
  border: 1px solid #1e1e2e;
  border-radius: 12px;
  padding: 40px 36px;
  animation: fadeUp 0.35s ease both;
}
.finder-step-label {
  font-family: 'Space Mono', monospace;
  font-size: 11px; text-transform: uppercase; letter-spacing: 2px;
  color: #00cec9; margin-bottom: 12px;
}
.finder-question {
  font-size: 22px; font-weight: 700; color: #ffffff;
  margin-bottom: 28px; line-height: 1.3;
}
.finder-options {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-bottom: 28px;
}
/* For question 1 with 7 options, last item spans full width */
.finder-options.cols-7 .finder-option:last-child { grid-column: 1 / -1; }
@media (max-width: 480px) {
  .finder-options { grid-template-columns: 1fr; }
  .finder-card { padding: 28px 20px; }
}
.finder-option {
  display: flex; align-items: flex-start; gap: 14px;
  background: #0a0a0f; border: 1px solid #1e1e2e;
  border-radius: 8px; padding: 16px 18px;
  cursor: pointer; transition: all 0.18s ease; text-align: left;
}
.finder-option:hover { border-color: #6c5ce7; background: #1a1a26; transform: translateY(-1px); }
.finder-option.selected { border-color: #6c5ce7; background: rgba(108,92,231,0.1); box-shadow: 0 0 0 2px rgba(108,92,231,0.2); }
.finder-option-icon { font-size: 24px; flex-shrink: 0; margin-top: 1px; }
.finder-option-text h4 { font-size: 15px; font-weight: 600; color: #ffffff; margin-bottom: 3px; }
.finder-option-text p { font-size: 12px; color: #8888a4; line-height: 1.4; margin: 0; }

.finder-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.finder-btn-back {
  background: none; border: 1px solid #1e1e2e; border-radius: 8px;
  color: #8888a4; padding: 10px 20px; cursor: pointer;
  font-size: 14px; font-family: 'DM Sans', sans-serif; transition: all 0.2s;
}
.finder-btn-back:hover { border-color: #2d2d44; color: #e2e2ef; }
.finder-btn-next {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: 8px;
  background: linear-gradient(135deg, #6c5ce7, #7c6cf7);
  color: #fff; font-weight: 600; font-size: 15px;
  border: none; cursor: pointer; transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.finder-btn-next:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(108,92,231,0.4); }
.finder-btn-next:disabled { opacity: 0.4; cursor: not-allowed; transform: none; box-shadow: none; }

.finder-results { animation: fadeUp 0.4s ease both; }
.finder-results-header { text-align: center; margin-bottom: 36px; }
.finder-results-header .checkmark { font-size: 48px; margin-bottom: 16px; display: block; }
.finder-results-header h2 { font-size: 28px; font-weight: 700; color: #ffffff; margin-bottom: 8px; }
.finder-results-header p { color: #8888a4; font-size: 16px; }

.finder-rec-primary {
  background: #12121a; border: 2px solid #6c5ce7;
  border-radius: 12px; padding: 32px; margin-bottom: 16px;
  position: relative; overflow: hidden;
}
.finder-rec-primary::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, #6c5ce7, #00cec9);
}
.finder-rec-label {
  font-family: 'Space Mono', monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 2px; color: #00cec9; margin-bottom: 12px;
}
.finder-rec-tool-name { font-size: 26px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }
.finder-rec-tagline { font-size: 14px; color: #00cec9; margin-bottom: 16px; }
.finder-rec-why { font-size: 15px; color: #e2e2ef; margin-bottom: 20px; line-height: 1.6; }
.finder-rec-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.finder-rec-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.finder-rec-secondary {
  background: #12121a; border: 1px solid #1e1e2e;
  border-radius: 12px; padding: 24px; margin-bottom: 12px;
  display: flex; gap: 20px; align-items: flex-start; transition: border-color 0.2s;
}
.finder-rec-secondary:hover { border-color: #2d2d44; }
.finder-rec-secondary-icon { font-size: 28px; flex-shrink: 0; }
.finder-rec-secondary-body h4 { font-size: 17px; font-weight: 700; color: #ffffff; margin-bottom: 4px; }
.finder-rec-secondary-body p { font-size: 13px; color: #8888a4; margin: 0 0 12px; line-height: 1.5; }

.finder-also-check {
  font-family: 'Space Mono', monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 2px; color: #8888a4; margin: 32px 0 16px;
}
.finder-restart { text-align: center; margin-top: 40px; }
.finder-restart button {
  background: none; border: 1px solid #1e1e2e; border-radius: 8px;
  color: #8888a4; padding: 10px 24px; cursor: pointer;
  font-size: 14px; font-family: 'DM Sans', sans-serif; transition: all 0.2s;
}
.finder-restart button:hover { border-color: #6c5ce7; color: #e2e2ef; }
