.pf-section{padding:clamp(40px,7vw,76px) 0;background:var(--brand-sky-wash)}.path-finder{--pf-coral:var(--brand-soft-coral);--pf-coral-tint:rgba(230,117,113,0.08);--pf-muted:#4a5568;max-width:720px;margin-inline:auto;background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-float);overflow:hidden}.path-finder__head{background:linear-gradient(160deg,var(--navy-light) 0,var(--navy) 70%);color:#fff;padding:clamp(20px,4vw,32px) clamp(20px,4vw,34px)}.path-finder__eyebrow{margin:0 0 8px;font-weight:700;font-size:.82rem;letter-spacing:.01em;color:var(--pf-coral)}.path-finder .path-finder__title{margin:0;font-family:var(--font-serif)!important;font-weight:700;font-size:clamp(1.4rem,3vw,1.95rem);line-height:1.15;letter-spacing:-.01em;text-wrap:balance}.path-finder__sub{margin:10px 0 0;color:rgba(255,255,255,.82);font-size:.95rem;line-height:1.5;max-width:52ch}.path-finder__progress{display:flex;align-items:center;gap:12px;margin-top:clamp(16px,3vw,22px)}.path-finder__track{flex:1 1;height:6px;border-radius:999px;background:rgba(255,255,255,.16);overflow:hidden}.path-finder__track span{display:block;height:100%;border-radius:999px;background:var(--pf-coral);transition:width .5s cubic-bezier(.22,1,.36,1)}.path-finder__count{flex:0 0 auto;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.86);white-space:nowrap}.path-finder__body{padding:clamp(20px,4vw,32px) clamp(20px,4vw,34px);animation:pf-in .38s cubic-bezier(.22,1,.36,1)}@keyframes pf-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pf-back{display:inline-flex;align-items:center;gap:5px;margin-bottom:14px;padding:4px 2px;background:none;border:0;color:var(--pf-muted);font-size:.85rem;font-weight:600;cursor:pointer;transition:color .18s ease}.pf-back:hover{color:var(--navy)}.pf-back svg{width:15px;height:15px}.path-finder .pf-step__title{margin:0;font-family:var(--font-serif)!important;font-weight:700;color:var(--ink-2);font-size:clamp(1.2rem,2.5vw,1.55rem);line-height:1.2;letter-spacing:-.01em;text-wrap:balance}.pf-step__title:focus-visible{outline:2px solid var(--navy);outline-offset:4px;border-radius:4px}.pf-step__sub{margin:8px 0 0;color:var(--pf-muted);font-size:.92rem;line-height:1.5}.pf-choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));grid-gap:12px;gap:12px;margin-top:clamp(16px,3vw,22px)}.pf-choice{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:16px 40px 16px 16px;background:#fff;border:1.5px solid var(--line-soft);border-radius:var(--radius-md);text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.pf-choice:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.pf-choice.is-selected,.pf-choice:hover{border-color:var(--pf-coral);background:var(--pf-coral-tint)}.pf-choice:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.pf-choice__label{font-weight:600;font-size:1rem;color:var(--ink-2)}.pf-choice__hint{font-size:.8rem;color:var(--pf-muted)}.pf-choice__arrow{position:absolute;right:14px;top:50%;width:16px;height:16px;color:var(--pf-coral);opacity:0;transform:translateY(-50%) translateX(-4px);transition:opacity .18s ease,transform .18s ease}.pf-choice.is-selected .pf-choice__arrow,.pf-choice:hover .pf-choice__arrow{opacity:1;transform:translateY(-50%) translateX(0)}.pf-toggles{display:flex;flex-direction:column;gap:12px;margin-top:clamp(16px,3vw,22px)}.pf-toggle{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border:1.5px solid var(--line-soft);border-radius:var(--radius-md);cursor:pointer;transition:border-color .18s ease,background .18s ease}.pf-toggle.is-on{border-color:var(--pf-coral);background:var(--pf-coral-tint)}.pf-toggle input{position:absolute;opacity:0;width:0;height:0}.pf-toggle__box{position:relative;flex:0 0 auto;width:22px;height:22px;margin-top:1px;background:#fff;border:2px solid var(--line-soft);border-radius:6px;transition:background .15s ease,border-color .15s ease}.pf-toggle.is-on .pf-toggle__box{background:var(--pf-coral);border-color:var(--pf-coral)}.pf-toggle__box:after{content:"";position:absolute;left:7px;top:3px;width:5px;height:10px;border:solid var(--navy);border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .15s cubic-bezier(.22,1,.36,1)}.pf-toggle.is-on .pf-toggle__box:after{transform:rotate(45deg) scale(1)}.pf-toggle input:focus-visible+.pf-toggle__box{outline:2px solid var(--navy);outline-offset:2px}.pf-toggle__label{display:block;font-weight:600;color:var(--ink-2)}.pf-toggle__hint{display:block;margin-top:1px;font-size:.82rem;color:var(--pf-muted)}.pf-field{margin-top:16px}.pf-field label{display:block;margin-bottom:6px;font-weight:600;color:var(--ink-2);font-size:.92rem}.pf-field select{width:100%;padding:12px 14px;font:inherit;color:var(--ink-2);background:#fff;border:1.5px solid var(--line-soft);border-radius:var(--radius-md);cursor:pointer}.pf-field select:focus-visible{outline:2px solid var(--navy);outline-offset:1px;border-color:var(--navy)}.pf-cta__ghost,.pf-cta__primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;border-radius:var(--radius-md);font-weight:700;font-size:.98rem;text-decoration:none;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.pf-cta__primary{margin-top:20px;background:var(--pf-coral);color:var(--navy);border:1.5px solid var(--pf-coral)}.pf-cta__primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(230,117,113,.35)}.pf-cta__primary svg{width:17px;height:17px}.pf-cta__ghost{background:transparent;color:var(--navy);border:1.5px solid var(--line-soft)}.pf-cta__ghost:hover{background:rgba(0,44,102,.05);border-color:rgba(0,44,102,.28)}.pf-result__eyebrow{display:inline-flex;align-items:center;gap:6px;margin:0 0 6px;font-weight:700;font-size:.82rem;color:var(--pf-coral)}.pf-result__eyebrow svg{width:15px;height:15px}.pf-paths{display:flex;flex-direction:column;gap:12px;margin-top:clamp(16px,3vw,22px)}.pf-path{display:flex;gap:14px;padding:16px;background:#fff;border:1px solid var(--line-soft);border-radius:var(--radius-md);transition:box-shadow .18s ease,border-color .18s ease}.pf-path:hover{box-shadow:var(--shadow-sm);border-color:rgba(0,44,102,.2)}.pf-path__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px}.pf-path__icon svg{width:21px;height:21px}.pf-path--teal .pf-path__icon{background:var(--teal-mist);color:var(--brand-teal)}.pf-path--navy .pf-path__icon{background:rgba(0,44,102,.09);color:var(--navy)}.pf-path--coral .pf-path__icon{background:var(--pf-coral-tint);color:#c65a56}.pf-path__body h4{margin:2px 0 4px;font-weight:700;font-size:1.05rem;color:var(--ink-2)}.pf-path__body p{margin:0;color:var(--brand-text);font-size:.92rem;line-height:1.5}.pf-path__link{display:inline-flex;align-items:center;gap:5px;margin-top:10px;color:#c65a56;font-weight:600;font-size:.9rem;text-decoration:none}.pf-path__link:hover{text-decoration:underline}.pf-path__link svg{width:15px;height:15px}.pf-dpa{display:flex;gap:14px;margin-top:16px;padding:16px;background:var(--teal-mist);border:1px solid rgba(0,44,102,.1);border-radius:var(--radius-md)}.pf-dpa__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#fff;color:var(--brand-teal)}.pf-dpa__icon svg{width:20px;height:20px}.pf-dpa h4{margin:2px 0 4px;font-weight:700;color:var(--ink-2);font-size:1rem}.pf-dpa p{margin:0;color:var(--brand-slate-gray);font-size:.9rem;line-height:1.5}.pf-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.pf-cta .pf-cta__primary{margin-top:0}.pf-disclaimer{display:flex;gap:8px;margin:18px 0 0;padding-top:16px;border-top:1px solid var(--line-soft);color:var(--pf-muted);font-size:.8rem;line-height:1.5}.pf-disclaimer svg{flex:0 0 auto;width:15px;height:15px;margin-top:1px;color:var(--brand-teal)}.pf-restart{display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding:4px 2px;background:none;border:0;color:var(--pf-muted);font-size:.85rem;font-weight:600;cursor:pointer;transition:color .18s ease}.pf-restart:hover{color:var(--navy)}.pf-restart svg{width:14px;height:14px}@media (prefers-reduced-motion:reduce){.path-finder__body{animation:none}.path-finder__track span,.pf-choice,.pf-choice__arrow,.pf-cta__ghost,.pf-cta__primary,.pf-toggle__box:after{transition:none}.pf-choice:hover,.pf-cta__primary:hover{transform:none}}