/* DiMA Database — /help */
.dima-help {
  --ink: #0b1f45;
  --muted: #5a6b82;
  --sky: #0080d9;
  --sky-deep: #015ac2;
  --accent: #4bb825;
  --line: #cdd9e8;
  --page: #eef2f7;
  --card: #ffffff;
  max-width: 980px;
  margin: 0 auto 48px;
  padding: 16px 20px 40px;
  color: var(--ink);
  font-family: "Nunito", "Segoe UI", sans-serif;
  line-height: 1.55;
}
.dima-help__hero {
  background: linear-gradient(135deg, #003c94 0%, #0080d9 100%);
  color: #ffffff !important;
  border-radius: 12px;
  padding: 28px 28px 22px;
  margin-bottom: 24px;
}
.dima-help__hero p,
.dima-help__hero h1,
.dima-help__brand,
.dima-help__title,
.dima-help__lead {
  color: #ffffff !important;
}
.dima-help__brand {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88) !important;
  opacity: 1;
}
.dima-help__title {
  margin: 0 0 10px;
  font-family: "Outfit", "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff !important;
}
.dima-help__lead {
  margin: 0 0 18px;
  max-width: 40em;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95) !important;
  opacity: 1;
}
.dima-help__toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dima-help__toc a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
}
.dima-help__toc a:hover,
.dima-help__toc a:focus {
  background: rgba(255, 255, 255, 0.32);
  color: #ffffff !important;
}
.dima-help__section {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px 24px 26px;
  margin-bottom: 18px;
  scroll-margin-top: 96px;
}
.dima-help__section h2 {
  margin: 0 0 12px;
  font-family: "Outfit", "Nunito", sans-serif;
  font-size: 22px;
  color: var(--ink);
}
.dima-help__section h3 {
  margin: 0 0 6px;
  font-size: 16px;
}
.dima-help__section p,
.dima-help__section li {
  font-size: 14px;
  color: var(--ink);
}
.dima-help__section ul,
.dima-help__section ol {
  margin: 0 0 12px;
  padding-left: 1.3em;
}
.dima-help__section a {
  color: var(--sky-deep);
  font-weight: 600;
}
.dima-help__steps {
  margin: 0 0 16px;
  padding-left: 1.3em;
}
.dima-help__shot {
  margin: 16px 0 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--page);
}
.dima-help__shot img {
  display: block;
  width: 100%;
  height: auto;
}
.dima-help__shot figcaption {
  padding: 10px 14px;
  font-size: 12px;
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
}
.dima-help__shot--narrow {
  max-width: 640px;
}
.dima-help__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
.dima-help__cards article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #f8fafc;
}
.dima-help__cards p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.dima-help details {
  border-top: 1px solid var(--line);
  padding: 10px 0;
}
.dima-help details:first-of-type {
  border-top: 0;
}
.dima-help summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--sky-deep);
}
.dima-help__contact {
  margin-top: 16px !important;
}
.dima-help__foot {
  margin-top: 8px;
  padding: 16px 4px;
  font-size: 13px;
  color: var(--muted);
}
.dima-help__foot a {
  color: var(--sky-deep);
  font-weight: 600;
}
.dima-help code {
  font-size: 12px;
  background: #eef4fb;
  padding: 1px 6px;
  border-radius: 4px;
}
.dima-help__callout {
  margin: 14px 0 16px;
  padding: 12px 14px;
  border-left: 4px solid var(--accent);
  background: #f3faf0;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  color: var(--ink);
}
.dima-help__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 16px;
  font-size: 14px;
}
.dima-help__table th,
.dima-help__table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.dima-help__table th {
  font-family: "Outfit", "Nunito", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--muted);
  background: #f7fafc;
}
.dima-help__grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin: 0 0 14px;
}
.dima-help__section h3 {
  margin: 18px 0 8px;
  font-size: 16px;
  color: var(--sky-deep);
}
@media (max-width: 640px) {
  .dima-help {
    padding: 10px 12px 32px;
  }
  .dima-help__title {
    font-size: 24px;
  }
  .dima-help__hero {
    padding: 20px 16px 16px;
  }
  .dima-help__grid2 {
    grid-template-columns: 1fr;
  }
}
