.tp-faq-layout{max-width:880px;margin:32px auto 0}.tp-faq{display:grid;gap:20px}.tp-faq-search{position:relative}.tp-faq-search__icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);width:18px;height:18px;color:var(--tp-text-muted);pointer-events:none}.tp-faq-search__input{width:100%;padding:14px 16px 14px 46px;background:var(--tp-bg);border:1px solid var(--tp-border);border-radius:var(--tp-radius);font:inherit;font-size:15px;color:var(--tp-text);box-shadow:var(--tp-shadow-sm);transition:border-color .15s ease,box-shadow .15s ease}.tp-faq-search__input:focus{outline:none;border-color:var(--tp-blue);box-shadow:0 0 0 3px color-mix(in srgb,var(--tp-blue) 18%,transparent)}.tp-faq-search__input::placeholder{color:var(--tp-text-muted)}.tp-faq-tabs{display:flex;flex-wrap:wrap;gap:8px}.tp-faq-tab{padding:9px 16px;background:var(--tp-bg);border:1px solid var(--tp-border);border-radius:var(--tp-radius);font:inherit;font-size:13px;font-weight:600;color:var(--tp-text-muted);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.tp-faq-tab:hover{color:var(--tp-text);border-color:var(--tp-text-muted)}.tp-faq-tab--active{background:var(--tp-blue);border-color:var(--tp-blue);color:#fff}.tp-faq-tab--active:hover{background:var(--tp-blue-hover);border-color:var(--tp-blue-hover);color:#fff}.tp-faq-list{display:grid;gap:8px}.tp-faq-item{background:var(--tp-bg);border:1px solid var(--tp-border);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow-sm);transition:border-color .15s ease}.tp-faq-item--open{border-color:var(--tp-blue)}.tp-faq-item__trigger{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 20px;background:transparent;border:0;text-align:left;cursor:pointer;font:inherit;color:var(--tp-text);border-radius:var(--tp-radius);transition:background .15s ease}.tp-faq-item__trigger:hover{background:var(--tp-bg-subtle,var(--tp-bg-inset))}.tp-faq-item__category{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--tp-blue);padding:4px 10px;background:var(--tp-blue-wash);border-radius:var(--tp-radius);flex-shrink:0}.tp-faq-item__question{font-size:15px;font-weight:600;line-height:1.4;color:var(--tp-text)}.tp-faq-item__chevron{width:18px;height:18px;color:var(--tp-text-muted);flex-shrink:0;transition:transform .2s ease,color .15s ease}.tp-faq-item__chevron--open{transform:rotate(180deg);color:var(--tp-blue)}.tp-faq-item__answer{border-top:1px solid var(--tp-divider,var(--tp-border));margin:0 20px;padding:16px 0 18px}.tp-faq-item__answer p{margin:0;font-size:14px;line-height:1.7;color:var(--tp-text-muted)}.tp-faq-empty{padding:32px;text-align:center;background:var(--tp-bg);border:1px solid var(--tp-border);border-radius:var(--tp-radius)}.tp-faq-empty p{margin:0;font-size:15px;color:var(--tp-text)}.tp-faq-empty__hint{margin-top:8px!important;font-size:13px;color:var(--tp-text-muted)!important}@media (max-width:700px){.tp-faq-item__trigger{grid-template-columns:minmax(0,1fr) auto}.tp-faq-item__category{grid-column:1/-1;justify-self:start}}