#main-content{display:flex;flex-direction:column}.aero-help{--help-bg: #030303;--help-surface: #0a0a0a;--help-surface-hover: #101010;--help-accent: #A6D93B;--help-text: #ffffff;--help-text-muted: #888888;--help-border: rgba(255, 255, 255, .08);--help-border-focus: rgba(166, 217, 59, .5);--help-ease: cubic-bezier(.16, 1, .3, 1);background:var(--help-bg);color:var(--help-text);font-family:Inter,sans-serif;padding:100px 5% 120px;flex:1 0 auto;position:relative}.aero-help__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.aero-help__header{max-width:720px;margin:0 auto 48px;text-align:center}.aero-help__title{font-family:Space Grotesk,sans-serif;font-size:clamp(32px,6vw,56px);font-weight:700;text-transform:uppercase;letter-spacing:-.02em;margin:0 0 16px}.aero-help__accent{color:var(--help-accent)}.aero-help__intro{color:var(--help-text-muted);font-size:16px;line-height:1.6;margin:0}.aero-help__search{max-width:720px;margin:0 auto 56px}.aero-help__search-field{display:flex;align-items:center;gap:12px;background:var(--help-surface);border:1.5px solid var(--help-border);padding:0 20px;transition:border-color .3s var(--help-ease)}.aero-help__search-field:focus-within{border-color:var(--help-border-focus)}.aero-help__search-icon{width:22px;height:22px;flex-shrink:0;color:var(--help-text-muted)}.aero-help__search-input{flex:1;background:transparent;border:0;outline:none;color:var(--help-text);font-family:inherit;font-size:17px;padding:20px 0}.aero-help__search-input::placeholder{color:var(--help-text-muted)}.aero-help__search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.aero-help__results{max-width:720px;margin:0 auto}.aero-help__results-heading{font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--help-text-muted);margin:0 0 20px}.aero-help__list{list-style:none;margin:0;padding:0;border-top:1px solid var(--help-border)}.aero-help__item{border-bottom:1px solid var(--help-border)}.aero-help__link{display:flex;align-items:center;gap:16px;padding:22px 16px;color:var(--help-text);text-decoration:none;transition:background-color .25s var(--help-ease),padding-left .25s var(--help-ease)}.aero-help__link:hover,.aero-help__link:focus-visible{background:var(--help-surface-hover);padding-left:24px}.aero-help__question{flex:1;font-size:16px;line-height:1.4}.aero-help__tag{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--help-accent);border:1px solid rgba(166,217,59,.3);padding:4px 10px;white-space:nowrap}.aero-help__chevron{width:18px;height:18px;flex-shrink:0;color:var(--help-text-muted);transition:transform .25s var(--help-ease),color .25s var(--help-ease)}.aero-help__link:hover .aero-help__chevron{transform:translate(4px);color:var(--help-accent)}.aero-help__answer{display:none}.aero-help__no-results{padding:40px 16px;color:var(--help-text-muted);line-height:1.7;text-align:center}.aero-help__todo{background:#ff2d2d;color:#fff;font-weight:700;padding:2px 8px;border-radius:2px}.aero-help__inline-link{color:var(--help-accent);text-decoration:underline}.aero-help__categories{max-width:720px;margin:80px auto 0}.aero-help__categories-heading{font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--help-text-muted);margin:0 0 20px}.aero-help__category-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.aero-help__category-link{display:flex;flex-direction:column;gap:6px;padding:24px 20px;background:var(--help-surface);border:1.5px solid var(--help-border);text-decoration:none;transition:border-color .25s var(--help-ease),transform .25s var(--help-ease)}.aero-help__category-link:hover,.aero-help__category-link:focus-visible{border-color:var(--help-border-focus);transform:translateY(-2px)}.aero-help__category-name{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--help-text)}.aero-help__category-count{font-size:13px;color:var(--help-text-muted)}.aero-help__back{display:inline-block;margin-bottom:32px;color:var(--help-text-muted);font-size:14px;text-decoration:none;transition:color .25s var(--help-ease)}.aero-help__back:hover{color:var(--help-accent)}.aero-help__answer-wrap{max-width:720px;margin:0 auto}.aero-help__answer-title{font-family:Space Grotesk,sans-serif;font-size:clamp(26px,4vw,40px);font-weight:700;line-height:1.2;margin:0 0 20px}.aero-help__answer-title:focus{outline:none}.aero-help__answer-title:focus-visible{outline:2px solid var(--help-accent);outline-offset:6px}.aero-help__answer-body{color:#ccc;font-size:17px;line-height:1.8}.aero-help__answer-body a{color:var(--help-accent)}.aero-help__answer-body h2,.aero-help__answer-body h3{font-family:Space Grotesk,sans-serif;color:var(--help-text);margin:36px 0 12px}.aero-help__answer-body ul,.aero-help__answer-body ol{padding-left:22px;margin:0 0 18px}.aero-help__answer-body li{margin-bottom:8px}.aero-help__answer-meta{margin:0 0 32px}@media(max-width:768px){.aero-help{padding:60px 5% 80px}.aero-help__search-input{font-size:16px;padding:16px 0}.aero-help__link{padding:18px 12px}.aero-help__tag{display:none}.aero-help__categories{margin-top:56px}}@media(min-width:2200px){.aero-help{padding:140px 5% 160px}.aero-help__header,.aero-help__search,.aero-help__results,.aero-help__categories,.aero-help__answer-wrap{max-width:880px}.aero-help__intro,.aero-help__search-input,.aero-help__question,.aero-help__category-name,.aero-help__answer-body{font-size:19px}.aero-help__answer-title{font-size:46px}.aero-help__back,.aero-help__category-count{font-size:15px}}@media(prefers-reduced-motion:reduce){.aero-help *,.aero-help *:before,.aero-help *:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.aero-help__link:hover{padding-left:16px}.aero-help__category-link:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/help.css.map */
