.help-center-shell {
  width: 100%;
  max-width: var(--page-width, 1180px);
  margin: 18px auto 34px;
  padding: 0 var(--page-gutter, 18px);
  box-sizing: border-box;
}

.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(15, 23, 42, .08);
  background:
    radial-gradient(circle at 10% 10%, rgba(37, 99, 235, .16), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(56, 189, 248, .12), transparent 24%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 52%, #f8fafc 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .08);
}

.help-hero--category {
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  align-items: center;
}

.help-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.help-hero__copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  color: #0f172a;
}

.help-hero__copy p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.7;
}

.help-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.help-hero__stat {
  min-width: 140px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(148, 163, 184, .25);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .05);
}

.help-hero__stat strong {
  display: block;
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
}

.help-hero__stat span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: .92rem;
}

.help-hero__surface {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(148, 163, 184, .24);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .09);
}

.help-hero__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .14);
}

.help-eyebrow {
  margin: 0 0 8px !important;
  color: #2563eb !important;
  font-size: .78rem !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.help-search {
  display: grid;
  gap: 12px;
}

.help-search__label {
  display: block;
  color: #0f172a;
  font-size: .98rem;
  font-weight: 700;
}

.help-search__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.help-search__field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 0 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, .32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.help-search__icon {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1;
}

.help-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 15px 0;
  font-size: 1rem;
  color: #0f172a;
  outline: none;
}

.help-search button,
.help-card-link,
.help-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  padding: 12px 18px;
  font-weight: 850;
  text-decoration: none;
}

.help-search button {
  min-height: 54px;
  color: #fff;
  background: #0f172a;
  cursor: pointer;
  min-width: 142px;
  box-shadow: 0 14px 26px rgba(15, 23, 42, .18);
}

.help-search-shortcuts {
  display: grid;
  gap: 10px;
  padding-top: 6px;
  border-top: 1px solid rgba(148, 163, 184, .2);
}

.help-search-shortcuts__title {
  color: #64748b;
  font-size: .93rem;
  font-weight: 700;
}

.help-search-shortcuts__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.help-search-shortcuts__links a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 700;
}

.help-search-shortcuts__links a:hover {
  background: #dbeafe;
}

.help-section {
  margin-top: 28px;
}

.help-section--main {
  margin-top: 0;
}

.help-section__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 16px;
}

.help-section__head h2,
.help-aside h2,
.help-aside h3 {
  margin: 0;
  color: #0f172a;
  letter-spacing: -.03em;
}

.help-section__head p:not(.help-eyebrow) {
  margin: 6px 0 0;
  color: #64748b;
}

.help-link {
  color: #1d4ed8;
  background: #eff6ff;
}

.help-category-grid,
.help-article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.help-article-list--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-article-list--single {
  grid-template-columns: 1fr;
}

.help-category-card,
.help-article-card,
.help-aside,
.help-article-page {
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.help-category-card {
  overflow: hidden;
}

.help-category-card__image {
  display: block;
  background: #e2e8f0;
}

.help-category-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.help-category-card__body,
.help-article-card {
  padding: 20px;
}

.help-category-card h3,
.help-article-card h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
}

.help-category-card h3 a,
.help-article-card h3 a,
.help-breadcrumb a,
.help-aside-nav a {
  color: #0f172a;
  text-decoration: none;
}

.help-category-card h3 a:hover,
.help-article-card h3 a:hover,
.help-breadcrumb a:hover,
.help-aside-nav a:hover {
  color: #1d4ed8;
}

.help-category-card p,
.help-article-card p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.65;
}

.help-count {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #1e3a8a;
  background: #dbeafe;
  font-weight: 800;
  font-size: .83rem;
}

.help-card-link {
  margin-top: 14px;
  padding: 10px 0;
  color: #1d4ed8;
  background: transparent;
  justify-content: flex-start;
}

.help-empty-state {
  padding: 28px;
  border-radius: 24px;
  color: #64748b;
  background: #fff;
  border: 1px dashed rgba(100, 116, 139, .35);
}

.help-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: #64748b;
  font-size: .94rem;
}

.help-breadcrumb strong {
  color: #0f172a;
}

.help-layout {
  display: grid;
  gap: 22px;
  align-items: start;
  margin-top: 28px;
}

.help-layout--sidebar-left {
  grid-template-columns: 280px minmax(0, 1fr);
}

.help-layout--article-3col {
  grid-template-columns: 260px minmax(0, 1fr) 290px;
}


.help-sidebar-left {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.help-sidebar-left .help-aside {
  position: static;
}

.help-aside--related {
  margin-top: 0;
}

.help-aside {
  padding: 20px;
  position: sticky;
  top: 96px;
}

.help-aside-block + .help-aside-block {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, .25);
}

.help-aside h2 {
  font-size: 1.15rem;
}

.help-aside h3 {
  font-size: .95rem;
  margin-bottom: 10px;
}

.help-aside-nav {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.help-aside-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 13px;
  border-radius: 14px;
  color: #475569;
  background: #f8fafc;
}

.help-aside-nav a span {
  display: block;
  min-width: 0;
}

.help-aside-nav a small {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(219, 234, 254, .8);
  color: #1e3a8a;
  font-size: .76rem;
  font-weight: 800;
}

.help-aside-nav a.is-active,
.help-aside-nav a:hover {
  color: #1d4ed8;
  background: #eff6ff;
}

.help-article-page {
  padding: clamp(22px, 4vw, 42px);
}

.help-article-page__head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(148, 163, 184, .25);
}

.help-article-page__head h1 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.04em;
  color: #0f172a;
}

.help-article-page__head p {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.help-article-content {
  padding-top: 22px;
  color: #1f2937;
  line-height: 1.78;
  font-size: 1.02rem;
}

.help-article-content :first-child {
  margin-top: 0;
}

.help-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.help-feedback {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(148, 163, 184, .25);
}

.help-feedback__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.35rem;
  letter-spacing: -.02em;
}

.help-feedback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.help-feedback__actions form {
  margin: 0;
}

.help-feedback__button {
  min-width: 86px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(100, 116, 139, .42);
  background: #fff;
  color: #166534;
  font-weight: 800;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.help-feedback__actions form:last-child .help-feedback__button {
  color: #92400e;
}

.help-feedback__button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, .08);
  border-color: rgba(37, 99, 235, .35);
}

.help-feedback__button.is-selected {
  color: #fff;
  background: #0f172a;
  border-color: #0f172a;
}

.help-feedback__button:disabled {
  cursor: default;
  opacity: 1;
}

.help-feedback__summary,
.help-feedback__notice,
.help-feedback__support {
  margin: 14px 0 0;
}

.help-feedback__summary {
  color: #334155;
  font-size: .98rem;
}

.help-feedback__notice {
  color: #1d4ed8;
  font-weight: 700;
}

.help-feedback__support {
  color: #0f172a;
  font-size: 1rem;
}

.help-feedback__support a {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: none;
}

.help-feedback__support a:hover {
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .help-article-list--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .help-layout--article-3col {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .help-layout--article-3col .help-aside--right {
    grid-column: 1 / -1;
    position: static;
  }
}

@media (max-width: 980px) {
  .help-hero,
  .help-hero--category,
  .help-layout--sidebar-left,
  .help-layout--article-3col,
  .help-category-grid,
  .help-article-list,
  .help-article-list--compact {
    grid-template-columns: 1fr;
  }

  
.help-sidebar-left {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 96px;
}

.help-sidebar-left .help-aside {
  position: static;
}

.help-aside--related {
  margin-top: 0;
}

.help-aside {
    position: static;
  }

  .help-layout--article-3col .help-article-page,
  .help-layout--sidebar-left .help-section--main {
    order: 1;
  }

  .help-layout--article-3col .help-aside--left,
  .help-layout--sidebar-left .help-aside--left {
    order: 2;
  }

  .help-layout--article-3col .help-aside--right {
    order: 3;
  }
}

@media (max-width: 640px) {
  .help-center-shell {
    margin-top: 10px;
    padding: 0 12px;
  }

  .help-hero {
    border-radius: 22px;
    padding: 22px;
  }

  .help-hero__surface {
    padding: 18px;
    border-radius: 20px;
  }

  .help-search__row,
  .help-feedback__actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .help-search button,
  .help-feedback__button {
    width: 100%;
  }

  .help-category-grid,
  .help-article-list,
  .help-article-list--compact {
    grid-template-columns: 1fr;
  }

  .help-section__head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.help-search-sticky{position:sticky;top:82px;z-index:5}.help-live-results{position:absolute;left:24px;right:24px;top:calc(100% - 18px);background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 18px 46px rgba(15,23,42,.14);border-radius:20px;padding:14px;z-index:20}.help-live-group{display:grid;gap:8px;margin:8px 0 12px}.help-live-group a{display:grid;gap:3px;padding:10px 12px;border-radius:14px;background:#f8fafc;text-decoration:none;color:#0f172a}.help-live-group span{font-size:.88rem;color:#64748b}.help-live-suggestions{border-top:1px solid rgba(148,163,184,.24);padding-top:10px}.help-live-suggestions button,.help-tag,.help-tag-cloud a{border:0;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:6px 10px;font-weight:800;text-decoration:none;display:inline-flex;margin:3px;cursor:pointer}.help-suggestions{padding:16px 18px;border:1px solid rgba(37,99,235,.14);background:#eff6ff;border-radius:18px;margin-bottom:18px}.help-suggestions a{margin-left:8px;color:#1d4ed8;font-weight:800}.help-category-tree .help-subcategory-link{margin-left:18px;padding-left:22px;position:relative;background:#fff}.help-category-tree .help-subcategory-link:before{content:'↳';position:absolute;left:8px;color:#94a3b8}.help-sidebar-left{display:grid;gap:18px}.help-subcategory-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.help-subcategory-list a{border-radius:999px;background:#f8fafc;color:#334155;padding:7px 10px;text-decoration:none;font-size:.9rem;font-weight:700}.help-card-meta,.help-article-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px;color:#64748b;font-size:.92rem}.help-feedback-text{width:100%;margin-top:12px}.help-feedback-text label{display:grid;gap:8px;color:#334155;font-weight:800}.help-feedback-text textarea{width:100%;border:1px solid rgba(100,116,139,.28);border-radius:14px;padding:12px;resize:vertical}.help-feedback__submit{margin-top:10px;border:0;border-radius:999px;background:#0f172a;color:#fff;font-weight:850;padding:11px 18px;cursor:pointer}.help-aside--related{border-color:rgba(37,99,235,.18);box-shadow:0 18px 50px rgba(37,99,235,.08)}
@media(max-width:980px){.help-search-sticky{position:static}.help-layout--sidebar-left{grid-template-columns:1fr}.help-sidebar-left{order:2}.help-section--main,.help-article-page{order:1}.help-live-results{position:static;margin-top:10px}.help-aside-nav a{min-height:44px}.help-feedback__actions{display:grid}.help-category-tree .help-subcategory-link{margin-left:0}}
@media(max-width:640px){.help-center-shell{padding:0 10px}.help-hero,.help-article-page,.help-aside{border-radius:18px}.help-search__row{grid-template-columns:1fr}.help-search button,.help-feedback__button,.help-feedback__submit{width:100%;min-height:48px}.help-article-card,.help-category-card__body{padding:16px}.help-hero__copy h1{font-size:2rem}}
