/* In-page help (same pattern as SOA — Ambersun colours) */
.pagetitle.as-has-guide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.as-pagetitle-left {
  flex: 1 1 220px;
  min-width: 0;
}

.as-page-subtitle {
  color: #5c6b73;
  font-size: 0.9375rem;
  margin: 4px 0 8px;
  max-width: 46rem;
  line-height: 1.45;
}

.as-help-toggle {
  border-radius: 999px !important;
  font-weight: 600;
  padding: 8px 14px !important;
  white-space: nowrap;
  border-color: #00A9AC !important;
  color: #00A9AC !important;
  margin-left: auto;
}

.as-help-toggle:hover,
.as-help-toggle:focus {
  background: #00A9AC !important;
  color: #fff !important;
}

.as-page-guide {
  background: #fff;
  border: 1px solid #d9e2e3;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 40, 44, 0.06);
  padding: 20px 24px;
}

.as-page-guide-kicker {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #00A9AC;
  margin: 0;
}

.as-page-guide-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 6px;
}

.as-page-guide-blurb {
  color: #5c6b73;
  font-size: 0.9375rem;
  max-width: 44rem;
}

.as-page-guide-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.as-page-guide-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 0.9375rem;
}

.as-page-guide-num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 169, 172, 0.12);
  color: #00A9AC;
  font-size: 0.8125rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.as-page-guide-tip {
  background: rgba(0, 169, 172, 0.1);
  color: #1a2a2c;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.8125rem;
  margin: 0;
}

.as-help-video {
  width: 100%;
  max-width: 640px;
  border-radius: 10px;
  background: #0f1720;
  display: block;
}

.as-auth-guide {
  background: #fff;
  border: 1px solid #d9e2e3;
  border-radius: 12px;
  padding: 16px 18px;
}

.as-auth-guide .as-help-video {
  max-width: 100%;
}
