/* First-customer onboarding: illustrative only; never participates in business totals. */
.customer-onboarding-example{position:relative;background:linear-gradient(90deg,rgba(69,119,255,.065),rgba(255,255,255,.42));color:#536176}
.customer-onboarding-example td{border-top:1px dashed rgba(76,110,177,.38);border-bottom:1px dashed rgba(76,110,177,.38)}
.customer-onboarding-example td:first-child{border-left:3px solid #7598e8}
.customer-onboarding-example strong:not(.sale-value):not(.profit-value):not(.traffic-balance){color:#33445f}
.customer-demo-chip{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:#e9efff;color:#5577c7;font-size:11px;font-weight:800;white-space:nowrap}
.customer-demo-actions{display:flex;gap:6px}.customer-demo-actions span{padding:5px 9px;border-radius:999px;background:#eef1f7;color:#8290a6;font-size:12px;font-weight:700}
.customer-demo-purchase,.customer-demo-allocation{color:#647694;font-weight:700;white-space:nowrap}
.customer-onboarding-demo{margin:14px 20px 4px;padding:18px 20px;border:1px solid rgba(78,111,180,.24);border-radius:18px;background:linear-gradient(135deg,rgba(241,246,255,.96),rgba(255,249,241,.96));box-shadow:0 12px 30px rgba(55,72,109,.09)}
.customer-onboarding-demo[aria-hidden="true"]{display:none!important}
.customer-onboarding-demo header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.customer-onboarding-demo h3{margin:5px 0 4px;color:#29384f;font-size:18px}.customer-onboarding-demo p{margin:0;color:#718097;font-size:13px;line-height:1.55}
.customer-onboarding-eyebrow{color:#5d7bc3;font-size:11px;font-weight:900;letter-spacing:.13em}.customer-onboarding-badge{flex:0 0 auto;padding:6px 10px;border:1px solid rgba(83,118,196,.24);border-radius:999px;background:#fff;color:#607bb7;font-size:12px;font-weight:800}
.customer-onboarding-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:15px 0 14px;padding:0;list-style:none;counter-reset:onboarding}
.customer-onboarding-steps li{position:relative;min-height:58px;padding:11px 12px 11px 44px;border:1px solid rgba(101,123,165,.16);border-radius:13px;background:rgba(255,255,255,.7);color:#65738a;font-size:12px;line-height:1.45}.customer-onboarding-steps li:before{counter-increment:onboarding;content:counter(onboarding);position:absolute;left:12px;top:12px;display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#6a87ce;color:#fff;font-weight:900}.customer-onboarding-steps b{display:block;margin-bottom:2px;color:#34445e;font-size:13px}
.customer-onboarding-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.customer-onboarding-footer button{border:0;border-radius:12px;padding:10px 16px;background:#315fc8;color:#fff;font-weight:800;cursor:pointer}.customer-onboarding-footer small{color:#7a879a;text-align:right;line-height:1.5}
@media(max-width:900px){.customer-onboarding-steps{grid-template-columns:1fr}.customer-onboarding-demo header,.customer-onboarding-footer{align-items:flex-start;flex-direction:column}.customer-onboarding-footer small{text-align:left}}
