body.find-quiz-body {
  background:
    radial-gradient(circle at top, rgba(77, 225, 255, 0.09), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(229, 195, 126, 0.1), transparent 24%),
    linear-gradient(180deg, #051126 0%, #081631 44%, #040c1d 100%);
  color: var(--text-1);
}

.find-quiz-body .grain-overlay {
  opacity: 0.05;
}

.find-quiz-body .nav-link-item.is-current,
.find-quiz-body .mobile-links a.is-current {
  color: var(--gold);
}

.find-quiz-main {
  position: relative;
  z-index: 1;
}

.find-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-h) + 5rem) 0 3.5rem;
}

.find-hero-layer,
.find-hero-orb {
  position: absolute;
  pointer-events: none;
}

.find-hero-grid {
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at center, black 42%, transparent 96%);
}

.find-hero-glow {
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.72;
}

.find-hero-glow-gold {
  top: -7rem;
  right: -8rem;
  background: rgba(229, 195, 126, 0.18);
}

.find-hero-glow-cyan {
  left: -8rem;
  bottom: -8rem;
  background: rgba(77, 225, 255, 0.15);
}

.find-hero-orb {
  border-radius: 50%;
  mix-blend-mode: screen;
}

.find-hero-orb-one {
  top: 24%;
  right: 18%;
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(77, 225, 255, 0.75), transparent 72%);
  animation: find-orb-float 18s ease-in-out infinite;
}

.find-hero-orb-two {
  bottom: 15%;
  left: 10%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(229, 195, 126, 0.7), transparent 72%);
  animation: find-orb-float-reverse 20s ease-in-out infinite;
}

.find-hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: var(--sp-12);
  align-items: center;
}

.find-kicker,
.find-panel-kicker,
.find-question-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.find-kicker::before,
.find-panel-kicker::before,
.find-question-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
}

.find-hero-copy,
.find-hero-panel,
.find-quiz-shell {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.75s var(--ease-out-expo),
    transform 0.75s var(--ease-out-expo),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.find-hero-copy.is-visible,
.find-hero-panel.is-visible,
.find-quiz-shell.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.find-hero-copy.is-visible {
  transition-delay: 0.05s;
}

.find-hero-panel.is-visible {
  transition-delay: 0.14s;
}

.find-hero-title {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: var(--sp-6) 0;
  font-family: var(--font-head);
  font-size: clamp(2.9rem, 6vw, 5.25rem);
  line-height: 0.98;
  color: var(--text-0);
}

.find-hero-text {
  max-width: 42rem;
  margin-bottom: var(--sp-8);
  color: var(--text-2);
  font-size: 1.08rem;
  line-height: 1.85;
}

.find-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.find-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  color: var(--text-1);
  font-size: 0.9rem;
}

.find-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg-glass);
}

.find-hero-panel-inner {
  padding: var(--sp-12);
}

.find-hero-panel h2 {
  margin: var(--sp-3) 0 var(--sp-6);
  color: var(--text-0);
  font-size: clamp(2rem, 4vw, 3rem);
}

.find-hero-list {
  display: grid;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
  list-style: none;
}

.find-hero-list li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--text-2);
  line-height: 1.75;
}

.find-hero-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--cyan));
}

.find-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-4);
}

.find-stat-chip {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.find-stat-chip strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-head);
  font-size: 1.5rem;
  color: var(--text-0);
}

.find-stat-chip span {
  color: var(--text-2);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.find-quiz-section {
  padding: 0 0 5rem;
}

.find-quiz-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(10, 24, 48, 0.72);
}

.find-quiz-shell-inner {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

.find-quiz-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: var(--sp-8);
  margin-bottom: 2rem;
}

.find-quiz-heading {
  margin-top: var(--sp-2);
  font-size: clamp(2rem, 4vw, 2.7rem);
  color: var(--text-0);
}

.find-progress-summary {
  min-width: min(300px, 100%);
}

.find-progress-summary span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--text-2);
  font-size: 0.92rem;
  text-align: right;
}

.find-progress-track {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.find-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  box-shadow: 0 0 28px rgba(229, 195, 126, 0.28);
  transition: width 0.35s var(--ease-out-expo);
}

.quiz-screen {
  display: none;
}

.quiz-screen.is-active {
  display: block;
}

.find-question-card {
  padding: clamp(1.4rem, 2.8vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(77, 225, 255, 0.07), transparent 30%),
    radial-gradient(circle at bottom left, rgba(229, 195, 126, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.025);
}

.find-question-title {
  margin: 1rem 0 0.85rem;
  color: var(--text-0);
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  line-height: 1.1;
}

.find-question-help,
.find-results-copy,
.find-results-note {
  color: var(--text-2);
  line-height: 1.75;
  font-size: 1rem;
}

.find-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.find-option {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(10, 24, 48, 0.72);
  color: var(--text-1);
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.find-option:hover,
.find-option:focus-visible {
  outline: none;
  transform: translateY(-2px);
  border-color: rgba(229, 195, 126, 0.35);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.find-option.is-selected {
  border-color: rgba(229, 195, 126, 0.55);
  background:
    linear-gradient(180deg, rgba(229, 195, 126, 0.14), rgba(255, 255, 255, 0.025)),
    rgba(14, 18, 28, 0.78);
  box-shadow: 0 18px 44px rgba(229, 195, 126, 0.12);
}

.find-option-topline {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.6rem;
}

.find-option-marker {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 2px transparent;
  transition: inherit;
}

.find-option.is-selected .find-option-marker {
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2), 0 0 16px rgba(229, 195, 126, 0.45);
}

.find-option-title {
  color: var(--text-0);
  font-family: var(--font-head);
  font-size: 1.1rem;
}

.find-option-copy {
  color: var(--text-2);
  font-size: 0.97rem;
  line-height: 1.65;
}

.find-question-actions,
.find-results-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.find-question-actions .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
  box-shadow: none;
}

.find-results-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  gap: 1rem;
  margin-top: 1.8rem;
}

.find-result-card {
  position: relative;
  overflow: hidden;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.03);
}

.find-result-card.is-top {
  border-color: rgba(229, 195, 126, 0.35);
  background:
    radial-gradient(circle at top right, rgba(229, 195, 126, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.04);
}

.find-result-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-0);
  font-family: var(--font-head);
  font-weight: 800;
}

.find-result-card.is-top .find-result-rank {
  background: linear-gradient(135deg, var(--gold), #f8d87f);
  color: #0f0c04;
}

.find-result-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  padding: 0.38rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-2);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.find-result-title {
  margin-bottom: 0.7rem;
  color: var(--text-0);
  font-family: var(--font-head);
  font-size: 1.55rem;
  line-height: 1.1;
}

.find-result-description {
  color: var(--text-2);
  line-height: 1.7;
  font-size: 0.98rem;
}

.find-result-meter {
  margin: 1.15rem 0 0.75rem;
}

.find-result-meter-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.find-result-meter-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.find-result-score {
  display: inline-block;
  margin-top: 0.55rem;
  color: var(--text-2);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.find-results-cta {
  margin-top: 1.8rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.find-footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: var(--sp-12) var(--sp-8);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp-8);
}

.find-footer-brand {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
}

.find-footer-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.find-footer-links {
  display: flex;
  gap: var(--sp-12);
}

.find-footer-links .footer-col {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.find-footer-links a,
.find-footer-bottom,
.find-footer-brand .footer-desc {
  color: var(--text-2);
  font-size: 0.82rem;
}

.find-footer-links a:hover {
  color: var(--gold);
}

.find-footer-bottom {
  padding: var(--sp-4) 0;
  text-align: center;
  border-top: 1px solid var(--border);
}

@keyframes find-orb-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes find-orb-float-reverse {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 20px, 0);
  }
}

@media (max-width: 1100px) {
  .find-hero-wrap,
  .find-results-grid {
    grid-template-columns: 1fr;
  }

  .find-progress-summary span {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .find-quiz-header {
    flex-direction: column;
    align-items: stretch;
  }

  .find-options {
    grid-template-columns: 1fr;
  }

  .find-hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .find-hero {
    padding-top: calc(var(--nav-h) + 3.5rem);
  }

  .find-hero-panel-inner,
  .find-quiz-shell-inner {
    padding: 1.35rem;
  }

  .find-question-card,
  .find-results-cta {
    padding: 1.1rem;
  }

  .find-footer-inner,
  .find-footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .find-question-actions .btn,
  .find-results-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
