.guide-help { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto 3.5rem; }
.guide-help .site-breadcrumbs { width: 100%; }
.help-intro { padding: 1.5rem 0 2rem; max-width: 780px; }
.help-intro .eyebrow { color: var(--green); font-size: .8rem; }
.help-intro h1 { font: 600 clamp(2.2rem, 5vw, 4rem)/1.05 var(--reading); margin: .5rem 0 1rem; max-width: 17ch; }
.guide-help p, .guide-help li { font-size: 1rem; line-height: 1.65; }
.guide-help a { color: var(--green); text-underline-offset: .2em; }
.help-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.help-poster { margin: 0; border: 1px solid var(--rule); background: #fcfaf5; }
.help-poster img { display: block; width: 100%; height: auto; }
.help-poster figcaption { padding: 1rem 1.2rem; font: .875rem/1.55 var(--ui); }
.help-poster figcaption a { display: inline-block; min-height: 44px; padding-top: .6rem; }
.help-demo h2, .product-start-section > h2 { font: 600 clamp(1.75rem, 3vw, 2.4rem)/1.15 var(--reading); margin: 0 0 1rem; }
.help-steps { list-style: none; counter-reset: demo; padding: 0; margin: 1.5rem 0; }
.help-steps li { counter-increment: demo; border-top: 1px solid var(--rule); padding: 1rem 0 1rem 3.2rem; position: relative; }
.help-steps li::before { content: counter(demo, decimal-leading-zero); position: absolute; left: 0; top: 1rem; color: var(--green); font: 600 1.4rem/1.2 var(--reading); }
.help-steps > li > strong { display: block; font: 700 1rem/1.4 var(--ui); margin-bottom: .4rem; }
.help-steps p { margin: 0; }
.help-actions, .entry-links { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin: 1rem 0; }
.help-actions a, .entry-links a { display: inline-flex; align-items: center; min-height: 44px; }
.guide-help .help-primary { padding: .85rem 1.2rem; background: var(--green); color: white; font: 700 .95rem/1.4 var(--ui); text-decoration: none; }
.help-note { padding: 1.25rem 1.5rem; border-left: 3px solid var(--gold); background: var(--surface-sage); margin: 2rem 0; }
.help-note p { margin: 0; }
.product-start-section { margin-top: 3rem; }
.product-start-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.product-start { padding: 1.5rem; border: 1px solid var(--rule); background: #fcfaf5; min-width: 0; }
.product-start h3 { font: 600 1.55rem/1.2 var(--reading); margin: 0 0 .8rem; }
.product-start .entry-links { flex-direction: column; gap: .3rem; margin-bottom: 0; }
.product-start .entry-links a { font: 700 .9rem/1.45 var(--ui); }
.product-start .entry-label { color: var(--green); font: 700 .75rem/1.5 var(--ui); letter-spacing: .06em; text-transform: uppercase; margin-bottom: .6rem; }
.product-start p { margin: .7rem 0; }
.guide-help :focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 760px) {
  .help-layout, .product-start-grid { grid-template-columns: minmax(0, 1fr); }
  .help-demo { grid-row: 1; }
  .guide-help { width: calc(100% - 2rem); }
  .product-start { padding: 1.25rem; }
  .help-intro { padding-top: 1rem; }
}
@media print { .help-layout { display: block; } .help-poster { max-width: 440px; break-inside: avoid; } .help-steps li, .product-start { break-inside: avoid; } }
