.guide-quick-links { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; margin-bottom: 0; }
.guide-experience { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 2rem; align-items: center; }
.guide-panel-example { margin: 0; min-width: 0; }
/* Use the supplied image unchanged; show only its right-hand chat panel. */
.guide-panel-crop { aspect-ratio: 374 / 1075; overflow: hidden; border-radius: 12px; background: #1c2026; border: 1px solid #39404c; }
.guide-panel-crop img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.guide-panel-example figcaption { margin-top: .65rem; font-size: .8rem; color: var(--guide-muted); line-height: 1.6; }
.guide-url-example { display: grid; gap: .4rem; padding: 1rem; border: 1px solid var(--guide-border); border-radius: 10px; background: white; }
.guide-url-example code { overflow-wrap: anywhere; font-size: .95rem; }
.guide-url-example span { font-size: .85rem; color: var(--guide-muted); }
.guide-url-example strong { font-size: .9rem; }
.guide-cta .guide-cta-help { margin: 1rem 0 0; font-size: .9rem; }
.guide-faq h3 { border-top: 1px solid var(--guide-border); padding-top: 1rem; }
[id] { scroll-margin-top: 1.5rem; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--guide-blue); outline-offset: 4px; }
@media (max-width: 650px) {
  .guide-experience { grid-template-columns: minmax(0, 1fr); gap: 1rem; }
  .guide-panel-example { width: min(100%, 300px); justify-self: center; }
}
