/* ============================================================
   satori.css — Satori campaign landing page (satori.html)
   Loaded after style.4.css. Colours, type, radii and shadows
   follow the Satori design system tokens (brand purple #773784,
   pale tint #fbe9ff, warm greys, Poppins, 5px radii, soft shadows).
   The .st-mock* classes are static product mock-ups that mirror
   the real Satori app chrome (purple header, white sidebar, grey
   canvas, white cards). Also used by marketing/brochure.
   ============================================================ */
:root {
  --st-purple: #773784;
  --st-purple-hover: #572860;
  --st-purple-dark: #5e2a68;
  --st-purple-900: #371840;
  --st-purple-100: #fbe9ff;
  --st-purple-200: #ead2ef;
  --st-purple-300: #c89bd2;
  --st-purple-400: #9f63ad;
  --st-canvas: #f4f2f2;
  --st-grey-50: #f8f7f7;
  --st-grey-150: #e9e9e9;
  --st-border: #dedede;
  --st-border-strong: #c8c8c8;
  --st-muted: #858796;
  --st-ink: #242424;
  --st-scope-client: #773784;
  --st-scope-matter: #3b6298;
  --st-scope-multi: #387878;
  --st-success: #4caf50; --st-success-bg: #e8f5e9;
  --st-danger: #f44336;  --st-danger-bg: #fff1f5;
  --st-warning: #ff9800; --st-warning-bg: #fff5e6;
  --st-info: #2196f3;    --st-info-bg: #f2fbff;
  --st-dark-surface: #02344a; --st-dark-border: #075274; --st-dark-accent: #50afdb;
  --st-radius: 5px;
  --st-radius-lg: 10px;
  --st-shadow-card: 0 2px 4px rgba(0,0,0,.1);
  --st-shadow-pop: 0 4px 12px rgba(0,0,0,.15);
}

/* ---------- page-level overrides ---------- */
.st-page { color: var(--st-ink); }
.st-page .btn { border-radius: var(--st-radius); font-weight: 500; }
.st-page .btn-satori { background: var(--st-purple); color: #fff; border: 2px solid var(--st-purple); }
.st-page .btn-satori:hover { background: var(--st-purple-hover); border-color: var(--st-purple-hover); color: #fff; transform: none; box-shadow: var(--st-shadow-pop); }
.st-page .btn-satori-light { background: var(--st-purple-100); color: var(--st-purple); border: 2px solid var(--st-purple-100); }
.st-page .btn-satori-light:hover { background: var(--st-purple); color: var(--st-purple-100); border-color: var(--st-purple); transform: none; }
.st-page .btn i { margin-right: 8px; }
.st-page h1, .st-page h2, .st-page h3, .st-page h4 { color: var(--st-ink); }
.st-page .section-header h2 { color: var(--st-purple); }
.st-page p { color: #495057; }
/* keep the shared footer and hero note white on purple (the rules above would otherwise darken them) */
.st-page .st-hero-note { color: rgba(255,255,255,.72); }
.st-page .footer h3, .st-page .footer h4 { color: #fff; }
.st-page .footer p { color: rgba(255,255,255,.7); }
.st-page .footer-bottom p { color: inherit; }
.st-page .nav-links .st-nav-cta { background: #fff; color: var(--st-purple); padding: 9px 18px; border-radius: var(--st-radius); font-weight: 600; }
.st-page .nav-links .st-nav-cta:hover { background: var(--st-purple-100); color: var(--st-purple); }
.st-eyebrow { display: inline-block; font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--st-purple); margin-bottom: .75rem; }
.st-section { padding: 80px 0; }
.st-section.is-canvas { background: var(--st-canvas); }
.st-section .section-header { margin-bottom: 40px; }
.st-section .section-header p { max-width: 720px; margin: 0 auto; font-size: 1.05rem; }

/* ---------- hero ---------- */
.st-hero {
  padding: 130px 0 90px;
  background: linear-gradient(315deg, #773784 0%, #5e2a68 100%);
  position: relative; overflow: hidden; color: #fff;
}
.st-hero .st-wave { position: absolute; left: 0; right: 0; bottom: -2px; height: 140px; width: 100%; opacity: .25; pointer-events: none; }
.st-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.st-hero-logo { height: 46px; width: auto; margin-bottom: 22px; display: block; }
.st-hero .st-eyebrow { color: var(--st-purple-100); }
.st-hero h1 { color: #fff; font-size: clamp(1.75rem, 3.2vw, 2.6rem); line-height: 1.2; margin-bottom: 1.1rem; }
.st-hero .st-lead { color: rgba(255,255,255,.92); font-size: 1.12rem; line-height: 1.6; margin-bottom: 1.75rem; }
.st-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 1.25rem; }
.st-hero-note { color: rgba(255,255,255,.72); font-size: .88rem; margin: 0; }
.st-hero-visual { position: relative; }
.st-hero-visual .st-mock { box-shadow: 0 30px 60px rgba(0,0,0,.35); }

/* ---------- problem ---------- */
.st-problem-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: start; }
.st-problem-grid h2 { font-size: 2rem; color: var(--st-purple); margin-bottom: 1rem; }
.st-driver-list { list-style: none; margin: 1.25rem 0 0; padding: 0; }
.st-driver-list li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid var(--st-border); font-size: .97rem; color: var(--st-ink); }
.st-driver-list li:last-child { border-bottom: none; }
.st-driver-list li i { color: var(--st-danger); margin-top: 4px; flex: none; }
.st-stats { display: grid; gap: 18px; }
.st-stat { background: #fff; border: 1px solid var(--st-border); border-radius: var(--st-radius-lg); padding: 28px 28px 24px; box-shadow: var(--st-shadow-card); }
.st-stat strong { display: block; font-size: 2.6rem; font-weight: 700; color: var(--st-purple); line-height: 1; margin-bottom: 10px; }
.st-stat p { margin: 0; font-size: .95rem; }
.st-stat.is-dark { background: var(--st-dark-surface); border-color: var(--st-dark-border); }
.st-stat.is-dark strong { color: var(--st-dark-accent); }
.st-stat.is-dark p { color: rgba(255,255,255,.85); }

/* ---------- pillars ---------- */
.st-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.st-pillar { background: #fff; border: 1px solid var(--st-border); border-radius: var(--st-radius-lg); padding: 32px 28px; box-shadow: var(--st-shadow-card); }
.st-pillar-icon { width: 56px; height: 56px; border-radius: var(--st-radius); background: var(--st-purple-100); color: var(--st-purple); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.st-pillar-icon svg { width: 28px; height: 28px; fill: currentColor; }
.st-pillar-icon i { font-size: 24px; }
.st-pillar h3 { font-size: 1.2rem; color: var(--st-purple); margin-bottom: 8px; }
.st-pillar .st-kicker { font-size: .8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--st-muted); margin-bottom: 4px; }
.st-pillar p { font-size: .95rem; margin-bottom: 12px; }
.st-pillar ul { list-style: none; padding: 0; margin: 0; }
.st-pillar li { font-size: .9rem; color: var(--st-ink); padding: 5px 0 5px 22px; position: relative; }
.st-pillar li::before { content: ""; position: absolute; left: 0; top: 12px; width: 10px; height: 10px; border-radius: 2px; background: var(--st-purple-300); }

/* ---------- product tour ---------- */
.st-tour-row { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; padding: 48px 0; border-bottom: 1px solid var(--st-border); }
.st-tour-row:last-child { border-bottom: none; }
.st-tour-row.is-reverse .st-tour-copy { order: 2; }
.st-tour-row.is-reverse .st-tour-visual { order: 1; }
.st-tour-copy h3 { font-size: 1.5rem; color: var(--st-purple); margin-bottom: 12px; }
.st-tour-copy p { font-size: 1rem; }
.st-tour-copy ul { list-style: none; padding: 0; margin: 18px 0 0; }
.st-tour-copy li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--st-ink); margin-bottom: 10px; }
.st-tour-copy li i { color: var(--st-purple); margin-top: 4px; flex: none; }
/* Roadmap bullet: sparkles icon, muted text, and an inline "Coming soon" pill instead of a check. */
.st-tour-copy li.is-soon { color: var(--st-muted); }
.st-tour-copy li.is-soon i { color: var(--st-purple-400); }
/* Roadmap section: a pale purple band marks features that are coming soon rather than shipped. */
.st-section.is-roadmap { background: var(--st-purple-100); }
.st-section.is-roadmap .st-tour-row { border-bottom: none; padding: 24px 0 44px; }
.st-eyebrow .st-soon { margin-right: 8px; vertical-align: 2px; }
.st-section.is-roadmap .st-soon { background: var(--st-purple); color: #fff; }
.st-soon {
  display: inline-block; padding: 2px 8px; margin-right: 4px; border-radius: 999px;
  background: var(--st-purple-100); color: var(--st-purple);
  font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; line-height: 1.4;
  vertical-align: 1px;
}
.st-tour-visual .st-mock { box-shadow: 0 18px 44px rgba(36,36,36,.16); }

/* ---------- how it works ---------- */
.st-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.st-step { position: relative; background: #fff; border: 1px solid var(--st-border); border-radius: var(--st-radius-lg); padding: 30px 26px 26px; box-shadow: var(--st-shadow-card); }
.st-step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--st-purple); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 1rem; }
.st-step h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--st-ink); }
.st-step p { font-size: .95rem; margin: 0; }

/* ---------- outcomes ---------- */
.st-outcomes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.st-outcome { border-top: 3px solid var(--st-purple); padding: 18px 4px 0; }
.st-outcome i { color: var(--st-purple); font-size: 1.3rem; margin-bottom: 10px; display: block; }
.st-outcome h4 { font-size: 1.02rem; margin-bottom: 6px; }
.st-outcome p { font-size: .92rem; margin: 0; }

/* ---------- demo request ---------- */
.st-demo { background: var(--st-canvas); }
.st-demo-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.st-demo-copy h2 { font-size: 2rem; color: var(--st-purple); margin-bottom: 1rem; }
.st-demo-copy ul { list-style: none; padding: 0; margin: 1.25rem 0; }
.st-demo-copy li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; font-size: .97rem; color: var(--st-ink); }
.st-demo-copy li i { color: var(--st-purple); margin-top: 4px; }
.st-demo-brochure { margin-top: 1.5rem; padding: 18px 20px; background: #fff; border: 1px solid var(--st-border); border-radius: var(--st-radius-lg); display: flex; gap: 16px; align-items: center; }
.st-demo-brochure i { font-size: 1.6rem; color: var(--st-purple); }
.st-demo-brochure p { margin: 0; font-size: .92rem; }
.st-demo-brochure a { color: var(--st-purple); font-weight: 600; }
.st-form-card { background: #fff; border: 1px solid var(--st-border); border-radius: var(--st-radius-lg); padding: 36px; box-shadow: var(--st-shadow-card); }
.st-form-card h3 { font-size: 1.25rem; margin-bottom: 4px; }
.st-form-card .st-form-intro { font-size: .92rem; margin-bottom: 20px; }
.st-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.st-form-group { margin-bottom: 16px; }
.st-form-group label { display: block; font-size: .85rem; font-weight: 500; color: var(--st-ink); margin-bottom: 6px; }
.st-form-group label .req { color: var(--st-danger); margin-left: 2px; }
.st-form-group input, .st-form-group select, .st-form-group textarea {
  width: 100%; padding: 11px 13px; font-family: 'Poppins', sans-serif; font-size: .95rem; color: var(--st-ink);
  border: 1px solid var(--st-border-strong); border-radius: 4px; background: #fff; transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.st-form-group textarea { min-height: 96px; resize: vertical; }
.st-form-group input:focus, .st-form-group select:focus, .st-form-group textarea:focus { outline: none; border-color: var(--st-purple); box-shadow: 0 0 0 3px rgba(119,55,132,.2); }
.st-form-card .btn { width: 100%; padding: 14px 20px; font-size: 1rem; }
.st-form-fine { font-size: .8rem; color: var(--st-muted); margin: 14px 0 0; text-align: center; }
.st-form-fine a { color: var(--st-purple); }
.st-honeypot { position: absolute; left: -5000px; }

/* ---------- brochure band ---------- */
.st-brochure-band { background: var(--st-purple); color: #fff; padding: 56px 0; }
.st-brochure-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.st-brochure-band h2 { color: #fff; font-size: 1.7rem; margin-bottom: 6px; }
.st-brochure-band p { color: rgba(255,255,255,.85); margin: 0; max-width: 620px; }

/* ---------- product screenshots (images/screens) ---------- */
.st-shot { margin: 0; background: #fff; border: 1px solid var(--st-border); border-radius: 8px; overflow: hidden; box-shadow: 0 18px 44px rgba(36,36,36,.16); }
.st-shot img { display: block; width: 100%; height: auto; }
.st-shot figcaption { font-size: .8rem; color: var(--st-muted); padding: 8px 14px; border-top: 1px solid var(--st-border); background: #fff; }
.st-shot.is-narrow { max-width: 400px; margin: 0 auto; }
.st-hero-visual .st-shot { box-shadow: 0 30px 60px rgba(0,0,0,.35); }

/* ============================================================
   Product mock-ups (static recreations of Satori screens)
   ============================================================ */
.st-mock { background: #fff; border: 1px solid var(--st-border); border-radius: 8px; overflow: hidden; font-family: 'Poppins', sans-serif; font-size: 11px; color: var(--st-ink); line-height: 1.35; text-align: left; }
.st-mock *, .st-mock *::before, .st-mock *::after { box-sizing: border-box; }
.st-mock p, .st-mock h4, .st-mock ul { margin: 0; color: inherit; font-size: inherit; }
.st-mock ul { list-style: none; padding: 0; }
.st-mock a { color: var(--st-purple); text-decoration: none; }
.st-mock-bar { height: 34px; background: var(--st-purple); display: flex; align-items: center; gap: 10px; padding: 0 12px; }
.st-mock-bar img { height: 15px; width: auto; }
.st-mock-bar .fa-bars { color: #fff; font-size: 11px; }
.st-mock-bar .st-mock-right { margin-left: auto; display: flex; align-items: center; gap: 9px; color: #fff; font-size: 10px; }
.st-mock-bar .st-mock-right i { font-size: 11px; position: relative; }
.st-mock-bar .st-mock-right i.is-help { width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; }
.st-mock-bar .st-badge-dot { position: absolute; top: -6px; right: -7px; min-width: 12px; height: 12px; padding: 0 3px; border-radius: 6px; background: var(--st-warning); color: #3a2600; font-size: 7px; font-weight: 700; font-style: normal; font-family: 'Poppins', sans-serif; display: flex; align-items: center; justify-content: center; }
.st-mock-avatar { width: 22px; height: 22px; border-radius: 5px; background: rgba(255,255,255,.18); color: #fff; font-size: 8.5px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }
.st-mock-body { display: flex; background: var(--st-canvas); min-height: 0; }
.st-mock-side { width: 118px; flex: none; background: #fff; border-right: 1px solid var(--st-border); padding: 10px 0 8px; display: flex; flex-direction: column; }
.st-mock-side .st-mock-user { text-align: center; padding-bottom: 8px; margin-bottom: 6px; border-bottom: 1px solid var(--st-canvas); }
.st-mock-side .st-mock-user b { display: block; width: 30px; height: 30px; margin: 0 auto 5px; border-radius: 5px; background: var(--st-purple); color: #fff; font-size: 11px; font-weight: 600; line-height: 30px; }
.st-mock-side .st-mock-user span { display: block; font-size: 9px; font-weight: 700; color: var(--st-purple); }
.st-mock-side .st-mock-user small { display: block; font-size: 7.5px; color: var(--st-muted); }
.st-mock-side a { display: flex; align-items: center; gap: 7px; padding: 5px 10px; font-size: 9.5px; color: var(--st-ink); border-left: 2px solid transparent; white-space: nowrap; }
.st-mock-side a.is-active { background: var(--st-grey-150); border-left-color: var(--st-purple); font-weight: 500; }
.st-mock-side a svg, .st-mock-side a i { width: 12px; height: 12px; flex: none; fill: #555; color: #555; font-size: 10px; text-align: center; }
.st-mock-side a .fa-angle-right { margin-left: auto; width: auto; color: var(--st-muted); font-size: 9px; }
.st-mock-side .st-mock-logout { margin: auto 8px 0; padding: 6px; border-radius: 10px; background: var(--st-purple-100); color: var(--st-purple); font-size: 9px; font-weight: 500; text-align: center; }
.st-mock-main { flex: 1; padding: 10px; min-width: 0; }
.st-mock-title { font-size: 13px; font-weight: 600; margin-bottom: 1px; display: flex; align-items: center; justify-content: space-between; }
.st-mock-title small { font-size: 8.5px; font-weight: 400; color: var(--st-muted); }
.st-mock-sub { font-size: 9px; color: var(--st-muted); margin-bottom: 8px; }
.st-mock-card { background: #fff; border: 1px solid var(--st-border); border-radius: 5px; padding: 8px; box-shadow: var(--st-shadow-card); }
.st-mock-card h4 { font-size: 10px; font-weight: 600; margin-bottom: 6px; display: flex; justify-content: space-between; align-items: center; }
.st-mock-card h4 a { font-weight: 400; font-size: 8.5px; }
.st-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 7px; }
.st-kpi { background: #fff; border: 1px solid var(--st-border); border-radius: 5px; padding: 7px 8px; box-shadow: var(--st-shadow-card); }
.st-kpi strong { display: block; font-size: 15px; font-weight: 700; line-height: 1.1; margin-bottom: 1px; }
.st-kpi span { display: block; font-size: 8px; color: var(--st-muted); line-height: 1.25; }
.st-kpi em { font-style: normal; font-size: 8px; font-weight: 600; color: var(--st-success); }
.st-kpi em.is-down { color: var(--st-danger); }
.st-kpi.is-dark { background: var(--st-dark-surface); border-color: var(--st-dark-border); }
.st-kpi.is-dark strong { color: var(--st-dark-accent); }
.st-kpi.is-dark span { color: rgba(255,255,255,.72); }
.st-mock-grid2 { display: grid; grid-template-columns: 1.3fr 1fr; gap: 6px; margin-bottom: 6px; }
.st-bar { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; font-size: 8.5px; }
.st-bar > span:first-child { width: 52px; flex: none; }
.st-bar i { flex: 1; height: 8px; background: var(--st-canvas); border-radius: 2px; overflow: hidden; display: block; }
.st-bar i b { display: block; height: 100%; border-radius: 2px; background: var(--st-purple); }
.st-bar > span:last-child { width: 18px; text-align: right; font-weight: 600; }
.st-queue li { display: flex; justify-content: space-between; align-items: center; gap: 6px; padding: 4px 0; border-bottom: 1px solid var(--st-canvas); font-size: 8.5px; }
.st-queue li:last-child { border-bottom: none; }
.st-queue li > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }
.st-queue small { display: block; color: var(--st-muted); font-size: 7.5px; font-weight: 400; }
.st-exp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.st-exp li { display: flex; align-items: center; gap: 6px; border: 1px solid var(--st-border); border-radius: 5px; padding: 5px 6px; font-size: 8.5px; min-width: 0; }
.st-exp li > div { min-width: 0; }
.st-exp li > div > span { display: block; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.st-exp li > div > small { display: flex; gap: 4px; align-items: center; font-size: 7.5px; color: var(--st-muted); margin-top: 2px; }
.st-days { width: 26px; height: 26px; border-radius: 5px; flex: none; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; font-weight: 700; font-size: 10px; background: var(--st-warning-bg); color: #b35c00; }
.st-days.is-urgent { background: var(--st-danger-bg); color: var(--st-danger); }
.st-days small { font-size: 6px; font-weight: 400; }
.st-badge { display: inline-block; font-size: 7px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 1px 5px; border-radius: 2px; color: #fff; line-height: 1.5; white-space: nowrap; }
.st-badge.is-client { background: var(--st-scope-client); }
.st-badge.is-matter { background: var(--st-scope-matter); }
.st-badge.is-multi { background: var(--st-scope-multi); }
.st-pill { display: inline-block; font-size: 7.5px; font-weight: 600; padding: 1px 6px; border-radius: 3px; white-space: nowrap; }
.st-pill.is-success { background: var(--st-success-bg); color: #2e7d32; }
.st-pill.is-warning { background: var(--st-warning-bg); color: #b35c00; }
.st-pill.is-danger { background: var(--st-danger-bg); color: var(--st-danger); }
.st-pill.is-info { background: var(--st-info-bg); color: #0b6bbf; }
/* toolbar + table (agreement list) */
.st-toolbar { display: flex; gap: 6px; align-items: center; margin-bottom: 7px; }
.st-search { flex: 1; display: flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--st-border); border-radius: 4px; padding: 5px 8px; font-size: 8.5px; color: var(--st-muted); box-shadow: 0 3px 20px rgba(0,0,0,.05); }
.st-search i { color: var(--st-ink); font-size: 9px; }
.st-tb-btn { background: var(--st-purple-100); color: var(--st-purple); border-radius: 5px; padding: 5px 9px; font-size: 8.5px; font-weight: 500; white-space: nowrap; }
.st-tb-btn.is-solid { background: var(--st-purple); color: #fff; padding: 5px 7px; }
.st-chips { display: flex; gap: 5px; align-items: center; margin-bottom: 7px; font-size: 8px; color: var(--st-muted); }
.st-chip { background: var(--st-purple-100); color: var(--st-purple); border-radius: 3px; padding: 2px 6px; font-weight: 500; display: inline-flex; gap: 5px; align-items: center; }
.st-table-wrap { background: #fff; border: 1px solid var(--st-border); border-radius: 4px; overflow: hidden; overflow-x: auto; }
.st-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 8.5px; }
.st-table th { text-align: left; font-weight: 600; padding: 6px 7px; color: var(--st-ink); background: #fff; border-bottom: 1px solid var(--st-border); white-space: nowrap; }
.st-table th i { color: var(--st-muted); font-size: 7.5px; margin-left: 3px; }
.st-table td { padding: 6px 7px; white-space: nowrap; border-bottom: 2px solid var(--st-canvas); background: #fff; overflow: hidden; text-overflow: ellipsis; max-width: 120px; }
.st-table tr.is-hover td { background: var(--st-grey-150); }
.st-table td.is-right, .st-table th.is-right { text-align: right; }
.st-table td.is-center, .st-table th.is-center { text-align: center; }
.st-action { display: inline-flex; width: 16px; height: 16px; align-items: center; justify-content: center; background: var(--st-purple-100); color: var(--st-purple); border-radius: 4px; font-size: 8px; margin-right: 3px; }
.st-mock-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 7px; font-size: 8px; color: var(--st-muted); }
.st-pager { display: inline-flex; gap: 2px; }
.st-pager span { min-width: 16px; height: 16px; padding: 0 4px; border: 1px solid var(--st-border); border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--st-ink); }
.st-pager span.is-active { background: var(--st-purple); color: #fff; border-color: var(--st-purple); }
/* alert banner (satori-alert) */
.st-alert { display: flex; gap: 8px; align-items: flex-start; border-radius: 4px; padding: 7px 9px; font-size: 8.5px; margin-bottom: 7px; border: 1px solid transparent; }
.st-alert.is-warning { background: var(--st-warning-bg); border-color: #ffd699; color: #7a4a00; }
.st-alert.is-warning i { color: var(--st-warning); margin-top: 1px; }
.st-alert.is-success { background: var(--st-success-bg); border-color: #bfe3c1; color: #1f5f22; }
.st-alert.is-success i { color: var(--st-success); margin-top: 1px; }
.st-alert b { font-weight: 600; }
/* notification list */
.st-notes li { display: flex; gap: 8px; align-items: flex-start; padding: 7px 8px; background: #fff; border: 1px solid var(--st-border); border-radius: 5px; margin-bottom: 5px; font-size: 8.5px; box-shadow: var(--st-shadow-card); }
.st-notes li > i { width: 22px; height: 22px; border-radius: 5px; background: var(--st-purple-100); color: var(--st-purple); display: inline-flex; align-items: center; justify-content: center; font-size: 9px; flex: none; }
.st-notes li > div { flex: 1; min-width: 0; }
.st-notes li b { display: block; font-weight: 600; }
.st-notes li small { display: block; color: var(--st-muted); font-size: 7.5px; margin-top: 1px; }
.st-notes li .st-pill { flex: none; }
/* help chat */
.st-chat { display: flex; flex-direction: column; background: #fff; }
.st-chat-head { background: var(--st-purple); color: #fff; padding: 9px 12px; display: flex; align-items: center; gap: 8px; font-size: 10.5px; font-weight: 600; }
.st-chat-head small { display: block; font-size: 7.5px; font-weight: 400; opacity: .8; }
.st-chat-head i { margin-left: auto; font-size: 10px; opacity: .85; }
.st-chat-body { padding: 12px; background: var(--st-canvas); display: flex; flex-direction: column; gap: 8px; }
.st-bubble { max-width: 86%; padding: 8px 10px; border-radius: 8px; font-size: 9px; line-height: 1.45; }
.st-bubble.is-user { align-self: flex-end; background: var(--st-purple); color: #fff; border-bottom-right-radius: 2px; }
.st-bubble.is-ai { align-self: flex-start; background: #fff; border: 1px solid var(--st-border); border-bottom-left-radius: 2px; }
.st-bubble .st-cites { display: flex; gap: 4px; flex-wrap: wrap; margin-top: 6px; }
.st-bubble .st-cites span { background: var(--st-purple-100); color: var(--st-purple); border-radius: 3px; padding: 1px 6px; font-size: 7.5px; font-weight: 500; }
.st-bubble .st-thumbs { margin-top: 6px; display: flex; gap: 8px; color: var(--st-muted); font-size: 8px; }
.st-chat-input { display: flex; align-items: center; gap: 8px; margin: 0 12px 12px; background: #fff; border: 1px solid var(--st-border); border-radius: 6px; padding: 7px 10px; font-size: 8.5px; color: var(--st-muted); }
.st-chat-input i { margin-left: auto; color: var(--st-purple); }

/* ---------- responsive ---------- */
@media (max-width: 992px) {
  .st-hero-grid, .st-problem-grid, .st-tour-row, .st-demo-grid { grid-template-columns: 1fr; }
  .st-tour-row.is-reverse .st-tour-copy { order: 1; }
  .st-tour-row.is-reverse .st-tour-visual { order: 2; }
  .st-pillars, .st-steps { grid-template-columns: 1fr; }
  .st-outcomes { grid-template-columns: 1fr 1fr; }
  .st-hero { padding: 110px 0 70px; }
}
@media (max-width: 768px) {
  .st-page .nav-links .st-nav-cta { display: inline-block; }
  .st-section { padding: 60px 0; }
  .st-form-row { grid-template-columns: 1fr; }
  .st-outcomes { grid-template-columns: 1fr; }
  .st-mock-side { display: none; }
  .st-kpis { grid-template-columns: repeat(2, 1fr); }
  .st-mock-grid2 { grid-template-columns: 1fr; }
  .st-exp { grid-template-columns: 1fr; }
  .st-form-card { padding: 24px; }
  .st-hero-actions .btn { width: 100%; }
}
