.surface{background:#f9fafa;color:#0d273a;border:1px solid #E7E9EB;border-radius:16px;padding:24px}.surface--dark{background:#253d4e;color:#fff;border-color:#3d5261}.lp-title{text-align:center;margin:0 0 12px}.lp-title--no-gap{margin-bottom:0}.lp-subtitle{text-align:center;max-width:600px;margin:0 auto 40px;line-height:1.5}.lp-pill-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.lp-pill{display:inline-block;padding:6px 14px;border-radius:999px;background:#fd633e1a;color:#fd633e;font-size:14px;font-weight:600;line-height:1.4}.lp-pill--sm{padding:4px 12px;font-size:12px}.lp-pill--uppercase{letter-spacing:.06em;text-transform:uppercase}.lp-pill--dark{background:#0d273a;color:#fff}.lp-pill--green{background:#00b67a1f;color:#00835c}.lp-pill--yellow{background:#fff1c6;color:#b74906}.lp-hero{padding:48px 0}.lp-hero__container{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;min-height:520px}@media (min-width: 900px){.lp-hero__container{grid-template-columns:1fr 1fr;gap:64px}}.lp-hero__content{text-align:center}@media (min-width: 900px){.lp-hero__content{text-align:left}}.lp-hero__content h1{font-size:38px;line-height:1.2;margin-bottom:16px}@media (min-width: 600px){.lp-hero__content h1{font-size:42px}}.lp-hero__content p{margin-bottom:24px}.lp-hero__cta{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}@media (min-width: 900px){.lp-hero__cta{flex-direction:column;align-items:flex-start}}.lp-hero__code{display:flex;flex-direction:column;gap:12px;text-align:left;min-width:0}.lp-cards__grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 600px){.lp-cards__grid{grid-template-columns:repeat(2,1fr)}}.lp-cards__title{margin-bottom:32px}@media (min-width: 600px){.lp-cards__grid--two-col{grid-template-columns:repeat(2,1fr)}}@media (min-width: 600px){.lp-cards__grid--three-col{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.lp-cards__grid--three-col{grid-template-columns:repeat(3,1fr)}}.lp-cards__item{display:flex;flex-direction:column;align-items:flex-start}.lp-cards__item-title{font-size:1.1rem;line-height:1.25;margin-top:0;margin-bottom:8px}.lp-cards__item-text{font-size:.93rem;line-height:1.55;margin-top:0;margin-bottom:16px}.lp-cards__item-endpoint{margin-top:auto;font-family:Courier New,Courier,monospace;font-size:.82rem;color:#fd633e;background:#fff;border:inherit;padding:8px 14px;border-radius:6px;display:inline-block}.lp-cards__item-list{margin:0 0 8px;padding:0 0 0 16px;font-size:.9rem;color:#3d5261}.lp-cards__item-list li{margin-bottom:4px}.lp-cards__item-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:14px;font-weight:600;color:#fd633e;text-decoration:none}.lp-cards__item-link:hover{color:#fd633e;text-decoration:underline}.lp-ai__grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 600px){.lp-ai__grid{grid-template-columns:repeat(2,1fr)}}.lp-ai__card{display:flex;flex-direction:column;align-items:flex-start}.lp-ai__card-header{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px}.lp-ai__card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;flex-shrink:0}.lp-ai__card-icon--mcp{background:#fd633e}.lp-ai__card-icon--claude{background:#b87333}.lp-ai__card-icon--chatgpt{background:#10a37f}.lp-ai__card-icon--openapi{background:#566875}.lp-ai__card-title{font-size:1rem;line-height:1.15;margin-top:0;margin-bottom:2px}.lp-ai__card-badge{display:inline-block;font-size:.75rem;color:#6e7d89;background:#f3f4f5;padding:2px 8px;border-radius:4px}.lp-ai__card-text{color:#566875;font-size:.9rem;line-height:1.5;margin:0 0 12px}.lp-ai__card-platforms{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.lp-ai__card-platform{font-size:.78rem;background:#f3f4f5;padding:3px 8px;border-radius:4px;color:#566875}.lp-ai__card-link{font-size:.9rem;font-weight:600;color:#fd633e;margin:auto 0 0}.lp-ai__card-link:hover{opacity:.75}.lp-faq__title{text-align:center;margin-bottom:8px}.lp-faq__subtitle{text-align:center;margin:0 auto 32px}.lp-faq__accordion{display:flex;flex-direction:column;gap:8px;max-width:752px;margin:0 auto}.lp-faq__accordion a{text-decoration:underline}.lp-cta{background:linear-gradient(66.92deg,#fd633e,#eb9065);box-shadow:inset 0 0 6px #3d526173;padding:64px 24px;text-align:center;color:#fff}.lp-cta--dark{background:linear-gradient(66.92deg,#094671,#0d273a)}.lp-cta__title{font-size:2rem;margin:0 0 12px}.lp-cta__text{font-size:1.1rem;margin-bottom:24px}.lp-cta__btn{display:inline-block;color:#fd633e;padding:10px 22px;font-size:1.1rem}.lp-cta__btn:hover{color:#0d273a}.lp-cta__subtext{margin:16px 0 0;font-size:.9rem}.lp-cta__subtext a{color:#fff;text-decoration:underline}.lp-cta__subtext a:hover{color:#e7e9eb}.lp-hero--mcp .lp-hero__container{grid-template-areas:"title" "visual" "content"}@media (min-width: 900px){.lp-hero--mcp .lp-hero__container{grid-template-areas:".       visual" "pill    visual" "title   visual" "content visual" ".       visual";grid-template-rows:1fr auto auto auto 1fr;row-gap:16px}}.lp-hero--mcp .lp-hero__content{grid-area:content}.mcp-hero{background:linear-gradient(66.92deg,#c94f32,#e35938);color:#fff;padding:140px 0 124px}@media (min-width: 900px){.mcp-hero{padding:64px 0 124px}}.mcp-hero h1,.mcp-hero p{color:#fff}.mcp-hero p{font-size:1.05rem;line-height:1.55;max-width:540px;margin:0 auto 24px;opacity:.95}@media (min-width: 900px){.mcp-hero p{margin-left:0;margin-right:0}}.mcp-hero__pill{display:none}@media (min-width: 900px){.mcp-hero__pill{display:inline-block;grid-area:pill;justify-self:start}}.mcp-hero__title{grid-area:title;font-size:clamp(2rem,4.6vw,3rem);line-height:1.15;margin:0 0 16px;font-weight:600;text-align:center}@media (min-width: 900px){.mcp-hero__title{text-align:left}}.mcp-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px}@media (min-width: 900px){.mcp-hero__cta{justify-content:flex-start}}.mcp-hero__cta-group{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}@media (min-width: 900px){.mcp-hero__cta-group{justify-content:flex-start}}.mcp-hero__visual{grid-area:visual;display:flex;justify-content:center;align-items:center}@media (min-width: 900px){.mcp-hero__visual{padding-top:60px}}.mcp-hero__visual img{width:100%;max-width:560px;height:auto;display:block}.page-section{margin:64px 0}@media (min-width: 900px){.page-section{margin:128px 0}}.mcp-sectionhead{text-align:center;max-width:760px;margin:0 auto 32px}.mcp-sectionhead .lp-title,.mcp-sectionhead .lp-subtitle,.mcp-sectionhead .lp-faq__title{margin-left:auto;margin-right:auto}.mcp-sectionhead>.lp-pill{margin-bottom:16px}.mcp-sectionhead .lp-pill+h2,.mcp-sectionhead .lp-pill+.lp-title,.mcp-sectionhead .lp-pill+.lp-faq__title{margin-top:0}.mcp-intro{text-align:center;max-width:760px;margin:0 auto}.mcp-intro p{color:#566875}.mcp-intro__audience{margin-top:16px}.mcp-how__grid{counter-reset:mcp-step;display:grid;grid-template-columns:1fr;gap:28px 16px;margin:32px 0}@media (min-width: 600px){.mcp-how__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.mcp-how__grid{grid-template-columns:repeat(4,1fr)}}.mcp-how__step{position:relative;padding:30px 20px 20px;background:#fff;border:1px solid #E7E9EB;border-radius:12px;text-align:center}@media (min-width: 600px){.mcp-how__step{text-align:left}}.mcp-how__step:before{counter-increment:mcp-step;content:counter(mcp-step);position:absolute;top:-18px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fd633e;color:#fff;font-weight:700;font-size:1.05rem;box-shadow:0 4px 10px #ed5a2a59}@media (min-width: 600px){.mcp-how__step:before{left:20px;transform:none}}.mcp-how__title{font-size:17px;font-weight:600;line-height:1.25;margin:0 0 16px}.mcp-how__text{font-size:14px;color:#566875;margin:0}.mcp-how__anchor{display:flex;justify-content:center;margin-top:24px}.mcp-decision .lp-cards__item-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mcp-clients{margin:16px 0 32px}.mcp-install{scroll-margin-top:80px}.mcp-install code{background:#e7e9eb;color:#253d4e;padding:1px 6px;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.9em}.mcp-install__paths{margin-top:24px}.mcp-install__path{min-width:0}.mcp-install__path p{font-size:14px;margin:0}.mcp-install__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.mcp-install__path-title{font-size:17px;font-weight:600;margin:auto 0 6px}.mcp-install__snippet{background:#fff;color:#fd633e;border:1px solid #E7E9EB;padding:10px 14px;border-radius:8px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.5;overflow-x:auto;margin:auto 0 0;white-space:pre;width:100%;min-width:0;box-sizing:border-box}.mcp-install__cta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:32px}.mcp-pricing-note{text-align:center;color:#566875;max-width:760px;margin:12px auto 0;padding:0 15px;font-size:14px}.mcp-final__actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:8px}.mcp-final__actions-group{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.mcp-stats{position:relative;z-index:2;margin-top:-44px;margin-bottom:0}@media (min-width: 600px){.mcp-stats{margin-top:-132px}}@media (min-width: 768px){.mcp-stats{margin-top:-88px}}@media (min-width: 1200px){.mcp-stats{margin-top:-44px}}.mcp-hero .btn--white:hover,.mcp-hero .btn--outline:hover,.mcp-content .btn--white:hover,.mcp-content .btn--outline:hover,.lp-cta.mcp-final .btn--white:hover,.lp-cta.mcp-final .btn--outline:hover{color:#0d273a}.mcp-hero .btn--ghost:hover,.mcp-hero .btn--dark:hover,.mcp-content .btn--ghost:hover,.mcp-content .btn--dark:hover,.lp-cta.mcp-final .btn--ghost:hover,.lp-cta.mcp-final .btn--dark:hover{color:#fff}.mcp-btn-icon{width:16px;height:16px;fill:currentcolor;flex-shrink:0}.mcp-content .lp-cards__item{min-width:0;max-width:100%}.mcp-content .lp-cards__grid{grid-template-columns:minmax(0,1fr)}@media (min-width: 600px){.mcp-content .lp-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 992px){.mcp-content .lp-cards__grid--three-col{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 600px){.mcp-content .lp-cards__grid--three-col .lp-cards__item:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 10px);margin-left:auto;margin-right:auto}}@media (min-width: 992px){.mcp-content .lp-cards__grid--three-col .lp-cards__item:last-child:nth-child(odd){grid-column:auto;max-width:100%}}.switch__wrap{display:flex;justify-content:center;margin:20px 0}.switch__wrap button{border:none}.plan__text{padding:0}
