
      .outcome-doc .product-hero h1 { font-size: clamp(3.25rem, 5.4vw, 4.9rem); line-height: 1.01; }
      .outcome-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
      .outcome-action { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(0,0,0,.09); border-radius: 999px; padding: 0 18px; background: #fff; color: #111827; font-size: .9375rem; font-weight: 630; box-shadow: 0 14px 36px rgba(0,0,0,.04); transition: transform 160ms ease, border-color 160ms ease; }
      .outcome-action.primary { border-color: #050505; background: #050505; color: #fff; }
      .outcome-action:hover { transform: translateY(-1px); border-color: #050505; }
      .outcome-trust { margin: 20px 0 0; color: #7a8392; font-size: .875rem; line-height: 1.6; }
      .outcome-story { scroll-margin-top: calc(var(--public-header-height) + 26px); }
      .outcome-story-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
      .outcome-story-card { position: relative; min-height: 218px; border: 1px solid rgba(0,0,0,.065); border-radius: 24px; padding: 22px; display: flex; flex-direction: column; background: #fff; box-shadow: 0 20px 54px rgba(0,0,0,.042); }
      .outcome-story-card.active { border-color: rgba(214,170,0,.44); background: linear-gradient(145deg, #fffdf1 0%, #fff 72%); box-shadow: 0 24px 64px rgba(149,112,0,.09); }
      .outcome-story-step { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
      .outcome-story-label { color: #8d95a2; font-size: .71875rem; font-weight: 740; letter-spacing: .13em; text-transform: uppercase; }
      .outcome-story-current { border-radius: 999px; padding: 6px 9px; background: #f6c900; color: #181300; font-size: .6875rem; font-weight: 760; white-space: nowrap; }
      .outcome-story-card h3 { margin: 0 0 11px; color: #111827; font-size: 1.25rem; line-height: 1.26; font-weight: 610; }
      .outcome-story-card p { margin: 0; color: #5f6878; font-size: .9375rem; line-height: 1.64; }
      .outcome-story-note { margin: 18px 0 0; border-radius: 18px; padding: 16px 18px; background: #101720; color: #fff; font-size: .9375rem; line-height: 1.62; box-shadow: 0 22px 58px rgba(16,23,32,.13); }
      .outcome-story .eyebrow { margin-bottom: 12px; color: #9ca3af; }
      @media (max-width: 1000px) {
        .outcome-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      }
      @media (max-width: 560px) {
        .outcome-doc .product-hero h1 { font-size: 2.65rem; line-height: 1.055; }
        .outcome-actions { margin-top: 22px; }
        .outcome-action { min-height: 42px; padding: 0 15px; font-size: .875rem; }
        .outcome-trust { font-size: .8125rem; }
        .outcome-story-grid { grid-template-columns: 1fr; }
        .outcome-story-card { min-height: auto; border-radius: 20px; padding: 20px; }
        .outcome-story-step { margin-bottom: 18px; }
        .outcome-story-note { border-radius: 18px; font-size: .875rem; }
      }
    