.mp .wrap{max-width:1200px;margin:0 auto;padding:0 24px}.mp .grad-text{background:linear-gradient(90deg,#f37032 0%,#d18d7d 28%,#a79ab8 60%,#61a2f9 100%);color:#0000;background-clip:text}.mp .btn-grad{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f37032 0%,#fb913c 100%);border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;height:44px;padding:0 28px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.mp .btn-grad:hover{transform:translateY(-1px);box-shadow:0 4px 16px #f3703240}.mp .btn-outline{color:#16191c;cursor:pointer;background:#fff;border:1px solid #eef0f3;border-radius:6px;justify-content:center;align-items:center;gap:6px;height:44px;padding:0 28px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.mp .btn-outline:hover{color:#f37032;background:#fff7ed;border-color:#f37032}.mp .crumb{color:#98999b;align-items:center;gap:4px;margin-bottom:14px;font-size:13px;display:flex}.mp .crumb b{color:#56595b;font-weight:500}.mp .pipeline-section{background:#f6f8fb;padding:64px 0 72px}.mp .pipeline-section .section-h{text-align:center;color:#16191c;margin:0 0 10px;font-size:28px;font-weight:700}.mp .pipeline-section .section-sub{color:#98999b;text-align:center;margin:0 0 36px;font-size:14px}.mp .pipeline-grid{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:16px;display:grid}.mp .pipeline-card{border-radius:12px;flex-direction:column;gap:16px;min-height:260px;padding:28px;transition:all .2s;display:flex}.mp .pipeline-card:first-child{background:#faf6f3;border:1px solid #f3e8e0}.mp .pipeline-card:nth-child(3){background:#f8f6fa;border:1px solid #ede9f3}.mp .pipeline-card:nth-child(5){background:#f3f6fa;border:1px solid #e0e7f3}.mp .pipeline-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #16191c14}.mp .pipeline-card .stage-icon-box{background:#fff;border:1px solid #0000000f;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.mp .pipeline-card:first-child .stage-icon-box{color:#f37032}.mp .pipeline-card:nth-child(3) .stage-icon-box{color:#8b5cf6}.mp .pipeline-card:nth-child(5) .stage-icon-box{color:#3b82f6}.mp .pipeline-card h4{color:#16191c;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:700;display:flex}.mp .pipeline-card .stage-num{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:inline-flex}.mp .pipeline-card:first-child .stage-num{background:#f37032}.mp .pipeline-card:nth-child(3) .stage-num{background:#8b5cf6}.mp .pipeline-card:nth-child(5) .stage-num{background:#3b82f6}.mp .pipeline-card .p-desc{color:#56595b;margin:0;font-size:13px;line-height:1.7}.mp .pipeline-card .p-table{background:#fff;border:1px solid #eef0f3;border-radius:8px;flex-direction:column;gap:8px;margin-top:4px;padding:14px 16px;display:flex}.mp .pipeline-card .p-row{justify-content:space-between;font-size:12px;line-height:1.5;display:flex}.mp .pipeline-card .p-row .lbl{color:#98999b;min-width:48px}.mp .pipeline-card .p-row .val{color:#16191c;font-weight:500}.mp .pipeline-card .p-row .val.accent{font-weight:600}.mp .pipeline-card:first-child .p-row .val.accent{color:#fbbf24}.mp .pipeline-card:nth-child(3) .p-row .val.accent{color:#a78bfa}.mp .pipeline-card:nth-child(5) .p-row .val.accent{color:#60a5fa}.mp .pipeline-arrow{color:#f37032;align-self:center;font-size:22px;font-weight:700;line-height:1}.mp .stages-section{background:#f6f8fb;padding:72px 0}.mp .stage-h{text-align:center;color:#16191c;margin:0 0 36px;font-size:28px;font-weight:700}.mp .stage-sub{color:#56595b;text-align:center;margin:0 0 36px;font-size:14px}.mp .stage-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.mp .stage-card{background:#fff;border:1px solid #eef0f3;border-radius:8px;flex-direction:column;gap:18px;padding:28px;transition:all .2s;display:flex}.mp .stage-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #16191c14}.mp .stage-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.mp .stage-icon.train{background:linear-gradient(135deg,#fff7ed,#ffecd2)}.mp .stage-icon.finetune{background:linear-gradient(135deg,#eff6ff,#dbeafe)}.mp .stage-icon.deploy{background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.mp .stage-card h3{color:#16191c;margin:0;font-size:18px;font-weight:700}.mp .stage-card .sd{color:#56595b;margin:0;font-size:13px;line-height:1.7}.mp .stage-card hr{border:none;border-top:1px solid #eef0f3;margin:0}.mp .stage-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.mp .stage-list li{color:#56595b;align-items:flex-start;gap:8px;font-size:12px;line-height:1.6;display:flex}.mp .stage-list li .chk{color:#24b64a;flex:none;margin-top:1px;font-weight:700}.mp .stage-link{color:#f37032;cursor:pointer;align-items:center;gap:4px;font-size:12px;font-weight:600;display:inline-flex}.mp .stage-link:hover{text-decoration:underline}.mp .stage-block{margin-bottom:56px}.mp .stage-block:last-child{margin-bottom:0}.mp .stage-head{text-align:center;margin-bottom:28px}.mp .stage-head h3{color:#16191c;margin:0 0 8px;font-size:24px;font-weight:700}.mp .stage-head p{color:#56595b;margin:0;font-size:14px}.mp .feature-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.mp .feature-card{background:#fff;border:1px solid #eef0f3;border-radius:8px;padding:22px;transition:all .2s}.mp .feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #16191c14}.mp .feature-icon{background:#f37032;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:16px;display:flex}.mp .feature-icon svg{stroke:#fff;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.mp .feature-card h4{color:#16191c;margin:0 0 8px;font-size:15px;font-weight:700}.mp .feature-card p{color:#56595b;margin:0;font-size:12px;line-height:1.7}.mp .usecase-section{background:#fff;padding:72px 0}.mp .usecase-h{text-align:center;color:#16191c;margin:0 0 10px;font-size:28px;font-weight:700}.mp .usecase-sub{color:#56595b;text-align:center;margin:0 0 36px;font-size:14px}.mp .usecase-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.mp .usecase-card{background:#fff;border:1px solid #eef0f3;border-radius:8px;flex-direction:column;gap:14px;padding:24px;transition:all .2s;display:flex}.mp .usecase-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #16191c14}.mp .usecase-card .uc-icon{background:#f37032;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mp .usecase-card .uc-icon svg{stroke:#fff;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.mp .usecase-card h4{color:#16191c;margin:0;font-size:16px;font-weight:700}.mp .usecase-card .ud{color:#56595b;margin:0;font-size:13px;line-height:1.7}.mp .cta-section{background:linear-gradient(110deg,#f5f0ff 0%,#fff 45%,#e8f4ff 100%);padding:64px 0}.mp .cta-wrap{text-align:center;max-width:800px;margin:0 auto}.mp .cta-wrap h2{color:#16191c;margin:0 0 8px;font-size:28px;font-weight:700}.mp .cta-wrap p{color:#56595b;margin:0 0 28px;font-size:14px}.mp .cta-btns{justify-content:center;gap:14px;display:flex}@media (width<=1024px){.mp .pipeline-grid{grid-template-columns:1fr;gap:0}.mp .pipeline-arrow{text-align:center;padding:12px 0;transform:rotate(90deg)}.mp .pipeline-card{min-height:auto}.mp .feature-grid,.mp .usecase-grid,.mp .stage-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.mp .pipeline-section{padding:40px 0 48px}.mp .stages-section,.mp .usecase-section,.mp .cta-section{padding:48px 0}.mp .pipeline-section .section-h,.mp .stage-h,.mp .usecase-h,.mp .cta-wrap h2{font-size:22px}.mp .pipeline-section .section-sub,.mp .stage-sub,.mp .usecase-sub{margin-bottom:24px;font-size:13px}.mp .stage-h{margin-bottom:24px}.mp .crumb{margin-bottom:10px;font-size:12px}.mp .feature-grid,.mp .usecase-grid,.mp .stage-grid{grid-template-columns:1fr}.mp .stage-block{margin-bottom:40px}.mp .pipeline-card{gap:12px;padding:20px}.mp .pipeline-card h4{font-size:16px}.mp .feature-card{padding:18px}.mp .usecase-card{gap:10px;padding:20px}.mp .cta-wrap h2{font-size:22px}.mp .cta-wrap p{font-size:13px}.mp .cta-btns{flex-direction:column;align-items:center}}
