.faq__container{display:flex;flex-direction:column;max-width:1280px;margin:0 auto}.faq__search{position:relative;width:100%;margin-top:40px}.faq__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#001842b3;pointer-events:none}.faq__search-input{width:100%;border:1px solid #e5e8f1;border-radius:10px;background:#fff;padding:14px 40px;font-size:14px;line-height:1.3;color:var(--lp-text);outline:none;transition:border-color .2s ease}.faq__search-input::placeholder{color:#a9b0c1}.faq__search-input:focus{border-color:var(--lp-accent)}.faq__cats{margin-top:40px;scroll-margin-top:90px}.faq__cats-title{font-size:24px;font-weight:600;line-height:1.2;color:var(--lp-text)}.faq__cats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}.faq__cat{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px;min-height:138px;padding:24px;border-radius:20px;background:#f3f5f6;text-align:left;cursor:pointer;overflow:hidden;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease,scale .15s ease-out}.faq__cat:hover{background:#edf0f2;transform:translateY(-2px);box-shadow:0 8px 24px #001e5412}.faq__cat:active{scale:.98}.faq__cat--active{background:linear-gradient(169.3deg,#572eff 6.36%,#7b79ff 89.22%);box-shadow:0 8px 28px #572eff47}.faq__cat--active:hover{background:linear-gradient(169.3deg,#572eff 6.36%,#7b79ff 89.22%);transform:none}.faq__cat-icon{height:32px;width:auto;user-select:none}.faq__cat-title{font-size:16px;font-weight:500;line-height:1.2;color:var(--lp-text);text-wrap:pretty}.faq__cat--active .faq__cat-title{color:#fff}.faq__stats{margin-top:32px;font-size:14px;font-variant-numeric:tabular-nums;color:#001e548c}.faq__stats-count{color:var(--lp-accent);font-weight:600}.faq__block{display:flex;align-items:flex-start;gap:128px;margin-top:60px}.faq__block-title{flex-shrink:0;width:305px;font-size:24px;font-weight:600;line-height:1.2;color:var(--lp-text);text-wrap:pretty}.faq__questions{display:flex;flex:1;min-width:0;flex-direction:column;gap:24px}.faq__row{border-bottom:1px solid #e4e8f4;padding-bottom:20px}.faq__q{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:100%;text-align:left;cursor:pointer;user-select:none}.faq__q-text{font-size:18px;font-weight:500;line-height:1.2;color:var(--lp-text);text-wrap:pretty;transition:color .2s ease}.faq__q:hover .faq__q-text{color:var(--lp-accent)}.faq__q-toggle{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#001842e6;transition:background-color .2s ease,color .2s ease}.faq__q:hover .faq__q-toggle{background:var(--lp-chip-bg);color:var(--lp-accent)}.faq__q-plus{width:14px;height:14px}.faq__q-minus{width:12px;height:2px}.faq__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq__row--open .faq__answer{max-height:600px}.faq__answer-inner{max-width:630px;padding-top:16px;font-size:14px;line-height:150%;color:#001e54b3;text-wrap:pretty}.faq__answer-inner a{color:var(--lp-accent);font-weight:500;text-decoration:none}.faq__answer-inner a:hover{text-decoration:underline}.faq__status{display:inline-flex;align-items:center;margin-top:12px;padding:4px 12px;border-radius:8px;font-size:12px;font-weight:500}.faq__status--success{background:#e8f7ee;color:#12a150}.faq__status--warning{background:#fdf1e0;color:#b45309}.faq__status--error{background:#fdebec;color:#e5484d}.faq__back{display:inline-flex;align-self:flex-start;align-items:center;gap:10px;border-radius:40px;background:#e9e7fc;padding:14px 24px 14px 20px;font-size:14px;font-weight:500;line-height:1.2;color:var(--lp-accent);cursor:pointer;transition:background-color .2s ease,scale .15s ease-out}.faq__back:hover{background:#ded9fb}.faq__back:active{scale:.96}.faq__back-icon{width:16px;height:16px;transform:rotate(90deg)}.faq__empty{margin-top:60px;padding:48px 20px;text-align:center;font-size:14px;color:#001e548c}.faq__empty-reset{color:var(--lp-accent);font-weight:500;cursor:pointer}.faq__empty-reset:hover{text-decoration:underline}.faq__ask-card{width:100%;margin-top:60px;border:1px solid var(--lp-card-border);border-radius:20px;background:#fff;padding:28px;box-shadow:var(--lp-card-shadow)}.faq__ask-title{font-size:20px;font-weight:600;color:var(--lp-text)}.faq__ask-subtitle{margin-top:6px;font-size:14px;color:#001e548c;text-wrap:pretty}.faq__ask-row{display:flex;gap:16px;margin-top:20px}.faq__ask-row>*{flex:1}.faq__input{width:100%;border:1px solid var(--lp-card-border);border-radius:12px;background:#fff;padding:10px 14px;font-size:13px;color:var(--lp-text);outline:none;transition:border-color .2s ease}.faq__input::placeholder{color:#001e544d}.faq__input:focus{border-color:var(--lp-accent)}.faq__input--textarea{margin-top:16px;height:110px;resize:none}.faq__ask-submit{display:inline-flex;align-items:center;gap:8px;margin-top:20px;border-radius:40px;background:var(--lp-accent);padding:13px 24px 13px 22px;font-size:14px;font-weight:500;line-height:1;color:#fff;transition:background-color .2s ease,box-shadow .2s ease,scale .15s ease-out}.faq__ask-submit:active:not(:disabled){scale:.96}.faq__ask-submit:hover:not(:disabled){background:#4520df;box-shadow:0 8px 24px #572eff4d}.faq__ask-submit:disabled{opacity:.5;cursor:not-allowed}.faq__ask-error{margin-top:12px;border-radius:12px;background:#fdebec;padding:12px 16px;font-size:13px;color:#e5484d}@media(max-width:1180px){.faq__block{gap:48px}.faq__block-title{width:240px}}@media(max-width:900px){.faq__cats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq__block{flex-direction:column;gap:24px;margin-top:40px}.faq__block-title{width:100%}}@media(max-width:640px){.faq__cats-grid{grid-template-columns:minmax(0,1fr)}.faq__cat{min-height:120px;padding:20px}.faq__q-text{font-size:16px}.faq__ask-row{flex-direction:column}.faq__ask-card{padding:20px}}@media(prefers-reduced-motion:reduce){.faq__cat:hover{transform:none}}
