.mcp-hero-section{align-items:center;gap:16px;width:100%;display:flex;position:relative}.mh-left{flex-direction:column;width:calc(50% - 8px);display:flex}.mh-right{justify-content:flex-end;width:calc(50% - 8px);display:flex}.mcp-hero-img{width:100%;max-width:560px;height:auto}.sec-chip.mcp-chip{margin:0 0 28px}.mh-sub{font-family:var(--font-inter);color:#4b596d;margin:0 0 24px;font-size:20px;font-weight:500;line-height:30px}.mh-desc{font-family:var(--font-inter);color:#475467;max-width:560px;margin:0 0 16px;font-size:16px;font-weight:400;line-height:24px}.mcp-btn{width:-moz-fit-content;width:fit-content;font-family:var(--font-inter);color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:40px;margin-top:16px;padding:10px 22px;font-size:16px;font-weight:500;line-height:24px;transition:background .2s,border-color .2s;box-shadow:0 1px 2px rgba(10,13,18,.05)}.mcp-btn:hover{background:#f9fafb;border-color:#98a2b3}.mcp-sec-desc{margin-top:4px}.mcp-icon-circle{background:#f5f7fa;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:20px;display:flex}.mcp-icon-circle svg{color:#344054;width:38px;height:38px}.mcp-cards{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;margin-top:40px;display:grid}.mcp-cards>div{width:100%;height:auto;display:flex}.mcp-card{text-align:center;background:#fff;border:1px solid #eaecf0;border-radius:24px;flex-direction:column;align-items:center;width:100%;padding:28px 24px;display:flex;box-shadow:0 1px 2px rgba(10,13,18,.05)}.mcp-card-title{font-family:var(--font-inter);color:#344054;margin:0 0 6px;font-size:18px;font-weight:600;line-height:28px}.mcp-card-desc{font-family:var(--font-inter);color:#475467;margin:0;font-size:15px;font-weight:400;line-height:23px}.mcp-ask-body{background:#f1f3f9;border-radius:38px;width:100%;padding:56px 40px}.mcp-chat{flex-direction:column;gap:24px;max-width:900px;margin:48px auto 0;display:flex}.chat-row{flex-direction:column;gap:16px;display:flex}.mcp-row{align-items:center;gap:16px;display:flex}.chat-icon{background:#fff;border:1px solid #eaecf0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.chat-icon svg{width:26px;height:26px}.mcp-row.ai{justify-content:flex-end}.mcp-bubble{max-width:470px;font-family:var(--font-inter);border-radius:12px;margin:0;padding:12px 18px;font-size:15px;font-weight:400;line-height:23px}.mcp-bubble.q{color:#344054;background:#fff;border:1px solid #e4e7ec}.mcp-bubble.a{color:#1c2b4a;background:#d5dffb}.mcp-chat-icon{color:#667085;flex-shrink:0;width:24px;height:24px}.mcp-steps{grid-template-columns:repeat(3,1fr);gap:36px;width:100%;margin-top:56px;display:grid}.mcp-steps>div{width:100%;height:auto;display:flex}.mcp-step{text-align:center;background:#fff;border:1px solid #eaecf0;border-radius:0;flex-direction:column;align-items:center;width:100%;padding:40px 28px 32px;display:flex;position:relative;box-shadow:0 1px 2px rgba(10,13,18,.05)}.ms-num{width:28px;height:28px;font-family:var(--font-inter);color:#fff;background:#3148b9;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;line-height:18px;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.mcp-steps>div:not(:last-child) .mcp-step:after{content:"";border-top:2px dashed #c7cedf;width:36px;position:absolute;top:50%;right:-36px}.ms-link{font-family:var(--font-inter);color:#3148b9;word-break:break-all;margin:16px 0 0;font-size:14px;font-weight:500;line-height:22px}.ms-copy{font-family:var(--font-inter);color:#344054;cursor:pointer;background:#fff;border:1px solid #d0d5dd;border-radius:40px;margin-top:10px;padding:6px 16px;font-size:14px;font-weight:500;line-height:20px;transition:background .2s}.ms-copy:hover{background:#f9fafb}.mcp-marquee{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;margin-top:48px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}.mm-track{width:max-content;animation:32s linear infinite mcp-scroll;display:flex}.mm-group{align-items:center;gap:72px;padding-right:72px;display:flex}.mm-item{flex-shrink:0;align-items:center;gap:14px;display:flex}.mm-logo{width:48px;height:48px}.mm-name{font-family:var(--font-inter);color:#344054;white-space:nowrap;margin:0;font-size:20px;font-weight:600;line-height:30px}.mcp-tools-section{margin-bottom:48px}@keyframes mcp-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.mm-track{animation:none}}@media (max-width:1200px){.mcp-cards{grid-template-columns:repeat(2,1fr)}.mh-sub{margin-bottom:18px;font-size:18px;line-height:26px}.mcp-ask-body{padding:40px 24px}.mcp-chat{margin-top:32px}}@media (max-width:1000px){.mcp-hero-section{flex-direction:column;gap:32px}.mh-left,.mh-right{width:100%}.mh-right{justify-content:center}.mcp-hero-img{max-width:420px}.mcp-steps{grid-template-columns:1fr;gap:40px}.mcp-steps>div:not(:last-child) .mcp-step:after{top:unset;border-top:0;border-left:2px dashed #c7cedf;width:0;height:40px;bottom:-40px;right:50%;transform:translate(50%)}}@media (max-width:600px){.mcp-cards{grid-template-columns:1fr;gap:16px}.mcp-ask-body{border-radius:24px;padding:32px 16px}.mcp-bubble{max-width:100%;font-size:14px;line-height:22px}.mcp-row{gap:10px}.mm-group{gap:40px;padding-right:40px}.mm-name{font-size:17px;line-height:26px}.mm-logo{width:40px;height:40px}.mcp-marquee{margin-top:32px}}
