/* Real app screens, output samples and the shared task launcher. */
.hero-brand-note { margin-top: 18px; max-width: 460px; color: #66705f; font-size: 12px; }
.hero-brand-note strong, .hero-brand-note span { color: var(--ink); }
.own-guide-proof { margin: 28px auto 0; max-width: 310px; padding: 12px; background: #fffef8; border: 1px solid #c9d3bc; border-radius: 18px; }
.own-guide-proof > img { width: 100%; max-height: 460px; object-fit: cover; object-position: top; border-radius: 8px; }
.own-guide-proof figcaption { margin-top: 12px; color: #617056; font-size: 11px; line-height: 1.6; }
.intent-paths { margin-top: 35px; border-top: 1px solid var(--border); padding-top: 25px; }
.intent-paths > p { color: var(--muted); font-size: 12px; margin-bottom: 12px; }
.intent-paths nav { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.intent-paths a { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid #a9b3a1; padding-block: 6px; font-size: 14px; font-weight: 600; }
.intent-paths a:hover { color: #607330; }
#selected-task { max-width: 650px; margin: 0 auto 23px; font-size: 14px; line-height: 1.65; }
.closing-section #selected-task { color: #e2e8d8; }
.intent-launcher #selected-task { margin: 12px 0 22px; }
.intent-launcher-free { font-size: 12px; line-height: 1.7; max-width: 720px; }
.section-video { width: 100%; border-radius: 14px; background: #f2f3e7; border: 1px solid var(--border); }
.proof-video figcaption { margin-top: 14px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.proof-video { max-width: 820px; margin: 28px auto 0; }
.proof-video .section-video { display: block; height: auto; max-height: 640px; }
@media (max-width: 560px) {
  .intent-paths nav { gap: 10px 18px; }
  .own-guide-proof { max-width: 290px; }
  .closing-section #selected-task { padding-inline: 12px; }
}
