/* Central de Ajuda — layout help center + marca Seguidor */
.ajuda-body { background: #F7F5FC; }
.lp-menu a.is-active { color: var(--primary-2); font-weight: 750; }

.ajuda-hero {
  background: linear-gradient(120deg, #1C1454 0%, #35158A 42%, #6D28D9 100%);
  color: #fff;
  padding: 56px 0 48px;
  text-align: center;
}
.ajuda-hero__inner { max-width: 760px; margin: 0 auto; }
.ajuda-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
  line-height: 1.2;
}
.ajuda-hero p {
  margin: 0 0 22px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.5;
}
.ajuda-search {
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(20, 10, 60, .28);
  max-width: 640px;
  margin: 0 auto;
}
.ajuda-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 15px 16px;
  font-size: 14px;
  outline: none;
  color: #15132B;
}
.ajuda-search button {
  border: 0;
  background: #6D28D9;
  color: #fff;
  padding: 0 18px;
  font-weight: 750;
  font-size: 13.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.ajuda-search button:hover { background: #5B21B6; }

.ajuda-main { padding: 36px 0 64px; }
.ajuda-section-title {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #15132B;
  letter-spacing: -.01em;
}
.ajuda-lead {
  margin: -8px 0 18px;
  color: #6F6B80;
  font-size: 14.5px;
}

.ajuda-cats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .ajuda-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .ajuda-cats { grid-template-columns: 1fr; }
  .ajuda-search { flex-direction: column; }
  .ajuda-search button { padding: 12px; justify-content: center; }
}

.ajuda-cat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border: 1px solid #EBE8F3;
  border-radius: 12px;
  padding: 18px 18px 16px;
  min-height: 148px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  color: inherit;
}
.ajuda-cat:hover {
  border-color: #C4B5FD;
  box-shadow: 0 10px 28px rgba(76, 29, 149, .08);
  transform: translateY(-2px);
  color: inherit;
}
.ajuda-cat h3 {
  margin: 0;
  font-size: 15.5px;
  font-weight: 800;
  color: #15132B;
}
.ajuda-cat p {
  margin: 0;
  flex: 1;
  font-size: 13px;
  color: #6F6B80;
  line-height: 1.45;
}
.ajuda-cat span {
  font-size: 13px;
  font-weight: 750;
  color: #6D28D9;
}

.ajuda-list {
  background: #fff;
  border: 1px solid #EBE8F3;
  border-radius: 12px;
  overflow: hidden;
}
.ajuda-item {
  display: block;
  padding: 16px 18px;
  border-bottom: 1px solid #EBE8F3;
  color: inherit;
  transition: background .12s ease;
}
.ajuda-item:last-child { border-bottom: 0; }
.ajuda-item:hover { background: #F5F3FF; color: inherit; }
.ajuda-item h3 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 750;
  color: #6D28D9;
}
.ajuda-item:hover h3 { color: #4C1D95; }
.ajuda-item p {
  margin: 0 0 6px;
  font-size: 13.5px;
  color: #6F6B80;
  line-height: 1.45;
}
.ajuda-item__meta {
  font-size: 12px;
  color: #9894A8;
}

.ajuda-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #9894A8;
  margin-bottom: 14px;
}
.ajuda-crumb a { color: #6D28D9; font-weight: 650; }
.ajuda-crumb a:hover { color: #4C1D95; }

.ajuda-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}
@media (max-width: 920px) {
  .ajuda-layout { grid-template-columns: 1fr; }
}

.ajuda-article {
  background: #fff;
  border: 1px solid #EBE8F3;
  border-radius: 14px;
  padding: 28px 28px 32px;
  max-width: none;
}
.ajuda-article__meta {
  font-size: 12.5px;
  color: #9894A8;
  margin-bottom: 8px;
}
.ajuda-article h1 {
  margin: 0 0 16px;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -.02em;
  color: #15132B;
  line-height: 1.25;
}
.ajuda-article__body {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}
.ajuda-article__body p { margin: 0 0 14px; }
.ajuda-article__body ul,
.ajuda-article__body ol { margin: 0 0 14px; padding-left: 1.2rem; }
.ajuda-article__body li { margin-bottom: 6px; }
.ajuda-article__body strong { color: #0F172A; font-weight: 750; }
.ajuda-article__body b { color: #0F172A; font-weight: 750; }

.ajuda-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 88px;
}
.ajuda-widget {
  background: #F7F5FC;
  border: 1px solid #EBE8F3;
  border-radius: 12px;
  padding: 18px 18px 16px;
}
.ajuda-widget__title {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #1C1454;
}
.ajuda-widget__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ajuda-widget__list a {
  display: block;
  font-size: 13.5px;
  line-height: 1.4;
  color: #5B5670;
  font-weight: 550;
}
.ajuda-widget__list a:hover { color: #6D28D9; }
.ajuda-widget__list--cats a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.ajuda-widget__list--cats span {
  color: #9894A8;
  font-weight: 600;
  white-space: nowrap;
}
.ajuda-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-weight: 750;
  font-size: 13.5px;
  color: #6D28D9;
}
.ajuda-back:hover { color: #4C1D95; }

.ajuda-empty {
  padding: 28px 16px;
  text-align: center;
  color: #9894A8;
  background: #fff;
  border: 1px dashed #EBE8F3;
  border-radius: 12px;
}
