/* Central de Ajuda VG Tech — layout premium SaaS */

:root {
  --help-bg: #f4f8fc;
  --help-bg-hero: linear-gradient(145deg, #e0f2fe 0%, #f0f9ff 42%, #ffffff 100%);
  --help-surface: #ffffff;
  --help-text: #0f172a;
  --help-muted: #64748b;
  --help-accent: #0369a1;
  --help-accent-hover: #0284c7;
  --help-accent-soft: rgba(3, 105, 161, 0.1);
  --help-green: #15803d;
  --help-green-soft: rgba(21, 128, 61, 0.12);
  --help-whatsapp: #25d366;
  --help-whatsapp-hover: #1ebe57;
  --help-border: rgba(15, 23, 42, 0.08);
  --help-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --help-shadow-lg: 0 20px 50px rgba(3, 105, 161, 0.1);
  --help-radius: 14px;
  --help-radius-sm: 10px;
  --help-read-max: 56.25rem;
  --help-header-h: 4.25rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.help {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  background: var(--help-bg);
  color: var(--help-text);
  line-height: 1.7;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

.help-wrap {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Header */
.help-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--help-border);
}

.help-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--help-header-h);
  gap: 1rem;
}

.help-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  flex-shrink: 0;
}

.help-logo img { height: 38px; width: auto; }

.help-logo-tag {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--help-accent);
  line-height: 1.2;
}

.help-nav-links {
  display: flex;
  gap: 0.75rem 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.help-nav-links a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--help-muted);
  transition: color 0.15s;
}

.help-nav-links a:hover,
.help-nav-links a[aria-current="page"] {
  color: var(--help-text);
}

.help-back-link {
  color: var(--help-accent) !important;
  font-weight: 700 !important;
}

/* Buttons */
.help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.62rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
  white-space: nowrap;
}

.help-btn:active { transform: scale(0.98); }

.help-btn-primary {
  background: var(--help-accent);
  color: #fff;
  box-shadow: 0 4px 14px rgba(3, 105, 161, 0.28);
}

.help-btn-primary:hover {
  background: var(--help-accent-hover);
  color: #fff;
}

.help-btn-whatsapp {
  background: var(--help-whatsapp);
  color: #fff;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

.help-btn-whatsapp:hover {
  background: var(--help-whatsapp-hover);
  color: #fff;
}

.help-btn-green { background: var(--help-green); color: #fff; }
.help-btn-outline {
  background: #fff;
  color: var(--help-accent);
  border: 2px solid var(--help-accent);
  box-shadow: none;
}
.help-btn-outline:hover {
  background: var(--help-accent-soft);
  color: var(--help-accent-hover);
}
.help-btn-lg { padding: 0.85rem 1.5rem; font-size: 0.95rem; }

/* Hero */
.help-hero {
  background: var(--help-bg-hero);
  border-bottom: 1px solid var(--help-border);
  padding: 2.5rem 0 2.75rem;
}

.help-hero--index { padding-bottom: 2.5rem; }

.help-hero-inner { max-width: 44rem; }

.help-hero-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--help-accent);
}

.help-title {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  margin: 0 0 0.85rem;
  letter-spacing: -0.035em;
  color: var(--help-text);
}

.help-lead {
  font-size: 1.12rem;
  color: var(--help-muted);
  max-width: 42rem;
  margin: 0;
  line-height: 1.65;
}

.help-lead--index { max-width: 38rem; }

.help-meta-line {
  margin: 1.15rem 0 0;
  font-size: 0.9rem;
  color: var(--help-muted);
}

.help-meta-line strong { color: var(--help-text); }

/* Search */
.help-search {
  margin-top: 1.75rem;
  max-width: 32rem;
}

.help-search-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--help-muted);
  margin-bottom: 0.45rem;
}

.help-search-field {
  position: relative;
  display: flex;
  align-items: center;
}

.help-search-icon {
  position: absolute;
  left: 1rem;
  color: var(--help-muted);
  pointer-events: none;
}

.help-search-input {
  width: 100%;
  padding: 0.9rem 1rem 0.9rem 2.75rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius);
  background: var(--help-surface);
  color: var(--help-text);
  box-shadow: var(--help-shadow);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.help-search-input:focus {
  outline: none;
  border-color: rgba(3, 105, 161, 0.45);
  box-shadow: 0 0 0 4px var(--help-accent-soft), var(--help-shadow);
}

.help-search-hint {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: var(--help-muted);
}

.help-search-empty {
  text-align: center;
  padding: 2rem;
  color: var(--help-muted);
  font-weight: 600;
  background: var(--help-surface);
  border-radius: var(--help-radius);
  border: 1px dashed var(--help-border);
  margin-bottom: 1.5rem;
}

/* Index categories & cards */
.help-index-body { padding: 2rem 0 2.5rem; }

.help-index-category { margin-bottom: 2.75rem; }

.help-index-category-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.help-index-category-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  background: var(--help-accent-soft);
  color: var(--help-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.help-index-category-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.help-index-category-desc {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  color: var(--help-muted);
}

.help-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.15rem;
}

.help-card {
  display: flex;
  flex-direction: column;
  background: var(--help-surface);
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius);
  padding: 1.35rem 1.4rem;
  box-shadow: var(--help-shadow);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  min-height: 100%;
}

.help-card:hover {
  border-color: rgba(3, 105, 161, 0.2);
  box-shadow: var(--help-shadow-lg);
  transform: translateY(-2px);
}

.help-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.help-card-cat {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--help-accent-soft);
  color: var(--help-accent);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.help-card-module {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--help-muted);
}

.help-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.help-card h3 a {
  text-decoration: none;
  color: var(--help-text);
}

.help-card h3 a:hover { color: var(--help-accent); }

.help-card-desc {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  color: var(--help-muted);
  line-height: 1.55;
}

.help-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--help-border);
  flex-wrap: wrap;
}

.help-card-time {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--help-muted);
}

.help-empty {
  text-align: center;
  padding: 3rem 1.5rem;
  color: var(--help-muted);
  background: var(--help-surface);
  border-radius: var(--help-radius);
  border: 1px dashed var(--help-border);
}

/* Support banner (index) */
.help-support-banner {
  padding: 0 0 3rem;
}

.help-support-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 2.25rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border-radius: calc(var(--help-radius) + 4px);
  color: #fff;
  box-shadow: var(--help-shadow-lg);
}

.help-support-title {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.help-support-text {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 28rem;
}

/* Article hero */
.help-hero--article { padding: 1.75rem 0 2rem; }

.help-breadcrumb {
  font-size: 0.84rem;
  color: var(--help-muted);
  margin-bottom: 1rem;
}

.help-breadcrumb a {
  color: var(--help-accent);
  text-decoration: none;
  font-weight: 600;
}

.help-breadcrumb span { margin: 0 0.35rem; opacity: 0.5; }

.help-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.help-badge {
  display: inline-block;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  background: var(--help-accent-soft);
  color: var(--help-accent);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.help-reading-time {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--help-muted);
}

.help-reading-time::before { content: "⏱ "; }

.help-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.help-chip {
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: var(--help-surface);
  border: 1px solid var(--help-border);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--help-muted);
}

.help-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

.help-tag {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--help-border);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--help-accent);
}

/* Article layout */
.help-layout { padding: 1.5rem 0 3rem; }

.help-layout-grid {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  max-width: calc(var(--help-read-max) + 280px);
  margin-left: auto;
  margin-right: auto;
}

.help-article-column {
  max-width: var(--help-read-max);
  min-width: 0;
}

.help-sidebar {
  position: sticky;
  top: calc(var(--help-header-h) + 1rem);
}

.help-toc-wrap {
  background: var(--help-surface);
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius);
  box-shadow: var(--help-shadow);
}

.help-toc-toggle {
  cursor: pointer;
  padding: 0.85rem 1rem;
  font-weight: 800;
  font-size: 0.88rem;
  list-style: none;
  color: var(--help-text);
}

.help-toc-toggle::-webkit-details-marker { display: none; }

.help-toc-wrap .help-toc {
  padding: 0.75rem 1rem 1rem;
}

.help-toc {
  background: transparent;
}

.help-visual-step {
  margin: 1.25rem 0 1.75rem;
  padding: 1rem;
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius-sm);
  background: #fafbfc;
}

.help-visual-step-head {
  margin: 0 0 0.5rem;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.help-visual-step-num {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--help-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.help-visual-step-text {
  margin: 0 0 0.85rem;
  color: #334155;
  max-width: 52ch;
}

.help-figure {
  margin: 0;
  border-radius: var(--help-radius-sm);
  overflow: hidden;
  border: 1px solid var(--help-border);
  background: #fff;
  box-shadow: var(--help-shadow);
}

.help-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  background: #f1f5f9;
}

.help-figure figcaption {
  padding: 0.55rem 0.85rem;
  font-size: 0.8rem;
  color: var(--help-muted);
  border-top: 1px solid var(--help-border);
  background: #fff;
}

.help-faq-section { margin-top: 0.65rem; }

.help-toc-label {
  margin: 0 0 0.7rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--help-muted);
}

.help-toc ol {
  margin: 0;
  padding-left: 1.15rem;
  list-style: decimal;
}

.help-toc li { margin: 0.35rem 0; }

.help-toc a {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--help-muted);
  text-decoration: none;
  line-height: 1.4;
}

.help-toc a:hover { color: var(--help-accent); }

/* Article content */
.help-content {
  background: var(--help-surface);
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius);
  padding: 2.25rem 2.5rem;
  box-shadow: var(--help-shadow);
}

/* Seções abertas (leitura rápida) */
.help-section--open {
  margin-bottom: 1.75rem;
}

.help-section--open:last-child { margin-bottom: 0; }

/* Accordions (detalhes fechados por padrão) */
.help-section-accordion {
  margin: 0.65rem 0;
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius-sm);
  background: #fafbfc;
  overflow: hidden;
}

.help-section-accordion[open] {
  background: var(--help-surface);
  border-color: rgba(3, 105, 161, 0.22);
  box-shadow: var(--help-shadow);
}

.help-section-accordion-title {
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 800;
  font-size: 1rem;
  list-style: none;
  color: var(--help-text);
  letter-spacing: -0.02em;
}

.help-section-accordion-title::-webkit-details-marker { display: none; }

.help-section-accordion-title::after {
  content: "+";
  float: right;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--help-accent);
  line-height: 1;
}

.help-section-accordion[open] .help-section-accordion-title::after { content: "−"; }

.help-section-accordion-body {
  padding: 0 1.15rem 1.15rem;
  border-top: 1px solid var(--help-border);
}

.help-section-accordion-body > :first-child { margin-top: 0.85rem; }

.help-toc a.help-toc-link--accordion {
  font-style: italic;
  opacity: 0.85;
}

.help-h2 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 2.25rem 0 1rem;
  padding-left: 0.9rem;
  border-left: 4px solid var(--help-accent);
  scroll-margin-top: calc(var(--help-header-h) + 1rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.help-h2:first-of-type { margin-top: 0.5rem; }

.help-h2--steps { border-color: var(--help-green); }
.help-h2--warn { border-color: #d97706; }
.help-h2--support { border-color: #6366f1; }

.help-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.5rem 0 0.65rem;
}

.help-content p {
  margin: 0.9rem 0;
  color: #334155;
}

.help-content ul,
.help-content ol {
  margin: 0.9rem 0;
  padding-left: 1.4rem;
  color: #334155;
}

.help-content li { margin: 0.35rem 0; }

.help-content code {
  font-size: 0.88em;
  background: #f1f5f9;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
}

/* Numbered steps */
.help-steps {
  counter-reset: step;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 1.15rem 0 !important;
}

.help-steps li {
  position: relative;
  padding: 1rem 1.1rem 1rem 3.25rem;
  margin: 0.7rem 0;
  background: #f8fafc;
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius-sm);
  counter-increment: step;
}

.help-steps li::before {
  content: counter(step);
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--help-accent);
  color: #fff;
  font-weight: 800;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Callouts */
.help-callout {
  margin: 1rem 0;
  padding: 1rem 1.15rem 1rem 3rem;
  border-radius: var(--help-radius-sm);
  border: 1px solid var(--help-border);
  position: relative;
  font-size: 0.95rem;
}

.help-callout::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1.15rem;
  line-height: 1;
}

.help-callout--tip {
  background: #f0fdf4;
  border-color: rgba(21, 128, 61, 0.25);
}

.help-callout--tip::before { content: "💡"; }

.help-callout--warn {
  background: #fffbeb;
  border-color: rgba(217, 119, 6, 0.3);
}

.help-callout--warn::before { content: "⚠️"; }

.help-callout--error {
  background: #fef2f2;
  border-color: rgba(220, 38, 38, 0.2);
  padding-left: 1.15rem;
}

.help-callout--error .help-callout-title {
  display: block;
  font-weight: 800;
  color: #b91c1c;
  margin-bottom: 0.5rem;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.help-callout--error ul {
  margin: 0;
  padding-left: 1.2rem;
}

.help-callout--support {
  background: #eef2ff;
  border-color: rgba(99, 102, 241, 0.25);
}

.help-callout--support::before { content: "💬"; }

.help-callout p { margin: 0.35rem 0; color: #334155; }

.help-quote {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--help-accent);
  background: #f8fafc;
  border-radius: 0 var(--help-radius-sm) var(--help-radius-sm) 0;
  color: #334155;
}

.help-quote p { margin: 0; }

.help-callout strong { color: var(--help-text); }

/* FAQ */
.help-faq-grid {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 1rem 0;
}

.help-faq-item {
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius-sm);
  background: #f8fafc;
  overflow: hidden;
}

.help-faq-item[open] {
  background: #fff;
  border-color: rgba(3, 105, 161, 0.25);
  box-shadow: var(--help-shadow);
}

.help-faq-item summary {
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 700;
  font-size: 0.95rem;
  list-style: none;
  color: var(--help-text);
}

.help-faq-item summary::-webkit-details-marker { display: none; }

.help-faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 800;
  color: var(--help-accent);
}

.help-faq-item[open] summary::after { content: "−"; }

.help-faq-answer {
  padding: 0 1.15rem 1.1rem;
  color: var(--help-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

/* Article CTA */
.help-article-cta { margin-top: 1.5rem; }

.help-article-cta-inner {
  padding: 1.75rem 2rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid rgba(3, 105, 161, 0.15);
  border-radius: var(--help-radius);
  text-align: center;
}

.help-article-cta-title {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 800;
}

.help-article-cta-text {
  margin: 0 0 1.15rem;
  color: var(--help-muted);
  font-size: 0.95rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

/* Comece aqui — trilha de onboarding */
.help-badge--start {
  background: var(--help-green-soft);
  color: var(--help-green);
}

.help-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.help-ready-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.help-ready-list li {
  position: relative;
  padding: 0.65rem 0 0.65rem 2rem;
  margin: 0;
  color: #334155;
  border-bottom: 1px solid var(--help-border);
}

.help-ready-list li:last-child { border-bottom: none; }

.help-ready-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--help-green-soft);
  color: var(--help-green);
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.help-path-step {
  margin: 2rem 0;
  padding: 1.5rem 1.65rem;
  background: var(--help-surface);
  border: 1px solid var(--help-border);
  border-radius: var(--help-radius);
  scroll-margin-top: calc(var(--help-header-h) + 1rem);
  box-shadow: var(--help-shadow);
}

.help-path-step--success {
  border-color: rgba(21, 128, 61, 0.35);
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 72%);
}

.help-path-step-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--help-accent);
}

.help-path-step--success .help-path-step-label { color: var(--help-green); }

.help-path-step .help-h2 { margin-top: 0; }

.help-path-ready {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border-radius: var(--help-radius-sm);
  font-size: 0.95rem;
  color: #334155;
}

.help-path-hint {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: var(--help-muted);
}

.help-step-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.help-step-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--help-accent);
  text-decoration: none;
}

.help-step-link:hover { text-decoration: underline; }

.help-callout-title { margin: 0 0 0.35rem; }

.help-start-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0f9ff 55%, #fff 100%);
  border: 1px solid rgba(21, 128, 61, 0.22);
  border-radius: var(--help-radius);
  box-shadow: var(--help-shadow);
}

.help-start-banner-text { flex: 1; min-width: 14rem; }

.help-start-banner-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--help-green);
}

.help-start-banner-title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.help-start-banner-desc {
  margin: 0;
  font-size: 0.92rem;
  color: var(--help-muted);
  line-height: 1.5;
}

/* Footer */
.help-footer {
  border-top: 1px solid var(--help-border);
  padding: 2rem 0;
  background: #fff;
}

.help-footer-inner p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--help-muted);
}

.help-footer a {
  color: var(--help-accent);
  font-weight: 600;
  text-decoration: none;
}

.help-footer a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 960px) {
  .help-layout-grid {
    grid-template-columns: 1fr;
    max-width: var(--help-read-max);
  }

  .help-sidebar {
    position: static;
    order: -1;
  }

  .help-toc ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0;
    list-style: none;
  }

  .help-toc li { margin: 0; }

  .help-toc a {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 0.78rem;
  }

  .help-content { padding: 1.5rem 1.25rem; }

  .help-hide-mobile { display: none !important; }

  .help-support-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .help-index-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .help-title { font-size: 1.65rem; }
  .help-card-footer { flex-direction: column; align-items: stretch; }
  .help-card-footer .help-btn { width: 100%; text-align: center; }
  .help-start-banner { flex-direction: column; align-items: stretch; }
  .help-start-banner .help-btn { width: 100%; text-align: center; }
  .help-hero-cta-row .help-btn { width: 100%; text-align: center; }
  .help-step-actions .help-btn { flex: 1 1 100%; text-align: center; }
}
