.bm-help-page{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 50%,#6366f1 100%);min-height:80vh;padding:60px 20px}.bm-help-container{max-width:1000px;margin:0 auto}.bm-help__title{font-size:48px;font-weight:700;color:#fff;text-align:center;margin:0 0 10px}.bm-help__subtitle{font-size:20px;color:rgb(255 255 255 / .9);text-align:center;margin:0 0 40px}.bm-help__search{position:relative;max-width:700px;margin:0 auto 60px}.bm-help__search-input{width:100%;padding:20px 60px 20px 24px;font-size:18px;border:none;border-radius:50px;box-shadow:0 10px 40px rgb(0 0 0 / .2);outline:none;transition:box-shadow 0.3s}.bm-help__search-input:focus{box-shadow:0 15px 50px rgb(0 0 0 / .3)}.bm-help__search-icon{position:absolute;right:24px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none}.bm-help__search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgb(0 0 0 / .2);max-height:400px;overflow-y:auto;z-index:100}.bm-help__result-item{display:block;padding:16px 20px;border-bottom:1px solid #f0f0f1;text-decoration:none;color:inherit;transition:background 0.2s}.bm-help__result-item:last-child{border-bottom:none}.bm-help__result-item:hover{background:#f8f9fa}.bm-help__result-item h4{font-size:16px;font-weight:600;color:#0b0f14;margin:0 0 6px}.bm-help__result-item p{font-size:14px;color:#4a5568;margin:0;line-height:1.5}.bm-help__result-item mark{background:#fef3c7;color:#92400e;padding:2px 4px;border-radius:3px}.bm-help__no-results{padding:20px;text-align:center;color:#999}.bm-help__faq{background:#fff;border-radius:12px;padding:40px;margin-bottom:40px;box-shadow:0 4px 20px rgb(0 0 0 / .1)}.bm-help__faq-title{font-size:28px;font-weight:700;color:#0b0f14;text-align:center;margin:0 0 30px}.bm-help__faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.bm-help__faq-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px 20px;background:#f8f9fa;border-radius:8px;text-decoration:none;color:inherit;transition:all 0.3s;border:2px solid #fff0}.bm-help__faq-card:hover{background:#fff;border-color:#6F7FEA;transform:translateY(-4px);box-shadow:0 8px 20px rgb(111 127 234 / .15)}.bm-help__faq-card svg{color:#6F7FEA;margin-bottom:16px}.bm-help__faq-card h3{font-size:18px;font-weight:600;color:#0b0f14;margin:0 0 8px}.bm-help__faq-card p{font-size:14px;color:#4a5568;margin:0;line-height:1.5}.bm-help__contact{background:#fff;border-radius:12px;padding:40px;text-align:center;box-shadow:0 4px 20px rgb(0 0 0 / .1)}.bm-help__contact-title{font-size:24px;font-weight:700;color:#0b0f14;margin:0 0 10px}.bm-help__contact-text{font-size:16px;color:#4a5568;margin:0 0 30px}.bm-help__contact-methods{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.bm-help__contact-item{display:flex;align-items:center;gap:12px}.bm-help__contact-item svg{color:#6F7FEA;flex-shrink:0}.bm-help__contact-item div{text-align:left}.bm-help__contact-item strong{display:block;font-size:14px;color:#4a5568;margin-bottom:4px}.bm-help__contact-item a{font-size:16px;font-weight:600;color:#0b0f14;text-decoration:none}.bm-help__contact-item a:hover{color:#6F7FEA}@media (max-width:768px){.bm-help-page{padding:40px 20px}.bm-help__title{font-size:32px}.bm-help__subtitle{font-size:16px}.bm-help__search-input{padding:16px 50px 16px 20px;font-size:16px}.bm-help__faq,.bm-help__contact{padding:30px 20px}.bm-help__faq-grid{grid-template-columns:1fr}.bm-help__contact-methods{flex-direction:column;gap:20px}}.bm-help__form{background:#fff;border-radius:12px;padding:40px;margin-top:40px;box-shadow:0 4px 20px rgb(0 0 0 / .1)}.bm-help__form-title{font-size:24px;font-weight:700;color:#0b0f14;text-align:center;margin:0 0 10px}.bm-help__form-text{font-size:16px;color:#4a5568;text-align:center;margin:0 0 30px}.bm-help__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.bm-help__form-group{display:flex;flex-direction:column}.bm-help__form-group.full-width{grid-column:1 / -1}.bm-help__form-label{font-size:14px;font-weight:600;color:#0b0f14;margin-bottom:8px}.bm-help__form-label .required{color:#dc3232}.bm-help__form-input,.bm-help__form-textarea{padding:12px 16px;font-size:16px;border:1px solid #ddd;border-radius:5px;outline:none;transition:border-color 0.2s;font-family:inherit}.bm-help__form-input:focus,.bm-help__form-textarea:focus{border-color:#6F7FEA}.bm-help__form-textarea{resize:vertical;min-height:120px}.bm-help__form-submit{width:100%;padding:16px;font-size:16px;font-weight:600;color:#fff;background:#6F7FEA;border:none;border-radius:5px;cursor:pointer;transition:background 0.2s}.bm-help__form-submit:hover{background:#5a6fd8}.bm-help__form-submit:disabled{background:#ccc;cursor:not-allowed}.bm-help__form-message{padding:12px 16px;border-radius:5px;margin-bottom:20px;text-align:center}.bm-help__form-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.bm-help__form-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media (max-width:768px){.bm-help__form{padding:30px 20px}.bm-help__form-grid{grid-template-columns:1fr}}