.tpg-faq-root{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;max-width:780px}
.tpg-faq-top{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.tpg-lang-switch{display:flex;gap:4px}
.tpg-lang-btn{padding:5px 14px;border-radius:20px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:13px;color:#374151;transition:all .15s}
.tpg-lang-btn:hover{border-color:var(--tpg-accent);color:var(--tpg-accent)}
.tpg-lang-btn.active{background:var(--tpg-accent);border-color:var(--tpg-accent);color:#fff;font-weight:600}
.tpg-search-wrap{position:relative;flex:1;min-width:180px}
.tpg-search-input{width:100%;padding:9px 36px 9px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;transition:border-color .15s}
.tpg-search-input:focus{border-color:var(--tpg-accent)}
.tpg-search-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:14px;pointer-events:none}
.tpg-cat-bar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}
.tpg-cat-btn{padding:5px 14px;border-radius:20px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:13px;color:#374151;transition:all .15s}
.tpg-cat-btn:hover{border-color:var(--tpg-accent);color:var(--tpg-accent)}
.tpg-cat-btn.active{background:var(--tpg-accent);border-color:var(--tpg-accent);color:#fff;font-weight:600}
.tpg-group{margin-bottom:24px}
.tpg-group-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin-bottom:8px;padding-left:2px}
.tpg-item{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:6px;background:#fff;overflow:hidden;transition:box-shadow .15s}
.tpg-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}
.tpg-item.open{border-color:#fca5a5}
.tpg-q{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;cursor:pointer;gap:10px}
.tpg-q:hover{background:#fafafa}
.tpg-q-text{font-size:15px;font-weight:600;color:#111827;flex:1;line-height:1.45}
.tpg-q-text mark{background:#fef08a;border-radius:2px;padding:0 1px}
.tpg-q-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.tpg-anchor{font-size:14px;text-decoration:none;opacity:.4;transition:opacity .15s}
.tpg-anchor:hover{opacity:1}
.tpg-arrow{font-size:10px;color:#9ca3af}
.tpg-a{padding:0 16px 16px}
.tpg-a-body{font-size:14px;line-height:1.7;color:#374151;border-top:1px solid #f3f4f6;padding-top:12px}
.tpg-a-body p{margin:0 0 8px}
.tpg-a-body p:last-child{margin-bottom:0}
.tpg-a-body strong{font-weight:600;color:#111827}
.tpg-a-body a{color:var(--tpg-accent)}
.tpg-helpful{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid #f3f4f6}
.tpg-helpful-label{font-size:12px;color:#9ca3af}
.tpg-helpful-btn{background:none;border:1px solid #e5e7eb;border-radius:6px;padding:3px 10px;cursor:pointer;font-size:16px;transition:all .15s}
.tpg-helpful-btn:hover{background:#f9fafb}
.tpg-not-found{text-align:center;padding:32px 16px}
.tpg-not-found p{color:#6b7280;margin-bottom:12px}
.tpg-btn-contact{display:inline-block;padding:9px 20px;background:var(--tpg-accent);color:#fff;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600}
.tpg-suggest-box{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;padding:20px;margin-top:16px}
.tpg-suggest-box h4{margin:0 0 12px;font-size:15px;color:#111827}
.tpg-suggest-box textarea,.tpg-suggest-box input[type=email]{width:100%;padding:9px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;outline:none;box-sizing:border-box;resize:vertical}
.tpg-suggest-box input[type=email]{margin-top:8px;resize:none}
.tpg-btn-send{padding:8px 18px;background:var(--tpg-accent);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600}
.tpg-btn-cancel{padding:8px 18px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:14px}
.tpg-widget-btn{position:fixed;bottom:28px;right:28px;width:52px;height:52px;background:var(--tpg-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;cursor:pointer;z-index:9990;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:transform .15s;user-select:none}
.tpg-widget-btn:hover{transform:scale(1.08)}
.tpg-widget-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9991;display:flex;align-items:flex-end;justify-content:flex-end;padding:16px}
.tpg-widget-panel{background:#fff;border-radius:16px;width:100%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.2)}
.tpg-widget-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #e5e7eb;font-weight:700;font-size:16px}
.tpg-widget-header button{background:none;border:none;font-size:22px;cursor:pointer;color:#9ca3af;line-height:1;padding:0}
.tpg-widget-body{overflow-y:auto;padding:16px 18px;flex:1}
@media(max-width:600px){.tpg-faq-top{flex-direction:column;align-items:stretch}.tpg-widget-panel{max-width:100%;border-radius:16px 16px 0 0}.tpg-widget-overlay{padding:0;align-items:flex-end}}
