/* Public help center — Figma node 132:24971 (file iPy2oNDunk2aqcLaQugnWe) */
.help-center-page {
  background: var(--surface);
}

/* Hero */
.hc-hero {
  padding-block: 40px 0;
  background: var(--surface);
}

.hc-hero-panel {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  padding: 56px;
  background: var(--canvas);
  border-radius: 32px;
  direction: ltr;
}

.hc-hero-visual {
  position: relative;
  flex: 0 0 483px;
  direction: rtl;
}

.hc-hero-photo {
  height: 440px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 18px 44px rgba(27, 67, 50, 0.14);
}

.hc-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hc-quick-card {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 190px;
  padding: 17px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 13px rgba(27, 67, 50, 0.12);
  text-align: right;
}

.hc-quick-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}

.hc-quick-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-quick-card li {
  color: rgba(27, 67, 50, 0.68);
  font-size: 12px;
}

.hc-hero-copy {
  flex: 0 0 604px;
  direction: rtl;
  text-align: right;
}

.hc-eyebrow {
  display: inline-flex;
  padding: 8px 16px;
  margin-bottom: 16px;
  color: var(--accent);
  background: rgba(207, 78, 36, 0.1);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.hc-hero-copy h1 {
  margin: 0;
  color: var(--brand);
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
}

.hc-hero-copy h1 span {
  display: block;
  color: var(--accent);
}

.hc-hero-copy > p {
  max-width: 480px;
  margin: 16px 0 0 auto;
  color: var(--muted-brand);
  font-size: 16px;
  line-height: 30px;
}

.hc-search-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.hc-search-form label {
  color: var(--brand);
  font-size: 14px;
  font-weight: 600;
}

.hc-search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
  padding: 9px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 17px rgba(27, 67, 50, 0.08);
  direction: ltr;
}

.hc-search-input-wrap button {
  height: 48px;
  padding-inline: 24px;
  color: var(--surface);
  background: var(--brand);
  border: 0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
}

.hc-search-input-wrap input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--brand);
  background: transparent;
  font-size: 16px;
  text-align: right;
  direction: rtl;
}

.hc-search-input-wrap input::placeholder {
  color: rgba(27, 67, 50, 0.45);
}

.hc-search-icon {
  display: inline-flex;
  flex: 0 0 auto;
  padding-inline-end: 16px;
  opacity: 0.5;
}

.hc-search-icon img {
  width: 19px;
  height: 19px;
}

.hc-quick-faqs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.hc-quick-faqs button {
  padding: 9px 17px;
  color: var(--brand);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hc-quick-faqs button:hover,
.hc-quick-faqs button:focus-visible {
  color: var(--surface);
  background: var(--brand);
}

.hc-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

/* Shared section heading pattern for this page */
.hc-section {
  padding-block: 96px;
}

.hc-section-heading {
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 40px;
  text-align: center;
}

.hc-section-heading.hc-heading-right {
  margin-inline: 0;
  text-align: right;
}

.hc-section-heading h2 {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.hc-section-heading p {
  margin: 0;
  color: rgba(27, 67, 50, 0.65);
  font-size: 16px;
  line-height: 29px;
}

/* Start-here categories */
.hc-categories {
  background: var(--surface);
}

.hc-category-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hc-category-featured {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  color: var(--surface);
  background: var(--brand);
  border-radius: 20px;
  text-align: right;
}

.hc-category-featured > div {
  flex: 1;
}

.hc-category-featured h3 {
  margin: 0;
  color: var(--surface);
  font-size: 16px;
  font-weight: 700;
}

.hc-category-featured p {
  margin: 0;
  color: var(--surface);
  opacity: 0.75;
  font-size: 14px;
}

.hc-category-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hc-category-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: var(--canvas);
  border-radius: 16px;
  text-align: right;
}

.hc-category-card > div {
  flex: 1;
  min-width: 0;
}

.hc-category-card h3 {
  margin: 0;
  color: var(--brand);
  font-size: 14px;
  font-weight: 700;
}

.hc-category-card p {
  margin: 0;
  color: var(--brand);
  opacity: 0.75;
  font-size: 12px;
  line-height: 18px;
}

.hc-category-icon {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(247, 242, 236, 0.14);
  border-radius: 12px;
}

.hc-category-card .hc-category-icon {
  flex-basis: 36px;
  width: 36px;
  height: 36px;
  background: rgba(27, 67, 50, 0.06);
}

.hc-category-icon img {
  width: 20px;
  height: 20px;
}

/* Intent section */
.hc-intent {
  background: var(--canvas);
}

.hc-intent-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 24px;
}

.hc-intent-pills button {
  padding: 8px 16px;
  color: var(--brand);
  background: var(--surface);
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hc-intent-pills button:hover,
.hc-intent-pills button:focus-visible,
.hc-intent-pills button.is-active {
  color: var(--surface);
  background: var(--brand);
}

.hc-intent-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  background: var(--surface);
  border-radius: 22px;
  box-shadow: 0 16px 20px rgba(27, 67, 50, 0.06);
}

.hc-intent-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.hc-intent-copy {
  flex: 1;
  min-width: 260px;
  text-align: right;
}

.hc-intent-copy span {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.hc-intent-copy h3 {
  margin: 8px 0 0;
  color: var(--brand);
  font-size: 20px;
  font-weight: 700;
}

.hc-intent-copy p {
  margin: 8px 0 0;
  color: rgba(27, 67, 50, 0.65);
  font-size: 14px;
  line-height: 24px;
}

/* Tools showcase */
.hc-tools {
  background: var(--surface);
}

.hc-tools-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.hc-tools-photo {
  flex: 0 0 352px;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.hc-tools-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hc-assistant-card {
  flex: 0 0 563px;
  padding: 32px 32px 80px;
  background: var(--canvas);
  border-radius: 24px;
  text-align: right;
}

.hc-assistant-card h3 {
  margin: 0;
  color: var(--brand);
  font-size: 20px;
  font-weight: 700;
}

.hc-assistant-card h4 {
  margin: 8px 0 0;
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.hc-assistant-card p {
  margin: 0;
  color: rgba(27, 67, 50, 0.75);
  font-size: 14px;
  line-height: 26px;
}

.hc-assistant-card .btn {
  margin-top: 16px;
}

.hc-tool-buttons {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

.hc-tool-buttons a,
.hc-tool-buttons button {
  height: 48px;
  padding-inline: 24px;
  color: var(--brand);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.hc-tool-buttons .is-primary {
  color: var(--surface);
  background: var(--brand);
  border-color: var(--brand);
}

/* Login comparison */
.hc-login-compare {
  background: var(--surface);
}

.hc-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.hc-compare-card {
  padding: 32px;
  border-radius: 22px;
  text-align: right;
}

.hc-compare-card.is-brand {
  color: var(--surface);
  background: var(--brand);
}

.hc-compare-card.is-canvas {
  background: var(--canvas);
}

.hc-compare-card h3 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
}

.hc-compare-card.is-brand h3 {
  color: var(--canvas);
}

.hc-compare-card.is-canvas h3 {
  color: var(--brand);
}

.hc-compare-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-compare-card li {
  margin: 8px 0;
  font-size: 14px;
  line-height: 21px;
}

.hc-compare-card.is-brand li {
  color: rgba(247, 242, 236, 0.85);
}

.hc-compare-card.is-canvas li {
  color: rgba(27, 67, 50, 0.75);
}

.hc-compare-actions {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 24px;
}

.hc-compare-actions .btn {
  min-height: 36px;
  padding: 9px 17px;
  font-size: 12px;
}

.hc-compare-actions .btn-outline-light {
  color: var(--canvas);
  border-color: var(--surface);
}

/* FAQ */
.hc-faq {
  background: var(--canvas);
}

.hc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hc-faq-item {
  overflow: hidden;
  background: var(--surface);
  border-radius: 16px;
}

.hc-faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding: 16px 24px;
  color: var(--brand);
  background: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.hc-faq-item i {
  flex: 0 0 auto;
  font-size: 20px;
  font-style: normal;
}

.hc-faq-item > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.24s ease;
}

.hc-faq-item.is-open > div {
  max-height: 160px;
}

.hc-faq-item p {
  margin: 0;
  padding: 0 24px 16px;
  color: rgba(27, 67, 50, 0.68);
  font-size: 14px;
  line-height: 24px;
}

/* Search-not-found bar + CTA */
.hc-results-bar {
  padding-bottom: 96px;
  background: var(--surface);
}

.hc-results-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 40px;
  background: var(--canvas);
  border-radius: 24px;
}

.hc-results-bar-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 24px;
}

.hc-results-bar-actions > a:not(.btn) {
  color: var(--brand);
  font-size: 14px;
  font-weight: 600;
}

.hc-results-bar-copy {
  flex: 1;
  min-width: 260px;
  text-align: right;
}

.hc-results-bar-copy h3 {
  margin: 0;
  color: var(--brand);
  font-size: 18px;
  font-weight: 700;
}

.hc-results-bar-copy p {
  margin: 8px 0 0;
  color: rgba(27, 67, 50, 0.65);
  font-size: 14px;
  line-height: 25px;
}

@media (max-width: 1199.98px) {
  .hc-hero-panel {
    flex-wrap: wrap;
  }

  .hc-hero-visual,
  .hc-hero-copy {
    flex: 1 1 100%;
    min-width: 0;
  }

  .hc-category-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hc-tools-layout {
    flex-wrap: wrap;
  }

  .hc-tools-photo,
  .hc-assistant-card,
  .hc-tool-buttons {
    flex: 1 1 100%;
  }
}

@media (max-width: 991.98px) {
  .hc-section {
    padding-block: 72px;
  }

  .hc-hero-panel {
    padding: 32px;
    gap: 32px;
  }

  .hc-hero-copy h1 {
    font-size: 44px;
    line-height: 54px;
  }

  .hc-compare-grid {
    grid-template-columns: 1fr;
  }

  .hc-results-bar-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .hc-results-bar-actions {
    justify-content: center;
  }

  .hc-results-bar-copy {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .hc-hero {
    padding-block: 24px 0;
  }

  .hc-hero-panel {
    padding: 24px;
  }

  .hc-hero-visual {
    flex-basis: 100%;
  }

  .hc-hero-photo {
    height: 320px;
  }

  .hc-quick-card {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .hc-hero-copy {
    flex-basis: 100%;
    text-align: center;
  }

  .hc-hero-copy > p {
    margin-inline: auto;
  }

  .hc-hero-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hc-category-row {
    grid-template-columns: 1fr;
  }

  .hc-category-featured,
  .hc-category-card {
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
  }

  .hc-intent-result {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .hc-intent-copy {
    text-align: center;
  }

  .hc-intent-actions {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-faq-item > div {
    transition: none;
  }
}
