/* Audience-first story layer. Nothing here targets the approved header. */
.home .directory-title { font-size:21px; line-height:1.22; align-items:start; gap:10px; }
.home .directory-free { font-size:11px; color:var(--cta); font-weight:650; line-height:1.5; }
.home .directory-item { padding:22px 0; }
.home .advisor-layout { grid-template-columns:.92fr 1.08fr; gap:65px; align-items:center; }
.home .advisor-copy h2 { max-width:none; }
.home .advisor-copy .home-lead { max-width:390px; }
.quest-companion { display:flex; align-items:center; gap:17px; margin:26px 0; }

.quest-companion blockquote { margin:0; max-width:270px; }
.quest-companion blockquote p { font-size:15px; line-height:1.55; color:#f5f4f1; }
.quest-companion footer { margin-top:9px; color:#bdcec2; font-size:10px; line-height:1.5; }
.quest-route { display:flex; gap:0; list-style:none; padding:0; margin:30px 0 0; }
.quest-route li { flex:1; position:relative; color:#b5c9bc; padding-top:10px; border-top:2px solid #91b5a53d; }
.quest-route b { display:block; font-size:10px; letter-spacing:.05em; font-weight:500; }
.quest-route span { display:block; margin-top:5px; font-size:11px; }
.quest-route li.is-current { color:#fff; border-color:var(--accent-soft); }
.quest-route li.is-done { color:var(--accent-soft); border-color:#6aac89; }
.home .advisor-assurance { margin-top:26px; }
.home .quiz-card { padding:34px; border-radius:5px; min-height:480px; }
.quest-ticket-label { display:block; color:var(--secondary); font-size:9px; letter-spacing:.1em; font-weight:650; margin-bottom:23px; line-height:1.5; }
.quest-welcome h3 { font-size:32px; letter-spacing:-.04em; line-height:1.15; margin-bottom:16px; }
.quest-welcome > p { font-size:14px; color:var(--secondary); }
.quest-ticket-preview { margin:25px 0; padding:21px 0; border-top:1px dashed #aebcaf; border-bottom:1px dashed #aebcaf; display:grid; grid-template-columns:1fr 1fr; gap:11px; }
.quest-ticket-preview span { font-size:12px; color:var(--secondary); }
.quest-ticket-preview span::before { content:'✓'; display:inline-block; margin-right:8px; color:var(--cta); }
.quest-ticket-preview strong { grid-column:1/-1; margin-top:3px; font-size:17px; font-weight:650; }
.home .quest-start { display:flex; justify-content:space-between; width:100%; font-size:16px; min-height:60px; }
.quest-welcome > .home-note { margin-top:15px; font-size:11px; }
.quiz-scene-label { font-size:10px; letter-spacing:.12em; text-transform:uppercase; color:var(--cta); font-weight:700; margin-bottom:13px; }
.home .quiz-fieldset legend { font-size:26px; }
.home .quiz-option { min-height:68px; transition:background .15s,border-color .15s; }
.home .quiz-option strong { font-size:14px; }
.home .quiz-option input { width:19px; height:19px; }
.home .quiz-fieldset { animation:quest-arrive .22s ease-out; }
.quest-result-product { display:block; font-size:14px; color:var(--secondary); margin:0 0 16px; }
.quest-result-summary { display:flex; gap:7px; flex-wrap:wrap; margin:15px 0 22px; }
.quest-result-summary span { border:1px solid var(--line); border-radius:3px; padding:6px 9px; font-size:11px; color:var(--pine); }
.home .quiz-result h3 { font-size:30px; margin-bottom:8px; }
.home .quiz-result .home-eyebrow { color:var(--cta); }
.home .products-footnote { margin-top:35px !important; }
.home .price-panel-heading h3 { font-size:21px; }
.home .price-panel-heading h3 small { display:block; font-size:12px; font-weight:450; color:var(--secondary); margin-top:7px; letter-spacing:0; }
.free-entry-overview { display:grid; grid-template-columns:repeat(3,1fr); margin-bottom:25px; border-top:1px solid #c3cfc0; border-bottom:1px solid #c3cfc0; }
.free-entry-overview > div { padding:21px 24px; border-right:1px solid #c3cfc0; }
.free-entry-overview > div:first-child { padding-left:0; }
.free-entry-overview > div:last-child { border:0; }
.free-entry-overview span,.free-entry-overview strong,.free-entry-overview small { display:block; }
.free-entry-overview span { font-size:12px; color:var(--secondary); margin-bottom:9px; }
.free-entry-overview strong { font-size:19px; letter-spacing:-.025em; line-height:1.3; font-weight:650; }
.free-entry-overview small { font-size:11px; line-height:1.5; color:var(--secondary); margin-top:9px; }
.visually-hidden { position:absolute; width:1px; height:1px; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
@keyframes quest-arrive { from { opacity:.35; transform:translateY(7px); } to { opacity:1; transform:translateY(0); } }
@media (max-width:1050px) {
  .home .advisor-layout { gap:35px; }
}
@media (max-width:930px) {
}
@media (max-width:760px) {
  .home .advisor-layout { grid-template-columns:1fr; }
  .quest-companion { margin:23px 0; }
  .quest-companion blockquote { max-width:none; }
  .home .advisor-copy .home-lead { max-width:none; }
  .home .quiz-card { min-height:0; }
  .free-entry-overview { grid-template-columns:1fr; }
  .free-entry-overview > div { padding:17px 0; border-right:0; border-bottom:1px solid #c3cfc0; }
  .free-entry-overview strong { font-size:18px; }
}
@media (max-width:420px) {
  .home .quiz-card { padding:25px 20px; }
  .home .directory-title { font-size:18px; }
  .home .directory-item small { font-size:11px; }
  .home .directory-free { font-size:10px; }
  .quest-ticket-preview { grid-template-columns:1fr; }
  .quest-ticket-preview strong { font-size:16px; }
  .quest-welcome h3 { font-size:29px; }
  .home .quiz-fieldset legend { font-size:24px; }
  .home .price-panel-heading { gap:10px; }
  .home .price-panel-heading h3 { font-size:18px; }
}
@media (prefers-reduced-motion:reduce) { .home .quiz-fieldset { animation:none; } }
