.help-center{--hc-green: #2d3b2d;--hc-green-light: #3d4f3d;--hc-cream: #f8f6f0;--hc-cream-dark: #f0ece0;--hc-lime: #d4e157;--hc-text: #1a1a1a;--hc-text-muted: #666;--hc-border: #e0ddd4;--hc-radius: 12px;--hc-radius-lg: 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--hc-text)}.help-center__hero{background:var(--hc-green);color:#fff;padding:60px 20px 80px;text-align:center}.help-center__hero-content{max-width:600px;margin:0 auto}.help-center__title{font-size:clamp(28px,5vw,42px);font-weight:700;margin:0 0 12px;letter-spacing:-.02em;color:#fff!important}.help-center__subtitle{font-size:16px;opacity:.9;margin:0 0 32px;color:#fff}.help-center__search{width:100%}.help-center__search-wrapper{display:flex;align-items:center;background:#fff;border-radius:50px;padding:6px 6px 6px 20px;box-shadow:0 4px 20px #00000026}.help-center__search-icon{color:var(--hc-text-muted);flex-shrink:0;margin-right:12px}.help-center__search-input{flex:1;border:none;background:transparent;font-size:16px;padding:12px 0;outline:none;color:var(--hc-text);min-width:0}.help-center__search-input::placeholder{color:var(--hc-text-muted)}.help-center__search-btn{background:var(--hc-green);color:#fff;border:none;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.help-center__search-btn:hover{background:var(--hc-green-light)}.help-center__quick-help{max-width:800px;margin:-40px auto 0;padding:0 20px 60px;position:relative;z-index:1}.help-center__section-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--hc-text-muted);margin:0 0 16px}.help-center__quick-links{display:flex;flex-direction:column;gap:12px}.help-center__quick-link{display:flex;align-items:center;gap:16px;background:#fff;padding:20px;border-radius:var(--hc-radius);text-decoration:none;color:var(--hc-text);box-shadow:0 2px 8px #0000000f;transition:all .2s;border:1px solid var(--hc-border)}.help-center__quick-link:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.help-center__quick-icon{width:48px;height:48px;background:var(--hc-cream);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--hc-green);flex-shrink:0}.help-center__quick-text{flex:1;min-width:0}.help-center__quick-title{display:block;font-weight:600;font-size:16px;margin-bottom:4px}.help-center__quick-desc{display:block;font-size:14px;color:var(--hc-text-muted)}.help-center__quick-arrow{color:var(--hc-text-muted);flex-shrink:0;transition:transform .2s}.help-center__quick-link:hover .help-center__quick-arrow{transform:translate(4px)}.help-center__popular{max-width:800px;margin:0 auto;padding:0 20px 60px}.help-center__popular-list{display:flex;flex-direction:column;gap:8px}.help-center__popular-item{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--hc-cream);border-radius:var(--hc-radius);text-decoration:none;color:var(--hc-text);font-size:15px;transition:all .2s}.help-center__popular-item:hover{background:var(--hc-cream-dark)}.help-center__popular-item svg{color:var(--hc-green);flex-shrink:0}.help-center__categories{max-width:900px;margin:0 auto;padding:0 20px 60px}.help-center__category-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.help-center__category-grid{grid-template-columns:repeat(2,1fr)}}.help-center__category{display:flex;align-items:flex-start;gap:16px;background:#fff;padding:24px;border-radius:var(--hc-radius-lg);text-decoration:none;color:var(--hc-text);border:1px solid var(--hc-border);transition:all .2s}.help-center__category:hover{border-color:var(--hc-green);box-shadow:0 4px 16px #00000014}.help-center__category-icon{width:56px;height:56px;background:var(--hc-cream);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--hc-green);flex-shrink:0}.help-center__category-content{flex:1;min-width:0}.help-center__category-title{font-size:18px;font-weight:600;margin:0 0 6px}.help-center__category-desc{font-size:14px;color:var(--hc-text-muted);margin:0 0 10px;line-height:1.5}.help-center__category-count{font-size:13px;color:var(--hc-green);font-weight:500}.help-center__category-arrow{color:var(--hc-text-muted);flex-shrink:0;margin-top:4px;transition:transform .2s}.help-center__category:hover .help-center__category-arrow{transform:translate(4px);color:var(--hc-green)}.help-center__contact{background:var(--hc-cream);padding:60px 20px}.help-center__contact-content{max-width:600px;margin:0 auto;text-align:center}.help-center__contact-title{font-size:28px;font-weight:700;margin:0 0 12px}.help-center__contact-desc{font-size:16px;color:var(--hc-text-muted);margin:0 0 32px;line-height:1.6}.help-center__contact-methods{display:flex;flex-direction:column;gap:16px}@media (min-width: 500px){.help-center__contact-methods{flex-direction:row;justify-content:center}}.help-center__contact-method{display:flex;align-items:center;gap:16px;background:#fff;padding:20px 24px;border-radius:var(--hc-radius);text-decoration:none;color:var(--hc-text);transition:all .2s;border:1px solid var(--hc-border)}.help-center__contact-method:hover{border-color:var(--hc-green);box-shadow:0 4px 12px #00000014}.help-center__contact-method svg{color:var(--hc-green);flex-shrink:0}.help-center__contact-method div{text-align:left}.help-center__contact-label{display:block;font-size:12px;color:var(--hc-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.help-center__contact-value{display:block;font-weight:600;font-size:15px}@media (max-width: 480px){.help-center__hero{padding:40px 16px 60px}.help-center__search-wrapper{flex-wrap:wrap;border-radius:var(--hc-radius);padding:12px;gap:12px}.help-center__search-icon{display:none}.help-center__search-input{width:100%;padding:8px 0}.help-center__search-btn{width:100%}.help-center__quick-help{margin-top:-30px;padding-left:16px;padding-right:16px}.help-center__quick-link{padding:16px}.help-center__quick-icon{width:40px;height:40px}.help-center__categories,.help-center__popular{padding-left:16px;padding-right:16px}.help-center__category{padding:20px}.help-center__category-icon{width:48px;height:48px}.help-center__contact{padding:40px 16px}.help-center__contact-title{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/mcduffy-help-center.css.map */
