:root {
  --help-forest: #1e3a34;
  --help-sage: #3d8b7a;
  --help-sage-soft: #e8f3ef;
  --help-coral: #ff6b4a;
  --help-amber: #ffb347;
  --help-ink: #292d2b;
  --help-muted: #6b635b;
  --help-paper: #fffbf7;
  --help-line: #e8ddd4;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(61, 139, 122, .08), transparent 27rem),
    linear-gradient(180deg, #fff 0, var(--help-paper) 56%);
  color: var(--help-ink);
  font-family: "DM Sans", sans-serif;
}
img { max-width: 100%; }

/* Help pages should read like documents, not retain marketing chrome on scroll. */
#mm-header > header { position: relative !important; top: auto !important; }
.trust-strip { display: none !important; }

.help-line-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: -.14em;
  fill: none;
  stroke: currentColor;
}
.chip-icon,
.article-card-icon,
.related-icon,
.callout-icon,
.next-step-check {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.chip-icon .help-line-icon,
.related-icon .help-line-icon,
.callout-icon .help-line-icon { width: 18px; height: 18px; }
.article-card-icon .help-line-icon { width: 25px; height: 25px; }
.meta-pill .help-line-icon,
.fb-btn .help-line-icon { margin-right: 6px; }

/* Breadcrumbs shared by both article generations. */
.breadcrumb-bar,
.crumbs {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 22px 28px 0;
  background: transparent;
  border: 0;
}
.breadcrumb,
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--help-muted);
  font-size: 13px;
}
.breadcrumb a,
.crumbs a { color: var(--help-sage); text-decoration: none; }
.breadcrumb a:hover,
.crumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Legacy and generated article shell. */
.page-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 44px 28px 96px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 240px;
  gap: 58px;
  align-items: start;
}
.page-wrap > main { min-width: 0; }
.article-header {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 0 34px !important;
  padding: 0 0 30px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--help-line) !important;
  box-shadow: none !important;
  color: var(--help-ink) !important;
  text-align: left !important;
}
.article-header::before,
.article-header::after { display: none !important; content: none !important; }
.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border: 1px solid var(--help-line);
  border-radius: 999px;
  background: #fff;
  color: var(--help-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}
.meta-cat { border-color: rgba(61, 139, 122, .3); background: var(--help-sage-soft); color: var(--help-sage); }
.meta-video { border-color: rgba(255, 107, 74, .28); background: #fff0eb; color: var(--help-coral); }
.meta-new { border-color: rgba(255, 179, 71, .4); background: #fff8e9; color: #8a5b00; }
.article-title {
  max-width: 720px;
  margin: 0 0 16px !important;
  color: var(--help-forest) !important;
  font-family: "DM Serif Display", serif !important;
  font-size: clamp(38px, 5vw, 58px) !important;
  font-weight: 400 !important;
  letter-spacing: -.025em;
  line-height: 1.04 !important;
}
.article-lead {
  max-width: 680px;
  margin: 0 !important;
  color: var(--help-muted) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
}
.article-body { color: var(--help-ink); font-size: 16px; line-height: 1.75; }
.article-body h2 {
  margin: 46px 0 14px;
  color: var(--help-forest);
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  scroll-margin-top: 24px;
}
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 0 0 6px; color: var(--help-forest); font-size: 17px; line-height: 1.4; }
.article-body p { margin: 0 0 18px; }
.article-body ul { margin: 0 0 24px; padding-left: 22px; }
.article-body li + li { margin-top: 8px; }
.article-body a { color: var(--help-sage); text-underline-offset: 3px; }

.step-list { display: grid; gap: 12px; margin: 22px 0 34px; }
.step {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid var(--help-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 24px rgba(30, 58, 52, .035);
}
.step-num {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--help-forest);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.step-content p:last-child { margin-bottom: 0; }

.callout,
.next-steps {
  margin: 28px 0;
  padding: 22px 24px;
  border: 1px solid rgba(61, 139, 122, .22);
  border-radius: 15px;
  background: var(--help-sage-soft);
}
.callout { display: flex; gap: 13px; align-items: flex-start; }
.callout.warning { border-color: rgba(255, 179, 71, .45); background: #fff8e9; }
.callout p:last-child,
.callout-body p:last-child { margin-bottom: 0; }
.next-steps h3 { margin-bottom: 16px; }
.next-step-item { display: grid; grid-template-columns: 26px 1fr; gap: 10px; align-items: start; margin-top: 12px; }
.next-step-check { width: 24px; height: 24px; border-radius: 50%; background: #fff; color: var(--help-sage); }

/* Screens become part of the explanation instead of a detached image stack. */
.help-screenshot-grid { display: grid; gap: 24px; margin: 28px 0; }
.help-visual-step {
  margin: 26px 0 30px;
  overflow: hidden;
  border: 1px solid var(--help-line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(30, 58, 52, .08);
}
.help-visual-copy { padding: 18px 20px 16px; border-bottom: 1px solid var(--help-line); }
.help-visual-eyebrow {
  margin-bottom: 6px;
  color: var(--help-coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.help-visual-copy h3 { margin: 0 0 5px; color: var(--help-forest); font-family: "DM Serif Display", serif; font-size: 22px; font-weight: 400; }
.help-visual-copy p { margin: 0; color: var(--help-muted); font-size: 13px; line-height: 1.55; }
.help-visual-step figure,
.help-visual-step .help-screenshot,
.help-visual-step .guide-shot { margin: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.help-visual-step img { display: block; width: 100%; height: auto; object-fit: contain; }
.help-visual-step figcaption { padding: 10px 14px; border-top: 1px solid var(--help-line); color: var(--help-muted); font-size: 12px; line-height: 1.5; text-align: left; }

.feedback-block {
  margin: 48px 0 28px;
  padding: 24px;
  border-radius: 16px;
  background: var(--help-forest);
  color: #fff;
  text-align: center;
}
.feedback-block h3 { margin: 0 0 6px; font-family: "DM Serif Display", serif; font-size: 23px; font-weight: 400; }
.feedback-block p { margin: 0 0 16px; color: rgba(255,255,255,.7); }
.feedback-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.fb-btn { display: inline-flex; align-items: center; border: 0; border-radius: 999px; padding: 9px 15px; background: #fff; color: var(--help-forest); font: 600 12px/1 "DM Sans", sans-serif; cursor: pointer; }
.feedback-thanks { display: none; color: rgba(255,255,255,.82); font-size: 13px; }
.article-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.article-nav-btn { padding: 16px; border: 1px solid var(--help-line); border-radius: 13px; background: #fff; color: var(--help-forest); text-decoration: none; }
.article-nav-label { margin-bottom: 4px; color: var(--help-muted); font-size: 11px; }
.article-nav-title { font-size: 14px; font-weight: 700; }
.article-nav-next { text-align: right; }

.sidebar,
.guide-aside {
  position: sticky !important;
  top: 24px !important;
  display: grid;
  gap: 16px;
  align-self: start;
  min-width: 0;
}
.sidebar-card,
.guide-aside {
  padding: 18px;
  border: 1px solid var(--help-line);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
}
.sidebar-title,
.guide-aside strong { margin-bottom: 10px; color: var(--help-muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.toc-list,
.sidebar-related { display: grid; gap: 3px; }
.toc-item,
.related-link,
.guide-aside a { padding: 8px 9px; border-radius: 8px; color: var(--help-muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
.toc-item:hover,
.toc-item.active,
.related-link:hover,
.guide-aside a:hover { background: var(--help-sage-soft); color: var(--help-sage); }
.sidebar-cta { padding: 20px; border-radius: 14px; background: linear-gradient(135deg, var(--help-forest), var(--help-sage)); color: #fff; text-align: center; }
.sidebar-cta h3 { margin: 0 0 7px; font-family: "DM Serif Display", serif; font-size: 19px; font-weight: 400; }
.sidebar-cta p { margin: 0 0 14px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.55; }
.sidebar-cta a { display: block; padding: 9px 14px; border-radius: 999px; background: #fff; color: var(--help-forest); font-size: 12px; font-weight: 700; text-decoration: none; }

/* Compact guide generation uses the same visual rhythm and reading width. */
.guide-hero {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  max-width: 1160px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 42px 28px 38px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--help-ink) !important;
  text-align: left !important;
}
.guide-hero::before,
.guide-hero::after { display: none !important; content: none !important; }
.guide-kicker { color: var(--help-sage); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.guide-hero h1 { max-width: 800px; margin: 12px 0 14px; color: var(--help-forest); font-family: "DM Serif Display", serif; font-size: clamp(38px,5vw,58px); font-weight: 400; letter-spacing: -.025em; line-height: 1.04; }
.guide-hero p { max-width: 720px; margin: 0; color: var(--help-muted); font-size: 18px; line-height: 1.7; }
.guide-layout {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 96px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 240px;
  gap: 58px;
  align-items: start;
}
.guide-content { grid-column: 1; grid-row: 1; display: grid; gap: 42px; min-width: 0; }
.guide-aside { grid-column: 2; grid-row: 1; border-left: 0; }
.guide-content section { scroll-margin-top: 24px; }
.guide-content h2 { margin: 0 0 16px; color: var(--help-forest); font-family: "DM Serif Display", serif; font-size: 30px; font-weight: 400; }
.guide-steps { list-style: none; display: grid; gap: 12px; margin: 0; padding: 0; }
.guide-steps > li:not(.help-visual-item) { display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 13px; align-items: start; padding: 17px 19px; border: 1px solid var(--help-line); border-radius: 14px; background: rgba(255,255,255,.9); }
.guide-steps > li:not(.help-visual-item) > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--help-forest); color: #fff; font-size: 12px; font-weight: 700; }
.guide-steps p { margin: 3px 0 0; line-height: 1.65; }
.guide-visual-item { display: block !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.guide-shot { max-width: 100%; overflow: hidden; }
.guide-callout { padding: 24px 26px; border-radius: 16px; background: linear-gradient(135deg, var(--help-forest), #285047); color: #fff; }
.guide-callout h2 { color: #fff; }
.guide-callout p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.7; }
.related-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.related-links a { padding: 13px; border: 1px solid var(--help-line); border-radius: 11px; background: #fff; color: var(--help-forest); font-size: 13px; font-weight: 600; text-decoration: none; }

@media (max-width: 900px) {
  .page-wrap,
  .guide-layout { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .sidebar,
  .guide-aside { position: static !important; grid-column: 1; grid-row: auto; order: 2; }
  .guide-content { grid-column: 1; grid-row: auto; }
  .sidebar-cta { display: none; }
}

@media (max-width: 640px) {
  .breadcrumb-bar,
  .crumbs { padding: 17px 18px 0; }
  .page-wrap { padding: 32px 18px 70px; }
  .guide-hero { padding: 34px 18px 30px !important; }
  .guide-layout { padding: 0 18px; margin-bottom: 70px; }
  .article-title,
  .guide-hero h1 { font-size: clamp(34px, 11vw, 46px) !important; }
  .article-lead,
  .guide-hero p { font-size: 16px !important; }
  .step { grid-template-columns: 32px minmax(0,1fr); padding: 15px; }
  .help-visual-copy { padding: 15px 16px 14px; }
  .article-nav,
  .related-links { grid-template-columns: 1fr; }
  .article-nav-next { text-align: left; }
}
