:root{--help-primary: #2e7d32;--help-primary-hover: #1b5e20;--help-bg: #f8faf8;--help-card-bg: #ffffff;--help-text: #1a1a1a;--help-text-muted: #666666;--help-border: #e8e8e8;--help-radius: 16px;--help-radius-sm: 12px;--help-shadow: 0 2px 8px rgba(0,0,0,.06);--help-shadow-hover: 0 8px 24px rgba(0,0,0,.1);--help-transition: .2s ease}.help-center{background:var(--help-bg);min-height:100vh}.help-container{max-width:1000px;margin:0 auto;padding:0 20px 80px}.help-hero{background:linear-gradient(180deg,#f0f4f0 0%,var(--help-bg) 100%);padding:60px 20px 50px;text-align:center}.help-hero-content{max-width:700px;margin:0 auto}.help-hero-title{font-size:clamp(28px,5vw,42px);font-weight:800;color:var(--help-text);margin:0 0 12px;letter-spacing:-.5px;line-height:1.2}.help-hero-subtitle{font-size:clamp(16px,2.5vw,18px);color:var(--help-text-muted);margin:0 0 32px;line-height:1.5}.help-search-wrapper{max-width:560px;margin:0 auto}.help-search{position:relative;display:flex;align-items:center}.help-search-icon{position:absolute;left:20px;width:22px;height:22px;color:#888;pointer-events:none}.help-search-input{width:100%;padding:18px 54px;font-size:16px;font-family:inherit;border:2px solid var(--help-border)!important;border-radius:50px;outline:none!important;transition:all var(--help-transition);background:var(--help-card-bg);color:var(--help-text);box-shadow:var(--help-shadow)!important;-webkit-appearance:none;appearance:none}.help-search-input:focus{border-color:var(--help-primary)!important;box-shadow:0 0 0 4px #2e7d321a,var(--help-shadow-hover)!important}.help-search-input:invalid,.help-search-input:focus:invalid,.help-search-input:user-invalid,.help-search-input:-moz-ui-invalid{border-color:var(--help-primary)!important;box-shadow:0 0 0 4px #2e7d321a,var(--help-shadow-hover)!important}.help-search input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.help-search-input::placeholder{color:#aaa}.help-search-clear{position:absolute;right:12px;width:38px;height:38px;border:none;background:#f0f0f0;border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all var(--help-transition)}.help-search-clear:hover{background:#e0e0e0}.help-search-clear svg{width:16px;height:16px;color:#666}.help-categories{padding:40px 0 20px}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 600px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 900px){.category-grid{grid-template-columns:repeat(6,1fr)}}.category-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;background:var(--help-card-bg);border:2px solid var(--help-border);border-radius:var(--help-radius);cursor:pointer;transition:all var(--help-transition);text-align:center;font-family:inherit}.category-card:hover{border-color:var(--help-primary);transform:translateY(-4px);box-shadow:var(--help-shadow-hover)}.category-card[aria-pressed=true]{border-color:var(--help-primary);background:#2e7d320d}.category-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2e7d321a,#2e7d320d);border-radius:12px}.category-icon svg{width:26px;height:26px;color:var(--help-primary)}.category-content{flex:1}.category-title{font-size:14px;font-weight:700;color:var(--help-text);margin:0 0 4px}.category-desc{font-size:12px;color:var(--help-text-muted);margin:0;line-height:1.4;display:none}@media (min-width: 900px){.category-desc{display:block}}.category-reset{display:none;align-items:center;justify-content:center;gap:8px;margin:20px auto 0;padding:10px 20px;background:transparent;border:1px solid var(--help-border);border-radius:50px;font-size:14px;color:var(--help-text-muted);cursor:pointer;transition:all var(--help-transition);font-family:inherit}.category-reset:hover{background:#f5f5f5;color:var(--help-text)}.category-reset svg{width:14px;height:14px}.search-results-info{display:none;align-items:center;justify-content:space-between;padding:16px 20px;background:#2e7d320d;border-radius:var(--help-radius-sm);margin-bottom:24px}.results-count{font-size:14px;font-weight:600;color:var(--help-primary)}.results-clear{background:none;border:none;font-size:14px;color:var(--help-text-muted);cursor:pointer;text-decoration:underline;font-family:inherit}.results-clear:hover{color:var(--help-text)}.help-faq{padding-bottom:40px}.faq-group{margin-bottom:40px}.faq-group-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:var(--help-text);margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid var(--help-border)}.faq-group-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2e7d3226,#2e7d320d);border-radius:10px}.faq-group-icon svg{width:20px;height:20px;color:var(--help-primary)}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--help-card-bg);border:1px solid var(--help-border);border-radius:var(--help-radius-sm);overflow:hidden;transition:all var(--help-transition)}.faq-item:hover{border-color:#d0d0d0}.faq-item[open]{box-shadow:var(--help-shadow)}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;list-style:none;font-weight:600;font-size:16px;color:var(--help-text);transition:all var(--help-transition)}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{color:var(--help-primary)}.faq-q-text{flex:1;line-height:1.4}.faq-q-text mark{background:#2e7d3233;color:inherit;padding:2px 4px;border-radius:4px}.faq-toggle-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:50%;flex-shrink:0;transition:all var(--help-transition)}.faq-toggle-icon:before{content:"";width:10px;height:10px;border-right:2px solid #666;border-bottom:2px solid #666;transform:rotate(-45deg) translate(-1px,-1px);transition:transform var(--help-transition)}.faq-item[open] .faq-toggle-icon{background:var(--help-primary)}.faq-item[open] .faq-toggle-icon:before{border-color:#fff;transform:rotate(45deg) translate(-1px,-1px)}.faq-answer{padding:0 24px 24px;font-size:15px;line-height:1.7;color:var(--help-text-muted);animation:fadeIn var(--help-transition)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{margin:0 0 16px}.faq-answer p:last-of-type{margin-bottom:0}.faq-answer ul,.faq-answer ol{margin:0 0 16px;padding-left:24px}.faq-answer li{margin-bottom:8px}.faq-answer li:last-child{margin-bottom:0}.faq-answer a{color:var(--help-primary);text-decoration:underline;text-underline-offset:2px}.faq-answer a:hover{text-decoration:none}.faq-answer strong{color:var(--help-text);font-weight:600}.faq-feedback{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid var(--help-border);font-size:13px;color:var(--help-text-muted)}.feedback-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer;transition:all var(--help-transition)}.feedback-btn:hover{background:var(--help-primary)}.feedback-btn:hover svg{color:#fff}.feedback-btn svg{width:18px;height:18px;color:#888;transition:color var(--help-transition)}.feedback-thanks{color:var(--help-primary);font-weight:600}.no-results{text-align:center;padding:60px 20px}.no-results-icon{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:50%}.no-results-icon svg{width:40px;height:40px;color:#ccc}.no-results h3{font-size:20px;color:var(--help-text);margin:0 0 8px}.no-results p{font-size:15px;color:var(--help-text-muted);margin:0}.help-support{background:linear-gradient(135deg,#f8faf8,#f0f4f0);border-radius:var(--help-radius);padding:50px 30px;text-align:center;margin-bottom:30px}.support-content{max-width:500px;margin:0 auto}.support-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2e7d3226,#2e7d320d);border-radius:16px}.support-icon svg{width:32px;height:32px;color:var(--help-primary)}.support-title{font-size:clamp(20px,4vw,26px);font-weight:800;color:var(--help-text);margin:0 0 10px}.support-text{font-size:16px;color:var(--help-text-muted);margin:0 0 28px;line-height:1.5}.support-actions{display:flex;flex-direction:column;gap:12px}@media (min-width: 500px){.support-actions{flex-direction:row;justify-content:center}}.support-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;font-size:15px;font-weight:600;border-radius:50px;text-decoration:none;transition:all var(--help-transition);font-family:inherit}.support-btn svg{width:18px;height:18px;flex-shrink:0}.support-btn-primary{background:var(--help-primary);color:#fff;border:2px solid var(--help-primary)}.support-btn-primary:hover{background:var(--help-primary-hover);border-color:var(--help-primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #2e7d324d}.support-btn-secondary{background:var(--help-card-bg);color:var(--help-text);border:2px solid var(--help-border)}.support-btn-secondary:hover{border-color:#ccc;transform:translateY(-2px);box-shadow:var(--help-shadow-hover)}.help-trust{padding:0 0 20px}.trust-items{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 700px){.trust-items{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;background:var(--help-card-bg);border-radius:var(--help-radius-sm);font-size:14px;font-weight:500;color:var(--help-text-muted)}.trust-item svg{width:18px;height:18px;color:var(--help-primary);flex-shrink:0}@media (max-width: 599px){.help-hero{padding:40px 16px}.help-container{padding:0 16px 60px}.help-search-input{padding:16px 48px;font-size:16px}.help-search-icon{left:16px;width:20px;height:20px}.category-card{padding:20px 12px}.category-icon{width:44px;height:44px}.faq-question{padding:16px 20px;font-size:15px}.faq-answer{padding:0 20px 20px;font-size:14px}.help-support{padding:40px 20px}.support-btn{width:100%}.trust-item{padding:12px;font-size:12px}.trust-item svg{width:16px;height:16px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.faq-question:focus-visible{outline:2px solid var(--help-primary);outline-offset:2px}.category-card:focus-visible{outline:2px solid var(--help-primary);outline-offset:2px}.support-btn:focus-visible{outline:2px solid var(--help-primary);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/137/assets/main-faq.css.map */
