/* ==========================================================================
   Method teaser — "Comment" section under the hero, introducing the
   structogénie staircase diagram. Reuses .section/.section--centered/
   .section__header primitives (see section.css); this file only owns the
   diagram sizing and the CTA row.
   Blocks: .method-teaser, .method-teaser__diagram, .method-teaser__cta
   ========================================================================== */

.method-teaser__title-accent {
  color: var(--color-red-dark);
}

.method-teaser__diagram {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-inline: auto;
  border: 1px solid var(--glass-border-strong);
  border-radius: var(--radius-lg);
}

.method-teaser__cta {
  display: flex;
  justify-content: center;
}
