:root {
  --faq-gutter: clamp(20px, 6vw, 100px);
  --faq-brand-green: #27d067;
  --faq-brand-blue: #142c33;
  --faq-text: #43405d;
  --faq-text-muted: rgba(111, 108, 144, 0.5);
  --faq-stroke: rgba(147, 155, 163, 0.32);
  --faq-tag-green: #2d8e39;
  --faq-surface: #f1f5f9;
  --faq-radius-card: 40px;
  --faq-radius-inner: 12px;
  --faq-font-title: "alaska", "Google Sans", Helvetica, sans-serif;
  --faq-font-body: Arial, Helvetica, sans-serif;
  --faq-hero-motion-in: cubic-bezier(0.16, 1, 0.3, 1);
  --hero-word-stagger: 78ms;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: #fff;
}

body.page-faq {
  margin: 0;
  font-family: var(--faq-font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--faq-text);
  background: #fff;
}

/* Lang flyout: keep toggle readable on dark hero, but menu items dark on white panel */
html.has-header-on-dark body.page-faq header.header .header-top .lang-dropdown .lang-list .lang-btn {
  color: #142c33;
}

html.has-header-on-dark body.page-faq header.header .header-top .lang-dropdown .lang-list .lang-btn.nav-link-active--lang,
html.has-header-on-dark body.page-faq header.header .header-top .lang-dropdown .lang-list .lang-btn[aria-current="true"] {
  color: var(--faq-brand-blue, #142c33);
  background-color: #f3f4f6;
}

body.page-faq header.header,
body.page-faq header.header .header-nav,
body.page-faq header.header .header-top {
  overflow: visible;
}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

.page-shell {
  position: relative;
  overflow: clip;
}

/* Hero — partner-guide style */
.faq-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  min-height: clamp(320px, 42vw, 420px);
  padding: clamp(48px, 8vw, 72px) var(--faq-gutter) clamp(40px, 6vw, 58px);
  background: #17242f;
  color: #fff;
}

.faq-hero__shell {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
}

.faq-hero__shell::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  z-index: 0;
  width: min(780px, 92%);
  height: 220px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  filter: blur(6px);
  background:
    radial-gradient(ellipse at center, rgba(50, 170, 118, 0.16) 0%, rgba(50, 170, 118, 0.06) 38%, rgba(50, 170, 118, 0) 72%),
    radial-gradient(ellipse at center, rgba(84, 153, 212, 0.1) 0%, rgba(84, 153, 212, 0) 70%);
}

.faq-hero__shell > * {
  position: relative;
  z-index: 1;
}

.faq-hero__title {
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  font-family: var(--faq-font-title);
  font-size: clamp(2.5rem, 8vw, 65px);
  font-weight: 500;
  line-height: 1.08;
  color: #f6fbff;
  text-align: center;
}

html.js .faq-hero__title.hero-title--words {
  display: block;
  text-align: center;
}

html.js .faq-hero__title.hero-title--words .hero-word {
  display: inline-block;
  vertical-align: baseline;
  white-space: normal;
  opacity: 0;
  transform: translate3d(0, 0.45em, 0) scale(1.1);
  filter: blur(7px);
  transition:
    opacity 0.48s var(--faq-hero-motion-in),
    transform 0.62s var(--faq-hero-motion-in),
    filter 0.62s var(--faq-hero-motion-in);
  transition-delay: calc(var(--hero-word-index, 0) * var(--hero-word-stagger, 78ms));
  will-change: opacity, transform, filter;
}

html.js .faq-hero__title.hero-title--words.hero-words--visible .hero-word {
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
}

.faq-hero__search {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: min(100%, 560px);
  margin: clamp(1.75rem, 4vw, 2.5rem) auto 0;
  overflow: visible;
}

.faq-hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.faq-hero__chip {
  border: none;
  border-radius: 999px;
  padding: 8px 13px;
  color: rgba(232, 243, 255, 0.68);
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--faq-font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.faq-hero__chip:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(241, 249, 255, 0.9);
  transform: translateY(-1px);
}

.faq-hero__chip:focus-visible {
  outline: 2px solid rgba(39, 208, 103, 0.55);
  outline-offset: 2px;
}

.faq-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;
}

.search-autocomplete {
  position: relative;
  width: 100%;
}

.faq-hero .search-autocomplete__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  color: rgba(240, 248, 255, 0.5);
  pointer-events: none;
}

.faq-hero .search-autocomplete__input {
  width: 100%;
  margin-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 18px 24px 18px 44px;
  font-family: var(--faq-font-body);
  font-size: 17px;
  font-weight: 100;
  color: rgba(249, 253, 255, 0.92);
  background: rgba(247, 251, 255, 0.05);
  box-shadow: none;
  outline: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: border-color 0.26s ease, box-shadow 0.26s ease, background 0.26s ease;
}

.faq-hero .search-autocomplete__input::-webkit-search-decoration,
.faq-hero .search-autocomplete__input::-webkit-search-cancel-button,
.faq-hero .search-autocomplete__input::-webkit-search-results-button,
.faq-hero .search-autocomplete__input::-webkit-search-results-decoration {
  display: none;
  appearance: none;
}

.faq-hero .search-autocomplete__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.faq-hero .search-autocomplete__input::placeholder {
  color: rgba(240, 248, 255, 0.68);
}

.faq-hero .search-autocomplete__input:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(247, 251, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 18px 40px rgba(7, 18, 28, 0.32),
    0 0 0 1px rgba(39, 208, 103, 0.1);
}

.faq-hero .search-autocomplete__input:focus {
  border-color: rgba(39, 208, 103, 0.5);
  background: rgba(247, 251, 255, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 20px 44px rgba(7, 18, 28, 0.34),
    0 0 0 3px rgba(39, 208, 103, 0.16);
}

.search-autocomplete__panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  z-index: 30;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 4px 8px rgba(10, 56, 107, 0.04),
    0 20px 40px rgba(10, 56, 107, 0.14);
}

.search-autocomplete__list {
  max-height: min(360px, 55vh);
  margin: 0;
  padding: 6px;
  overflow-y: auto;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.search-autocomplete__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 11px 14px;
  border: none;
  border-radius: 12px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}

.search-autocomplete__row-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: rgba(20, 44, 51, 0.38);
}

.search-autocomplete__row-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.search-autocomplete__row:hover,
.search-autocomplete__row--active {
  background: rgba(20, 44, 51, 0.05);
}

.search-autocomplete__row-main {
  font-family: var(--faq-font-title);
  font-size: 15px;
  font-weight: 450;
  line-height: 1.35;
  color: #142c33;
}

.search-autocomplete__row-meta {
  display: block;
  font-family: var(--faq-font-body);
  font-size: 13px;
  line-height: 1.35;
  color: rgba(20, 44, 51, 0.55);
}

.search-autocomplete__mark {
  padding: 0;
  border-radius: 2px;
  background: rgba(39, 208, 103, 0.18);
  color: #142c33;
}

.search-autocomplete__empty {
  padding: 18px 16px 20px;
}

.search-autocomplete__empty-title {
  margin: 0;
  font-family: var(--faq-font-title);
  font-size: 15px;
  font-weight: 500;
  color: #142c33;
}

.search-autocomplete__empty-text {
  margin: 6px 0 0;
  font-family: var(--faq-font-body);
  font-size: 13px;
  line-height: 1.5;
  color: rgba(20, 44, 51, 0.55);
}

.faq-block.is-search-hidden {
  display: none;
}

.faq-panel.is-search-empty {
  display: none !important;
}

.faq-panel.is-search-mode + .faq-panel.is-search-mode {
  margin-top: 32px;
}

.faq-sidebar__link.is-search-hidden {
  display: none;
}

/* Layout */
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  width: min(1312px, 100%);
  margin: 0 auto;
  padding: 50px var(--faq-gutter) 80px;
  align-items: start;
}

.faq-sidebar {
  position: sticky;
  top: 100px;
}

.faq-sidebar__mobile {
  display: none;
}

.faq-sidebar__select {
  width: 100%;
  margin: 0;
  border: 1px solid var(--faq-stroke);
  border-radius: 12px;
  padding: 14px 44px 14px 16px;
  font-family: var(--faq-font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--faq-brand-blue);
  background-color: #fff;
  background-image: url("./assets/kamuno/chevron-down-black.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.faq-sidebar__select:focus-visible {
  outline: 2px solid var(--faq-brand-green);
  outline-offset: 2px;
}

.faq-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.faq-sidebar__indicator {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 4px;
  border-radius: 0 2px 2px 0;
  background: var(--faq-brand-green);
  pointer-events: none;
  opacity: 0;
  transition:
    top 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    height 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s ease;
}

.faq-sidebar__indicator.is-visible {
  opacity: 1;
}

.faq-sidebar__link {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 8px 0 8px 12px;
  margin-left: 0;
  color: var(--faq-text);
  text-decoration: none;
}

.faq-sidebar__label {
  display: block;
  position: relative;
  width: 100%;
  font-family: var(--faq-font-body);
  letter-spacing: 0.01em;
}

.faq-sidebar__label-ghost {
  display: block;
  visibility: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.46;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.faq-sidebar__label-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  transition: font-size 0.28s ease, font-weight 0.28s ease, line-height 0.28s ease;
}

.faq-sidebar__link:hover .faq-sidebar__label-visible,
.faq-sidebar__link.is-active .faq-sidebar__label-visible {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.46;
  color: var(--faq-text);
}

.faq-panels {
  min-width: 0;
}

.faq-panel[hidden] {
  display: none !important;
}

.faq-card {
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
}

/* Document requirements table */
.faq-table-wrap {
  overflow-x: auto;
  margin: 16px 0 8px;
}

.faq-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.faq-table th,
.faq-table td {
  border: 1px solid var(--faq-stroke);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.faq-table thead th {
  background: var(--faq-surface);
  font-family: var(--faq-font-title);
  font-weight: 500;
  color: var(--faq-brand-blue);
}

.faq-table tbody th {
  font-weight: 400;
  color: var(--faq-text);
  min-width: 220px;
}

.faq-table td {
  text-align: center;
  white-space: nowrap;
}

.faq-subsection-title {
  margin: 28px 0 0 0;
  padding-top: 8px;
  font-family: var(--faq-font-title);
  font-size: 14px;
  font-weight: 400;
  color: #142c3380;
}

.faq-divider--inner {
  margin: 8px 0;
}

.faq-answer a {
  color: #21ae56;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-answer a:hover {
  color: var(--faq-brand-green);
}

/* FAQ blocks */
.faq-block + .faq-divider,
.faq-divider + .faq-block {
  margin-top: 0;
}

.faq-block {
  padding: 16px 0;
}

.faq-block.is-open {
  padding-bottom: 20px;
}

.faq-question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  cursor: pointer;
  scroll-margin-top: 120px;
  font-family: var(--faq-font-title);
  color: var(--faq-brand-blue);
}

.faq-question__content {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.faq-question__text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.46;
}

.faq-question__updated {
  display: none;
  margin-top: 4px;
  font-family: var(--faq-font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--faq-brand-blue);
  opacity: 0.5;
}

.faq-block.is-open .faq-question__updated {
  display: block;
}

.faq-question:focus-visible {
  outline: 2px solid var(--faq-brand-green);
  outline-offset: 4px;
  border-radius: 4px;
}

.faq-question__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background: url("./assets/kamuno/chevron-down-black.svg") center / 12px no-repeat;
  transition: transform 0.2s ease;
}

.faq-block.is-open .faq-question__icon {
  transform: rotate(180deg);
}

.faq-answer-panel__inner {
  padding-top: 4px;
}

.faq-answer,
.faq-intro {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--faq-text);
}

.faq-answer {
  margin-top: 12px;
  color: var(--faq-brand-blue);
}

.faq-intro__link {
  color: #21ae56;
}

.faq-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 30px;
  font-size: 14px;
  line-height: 23px;
  color: #142c33;
  background-color: #f3f4f6;
  border-radius: 20px;
}

.faq-note__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 23px;
  color: #142c33;
}

.faq-note__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.faq-note__text {
  flex: 1;
  min-width: 0;
}

.faq-divider {
  border: none;
  border-top: 1px solid var(--faq-stroke);
  margin: 0;
}

.faq-checklist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.faq-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.faq-checklist li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.75 12.15L3.3 8.7l-1.05 1.05L6.75 14.25 15.75 5.25l-1.05-1.05L6.75 12.15z' fill='%2327d067'/%3E%3C/svg%3E");
}

.faq-checklist--rejected li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 4.5l9 9M13.5 4.5l-9 9' stroke='%23c24141' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* Upload docs — partner guide style */
.upload-docs-section {
  max-width: 760px;
  margin-top: 8px;
  font-family: var(--faq-font-body);
  color: var(--faq-brand-blue);
}

.upload-docs-intro {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--faq-text);
}

.upload-docs-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px;
  border: 1px solid rgba(20, 44, 51, 0.14);
  border-radius: 999px;
  background: #fff;
}

.upload-docs-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--faq-text);
  font-family: var(--faq-font-body);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.upload-docs-tab.is-active {
  border: 1px solid #f0efef;
  background: #fff;
  color: var(--faq-brand-blue);
  box-shadow: 0 6px 18px rgba(20, 44, 51, 0.08);
}

.upload-docs-tab:focus-visible {
  outline: 2px solid var(--faq-brand-green);
  outline-offset: 2px;
}

.upload-docs-tab-label {
  display: block;
}

.upload-docs-panels {
  display: grid;
  gap: 16px;
}

.upload-docs-panel {
  display: grid;
  gap: 16px;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  transform-origin: top center;
  transition: opacity 260ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.upload-docs-panel.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.upload-docs-panel.is-leaving {
  opacity: 0;
  transform: translateY(-8px) scale(0.985);
}

.upload-docs-panel[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .upload-docs-panel {
    transform: none;
    transition: none;
  }

  .upload-docs-panel.is-active .upload-docs-group,
  .upload-docs-panel.is-active .upload-docs-item {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.upload-docs-group {
  padding: 18px;
  border: 1px solid rgba(20, 44, 51, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 44, 51, 0.05);
}

.upload-docs-panel.is-active .upload-docs-group {
  animation: upload-docs-group-in 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.upload-docs-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.upload-docs-panel.is-active .upload-docs-item {
  opacity: 0;
  transform: translateY(8px);
  animation: upload-docs-item-in 360ms ease forwards;
}

.upload-docs-panel.is-active .upload-docs-item:nth-child(1) { animation-delay: 40ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(2) { animation-delay: 80ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(3) { animation-delay: 120ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(4) { animation-delay: 160ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(5) { animation-delay: 200ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(6) { animation-delay: 240ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(7) { animation-delay: 280ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(8) { animation-delay: 320ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(9) { animation-delay: 360ms; }
.upload-docs-panel.is-active .upload-docs-item:nth-child(10) { animation-delay: 400ms; }

@keyframes upload-docs-group-in {
  from {
    opacity: 0.72;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes upload-docs-item-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.upload-docs-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.upload-docs-item-copy {
  min-width: 0;
}

.upload-docs-item-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 2px;
}

.upload-docs-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  background: url("./assets/greencheck-1.svg") center / contain no-repeat;
}

.upload-docs-item-title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--faq-brand-blue);
}

.upload-docs-item-copy a {
  color: #f28c28;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.upload-docs-item-copy a:hover {
  color: #d97706;
  text-decoration: underline;
}

.upload-docs-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(20, 44, 51, 0.06);
  color: var(--faq-text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.upload-docs-item-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--faq-text);
}

.upload-docs-item-text + .upload-docs-item-text {
  margin-top: 6px;
}

/* Optional docs */
.faq-optional {
  margin-top: 20px;
}

.faq-optional__title {
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--faq-brand-blue);
}

.faq-optional__list {
  margin: 0;
  padding-left: 1.25rem;
}

.faq-optional__list li {
  margin-bottom: 4px;
}

/* CTA */
.faq-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
}

.faq-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: 200px;
  background: var(--faq-brand-green);
  color: #fff !important;
  font-family: var(--faq-font-title);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.faq-cta:hover {
  filter: brightness(0.95);
}

.faq-cta-sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.43;
  color: var(--faq-text-muted);
}

/* Mobile */
@media (max-width: 960px) {
  .faq-hero {
    min-height: 0;
    padding: clamp(36px, 8vw, 48px) var(--faq-gutter) clamp(32px, 6vw, 40px);
  }

  .faq-hero .search-autocomplete__icon {
    display: none;
  }

  .faq-hero .search-autocomplete__input {
    padding: 15px 18px;
    font-size: 15px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    padding-top: 32px;
  }

  .faq-panels--all-topics .faq-panel + .faq-panel {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--faq-stroke);
  }

  .faq-sidebar {
    position: static;
    margin: 0;
    padding: 0 0 16px;
    overflow: visible;
  }

  .faq-sidebar__mobile {
    display: block;
    width: 100%;
  }

  .faq-sidebar__list {
    display: none;
  }

  .faq-sidebar__indicator {
    display: none;
  }

  .faq-card {
    padding: 0;
    border-radius: 0;
  }

  .upload-docs-tabs {
    width: 100%;
    justify-content: center;
  }

  .upload-docs-tab {
    flex: 1 1 auto;
    min-width: 0;
    padding: 9px 12px;
    font-size: 13px;
  }
}

@media (max-width: 1180px) and (min-width: 768px) {
  .faq-hero__title {
    font-size: clamp(2.9rem, 6.2vw, 56px);
  }
}

@media (max-width: 767px) {
  .faq-hero__title {
    font-size: 3.3rem;
  }
}

@media (max-width: 560px) {
  .upload-docs-tab-label {
    font-size: 12px;
  }
}
