/* AmpliDesk — product site (amplidesk.ai)
   小而薄的辅助层，叠在公司站同一份 style.css 之上。
   目的：本页**零内联 style 属性**，以便 `_headers` 里可以挂最严的 CSP（style-src 'self'）。
   公司站因历史原因含 119 处内联 style 属性，其 CSP 的 style-src 放开为 'unsafe-inline'。 */

.mt-0{margin-top:0}
.mt-8{margin-top:8px}
.mt-18{margin-top:18px}
.mt-26{margin-top:26px}
.mw-760{max-width:760px}
.mw-860{max-width:860px}
.nowrap{white-space:nowrap}
.sec-flush{padding-top:0}
.split{display:grid;gap:34px;align-items:center;grid-template-columns:1fr 1fr}
@media(max-width:860px){.split{grid-template-columns:1fr}}
.status{font-size:13px;color:var(--tx-3);margin-top:6px}
.strong-tx{color:var(--tx);font-weight:650}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
