/* ============================================================
   MCP page — mobile first (375px base)
   Fluid scale 375→768; breakpoints: 768px, 1024px, 1440px
   ============================================================ */

html:has(.mcp-page),
body:has(.mcp-page) {
    background-color: #090909;
}

body:has(.mcp-page) .body-content {
    background-color: #090909;
}

.mcp-page {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    overflow-x: clip;
    background-color: #090909;
    font-family: 'Urbanist', sans-serif;
}

.mcp-section--capabilities,
.mcp-section--ai-tools,
.mcp-section--get-started,
.mcp-section--faq,
.mcp-section--demo-cta {
    position: relative;
}

.mcp-section--capabilities::before,
.mcp-section--capabilities::after,
.mcp-section--ai-tools::before,
.mcp-section--ai-tools::after,
.mcp-section--get-started::before,
.mcp-section--get-started::after,
.mcp-section--faq::after,
.mcp-section--demo-cta::after {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 100vw;
    height: 1px;
    background: #333333;
    transform: translateX(-50%);
    pointer-events: none;
}

.mcp-section--capabilities::before,
.mcp-section--ai-tools::before,
.mcp-section--get-started::before {
    top: 0;
}

.mcp-section--capabilities::after,
.mcp-section--ai-tools::after,
.mcp-section--get-started::after,
.mcp-section--faq::after,
.mcp-section--demo-cta::after {
    bottom: 0;
}

/* ============================================================
   First section — fluid from 375px → 768px
   ============================================================ */

.mcp-section--hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 393)), 60px);
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    text-align: center;
}

.mcp-hero-label {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 4%;
    text-align: center;
    text-transform: uppercase;
    color: #0073E4;
}

.mcp-hero-heading-wrap {
    position: relative;
    width: 100%;
    isolation: isolate;
    margin-top: 24px;
    margin-bottom: clamp(0px, calc(0px + 12 * ((100vw - 375px) / 393)), 12px);
}

.mcp-hero-title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(28px, calc(28px + 16 * ((100vw - 375px) / 393)), 44px);
    line-height: clamp(1.4, calc(1.6 - 0.2 * ((100vw - 375px) / 393)), 1.6);
    letter-spacing: 1%;
    text-align: center;
    color: #FFFFFF;
    text-shadow:
        0 0 12px rgba(255, 255, 255, 0.35),
        0 0 28px rgba(0, 115, 228, 0.25);
}

.mcp-hero-sparkles {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: min(100%, clamp(24rem, calc(24rem + 8rem * ((100vw - 375px) / 393)), 32rem));
    height: clamp(7rem, calc(7rem + 3rem * ((100vw - 375px) / 393)), 10rem);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-mask-image: radial-gradient(
        ellipse 90% 85% at 50% 50%,
        #000 12%,
        transparent 72%
    );
    mask-image: radial-gradient(
        ellipse 90% 85% at 50% 50%,
        #000 12%,
        transparent 72%
    );
}

.mcp-hero-sparkles .announcement-sparkles-canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.mcp-hero-description {
    margin-top: clamp(0px, calc(12px - 12 * ((100vw - 375px) / 393)), 12px);
    margin-bottom: 0;
    max-width: clamp(343px, calc(343px + 292 * ((100vw - 375px) / 393)), 635px);
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, calc(14px + 4 * ((100vw - 375px) / 393)), 18px);
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    color: #FFFFFF;
}

.mcp-hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 44px;
    margin-bottom: 2px;
}

.mcp-hero-cta-trial,
.mcp-hero-cta-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: clamp(36px, calc(36px + 8 * ((100vw - 375px) / 393)), 44px);
    padding:
        8px
        clamp(12px, calc(12px + 4 * ((100vw - 375px) / 393)), 16px);
    gap: 4px;
    border-radius: clamp(8px, calc(8px + 4 * ((100vw - 375px) / 393)), 12px);
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 393)), 16px);
    line-height: 20px;
    letter-spacing: 0.15%;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.mcp-hero-cta-trial {
    width: clamp(117px, calc(117px + 22 * ((100vw - 375px) / 393)), 139px);
    background: #0073E4;
}

.mcp-hero-cta-trial:hover {
    background: #2E97FF;
    color: #FFFFFF;
}

.mcp-hero-cta-demo {
    width: clamp(107px, calc(107px + 24 * ((100vw - 375px) / 393)), 131px);
    background: #555555;
}

.mcp-hero-cta-demo:hover {
    background: #333333;
    color: #FFFFFF;
}

.mcp-hero-note {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    color: #CCCCCC;
}

/* ============================================================
   Works with — fluid from 375px → 768px
   ============================================================ */

.mcp-section--works-with {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
}

.mcp-works-with-video {
    display: block;
    width: 100%;
    max-width: clamp(343px, calc(343px + 337 * ((100vw - 375px) / 393)), 680px);
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 0 24px;
    object-fit: cover;
    opacity: 1;
    overflow: hidden;
    border-radius: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 393)), 40px);
}

.mcp-works-with-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: clamp(343px, calc(343px + 337 * ((100vw - 375px) / 393)), 680px);
    gap: 24px;
}

.mcp-works-with-label {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 4%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}

.mcp-works-with-logo {
    display: block;
    height: 28px;
    object-fit: contain;
    opacity: 1;
    flex-shrink: 0;
}

.mcp-works-with-logo--claude {
    width: 93.5px;
}

.mcp-works-with-logo--copilot {
    width: 91.33px;
}

.mcp-works-with-logo--openai {
    width: 84.75px;
}

.mcp-works-with-logo--antigravity {
    width: 166.25px;
}

/* ============================================================
   Capabilities — 375px base
   ============================================================ */

.mcp-section--capabilities {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
}

.mcp-capabilities-intro {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: clamp(32px, calc(32px + 12 * ((100vw - 375px) / 393)), 44px);
    padding-bottom: 32px;
    padding-left: clamp(12px, calc(12px + 20 * ((100vw - 375px) / 393)), 32px);
    padding-right: clamp(12px, calc(12px + 20 * ((100vw - 375px) / 393)), 32px);
    border: 1px solid #333333;
    border-top: 0;
}

.mcp-capabilities-title {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(24px, calc(24px + 16 * ((100vw - 375px) / 393)), 40px);
    line-height: 140%;
    letter-spacing: 1%;
    color: #FFFFFF;
}

.mcp-capabilities-title-br {
    display: none;
}

.mcp-capabilities-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: clamp(107px, calc(107px + 20 * ((100vw - 375px) / 393)), 127px);
    height: clamp(36px, calc(36px + 8 * ((100vw - 375px) / 393)), 44px);
    margin-top: 24px;
    padding:
        8px
        clamp(12px, calc(12px + 4 * ((100vw - 375px) / 393)), 16px);
    gap: 4px;
    border-radius: clamp(8px, calc(8px + 4 * ((100vw - 375px) / 393)), 12px);
    background: #0073E4;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 393)), 16px);
    line-height: 20px;
    letter-spacing: 0.15%;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    transition: background 0.3s ease;
}

.mcp-capabilities-demo:hover {
    background: #2E97FF;
    color: #FFFFFF;
}

.mcp-capabilities-features {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.mcp-feature-card {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #333333;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
}

.mcp-feature-card + .mcp-feature-card {
    border-top: 1px solid #333333;
}

.mcp-feature-card-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    opacity: 1;
}

.mcp-feature-card-content {
    padding-top: clamp(20px, calc(20px + 4 * ((100vw - 375px) / 393)), 24px);
    padding-bottom: clamp(20px, calc(20px + 4 * ((100vw - 375px) / 393)), 24px);
    padding-left: clamp(12px, calc(12px + 20 * ((100vw - 375px) / 393)), 32px);
    padding-right: clamp(12px, calc(12px + 20 * ((100vw - 375px) / 393)), 32px);
}

.mcp-feature-card-title {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 393)), 24px);
    line-height: 160%;
    letter-spacing: 1%;
    color: #F1F1F1;
}

.mcp-feature-card-text {
    margin: 12px 0 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 393)), 16px);
    line-height: 160%;
    letter-spacing: 1%;
    color: #CCCCCC;
}

@media (prefers-reduced-motion: reduce) {
    .mcp-hero-sparkles {
        display: none;
    }

    .mcp-hero-title {
        text-shadow: none;
    }

    .mcp-prompts-active-rail.is-autoplay .mcp-prompts-timer,
    .mcp-prompts-active-rail,
    .mcp-prompts-action {
        animation: none;
        transition: none;
    }

    .mcp-prompts-timer {
        transform: none;
    }
}

/* Title: switch to 2-line wrap once type has scaled enough */
@media (min-width: 560px) {
    .mcp-hero-br-mobile {
        display: none;
    }
}

/* ============================================================
   768px — lock design values + description color
   ============================================================ */

@media (min-width: 768px) {
    .mcp-prompts-intro{
        border-bottom: 0 !important;
    }
    .mcp-prompts-preview-box{
        border: 1px solid #333333 !important;
        border-bottom: 0 !important;
        border-top:0 !important;
    }
    .mcp-section--hero {
        padding-top: 60px;
        padding-left: 44px;
        padding-right: 44px;
    }

    .mcp-works-with-video {
        max-width: clamp(680px, calc(680px + 264 * ((100vw - 768px) / 256)), 944px);
        border-radius: 40px;
    }

    .mcp-works-with-logos {
        max-width: clamp(680px, calc(680px + 264 * ((100vw - 768px) / 256)), 944px);
    }

    .mcp-works-with-logo {
        height: clamp(28px, calc(28px + 12 * ((100vw - 768px) / 256)), 40px);
    }

    .mcp-works-with-logo--claude {
        width: clamp(93.5px, calc(93.5px + 40.07 * ((100vw - 768px) / 256)), 133.57px);
    }

    .mcp-works-with-logo--copilot {
        width: clamp(91.33px, calc(91.33px + 39.14 * ((100vw - 768px) / 256)), 130.47px);
    }

    .mcp-works-with-logo--openai {
        width: clamp(84.75px, calc(84.75px + 36.32 * ((100vw - 768px) / 256)), 121.07px);
    }

    .mcp-works-with-logo--antigravity {
        width: clamp(166.25px, calc(166.25px + 71.25 * ((100vw - 768px) / 256)), 237.5px);
    }

    .mcp-section--works-with {
        padding-top: clamp(44px, calc(44px + 20 * ((100vw - 768px) / 256)), 64px);
        padding-left: clamp(40px, calc(44px - 4 * ((100vw - 768px) / 256)), 44px);
        padding-right: clamp(40px, calc(44px - 4 * ((100vw - 768px) / 256)), 44px);
    }

    .mcp-section--capabilities {
        padding-left: 44px;
        padding-right: 44px;
    }

    .mcp-section--prompts {
        padding-left: 44px;
        padding-right: 44px;
    }

    .mcp-prompts-intro {
        text-align: center;
        padding: 44px 20px;
    }

    .mcp-prompts-title,
    .mcp-prompts-description,
    .mcp-prompts-hint {
        text-align: center;
    }

    .mcp-capabilities-intro {
        padding-top: 44px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .mcp-capabilities-title {
        font-size: 40px;
    }

    .mcp-capabilities-demo {
        width: 127px;
        height: 44px;
        padding: 8px 16px;
        border-radius: 12px;
        font-size: 16px;
    }

    .mcp-feature-card-image {
        max-width: 100%;
    }

    .mcp-feature-card-content {
        padding: 24px 32px;
    }

    .mcp-feature-card-title {
        font-size: 24px;
    }

    .mcp-feature-card-text {
        font-size: 16px;
    }

    .mcp-hero-heading-wrap {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .mcp-hero-title {
        font-size: 44px;
        line-height: 140%;
    }

    .mcp-hero-description {
        margin-top: 0;
        max-width: 635px;
        font-size: 18px;
        color: #CCCCCC;
    }

    .mcp-hero-cta-trial,
    .mcp-hero-cta-demo {
        height: 44px;
        padding: 8px 16px;
        border-radius: 12px;
        font-size: 16px;
    }

    .mcp-hero-cta-trial {
        width: 139px;
    }

    .mcp-hero-cta-demo {
        width: 131px;
    }
}

/* ============================================================
   1024px — lock works-with design values
   ============================================================ */

@media (min-width: 1024px) {
    .mcp-section--hero,
    .mcp-section--works-with,
    .mcp-section--capabilities,
    .mcp-section--prompts,
    .mcp-section--ai-tools,
    .mcp-section--start-asking,
    .mcp-section--get-started,
    .mcp-section--faq,
    .mcp-section--demo-cta {
        padding-left: 40px;
        padding-right: 40px;
    }

    .mcp-section--prompts {
        padding-right: 40px !important;
    }

    .mcp-hero-heading-wrap,
    .mcp-capabilities-intro,
    .mcp-capabilities-features,
    .mcp-prompts-intro,
    .mcp-prompts-tabs-box,
    .mcp-prompts-preview-box,
    .mcp-ai-tools-intro,
    .mcp-ai-tools-cards,
    .mcp-start-asking,
    .mcp-get-started-intro,
    .mcp-get-started-steps,
    .mcp-faq,
    .mcp-demo-cta {
        width: 100%;
        max-width: 944px;
        margin-left: auto;
        margin-right: auto;
    }

    .mcp-prompts-intro{
        border-bottom: 1px solid #333333 !important;
    }
    .mcp-section--works-with {
        padding-top: 64px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .mcp-works-with-video {
        max-width: 944px;
        border-radius: 40px;
        margin-bottom: 40px;
    }

    .mcp-works-with-logos {
        max-width: 944px;
    }

    .mcp-works-with-logo {
        height: 40px;
    }

    .mcp-works-with-logo--claude {
        width: 133.57px;
    }

    .mcp-works-with-logo--copilot {
        width: 130.47px;
    }

    .mcp-works-with-logo--openai {
        width: 121.07px;
    }

    .mcp-works-with-logo--antigravity {
        width: 237.5px;
    }

    .mcp-capabilities-intro {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 53px;
    }

    .mcp-capabilities-title {
        flex: 0 1 auto;
        min-width: 0;
        font-size: 40px;
        line-height: 140%;
        letter-spacing: 1%;
    }

    .mcp-capabilities-title-br {
        display: block;
    }

    .mcp-capabilities-demo {
        margin-top: 0;
        flex-shrink: 0;
        width: 127px;
        height: 44px;
        padding: 8px 16px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15%;
    }

    .mcp-feature-card-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 944 / 531;
    }

    .mcp-feature-card {
        width: 100%;
        max-width: none;
    }
}

/* ============================================================
   1440px — lock works-with video size
   ============================================================ */

@media (min-width: 1440px) {
    .mcp-section--hero,
    .mcp-section--works-with,
    .mcp-section--capabilities,
    .mcp-section--prompts,
    .mcp-section--ai-tools,
    .mcp-section--start-asking,
    .mcp-section--get-started,
    .mcp-section--faq,
    .mcp-section--demo-cta {
        padding-left: 44px;
        padding-right: 44px;
    }

    .mcp-section--prompts {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }

    .mcp-hero-heading-wrap,
    .mcp-prompts-intro,
    .mcp-prompts-tabs-box,
    .mcp-prompts-preview-box,
    .mcp-ai-tools-intro,
    .mcp-ai-tools-cards,
    .mcp-start-asking,
    .mcp-get-started-intro,
    .mcp-get-started-steps,
    .mcp-faq,
    .mcp-demo-cta {
        width: 1280px;
        max-width: 1280px;
    }

    .mcp-works-with-video {
        max-width: 1031.11px;
        margin-bottom: 40px;
    }

    .mcp-works-with-logos {
        max-width: 1031.11px;
    }

    .mcp-capabilities-intro {
        width: 1280px;
        max-width: 1280px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 53px;
    }

    .mcp-capabilities-demo {
        margin-top: 0;
        flex-shrink: 0;
    }

    .mcp-capabilities-features {
        display: grid;
        grid-template-columns: repeat(3, 426.67px);
        justify-content: center;
        width: 1280px;
        max-width: 1280px;
    }

    .mcp-feature-card {
        width: 426.67px;
        height: 454px;
        border: none;
        border-right: 1px solid #333333;
    }

    .mcp-feature-card:first-child {
        border-left: 1px solid #333333;
    }

    .mcp-feature-card:last-child {
        border-right: 1px solid #333333;
    }

    .mcp-feature-card + .mcp-feature-card {
        border-top: 0;
    }

    .mcp-feature-card-image {
        width: 426.67px;
        max-width: 426.67px;
        height: 240px;
        aspect-ratio: auto;
    }
}

/* ============================================================
   Prompts — 375px base
   ============================================================ */

.mcp-section--prompts {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
}

.mcp-prompts-intro {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: clamp(32px, calc(32px + 12 * ((100vw - 375px) / 393)), 44px);
    padding-bottom: clamp(32px, calc(32px + 12 * ((100vw - 375px) / 393)), 44px);
    padding-left: clamp(12px, calc(12px + 8 * ((100vw - 375px) / 393)), 20px);
    padding-right: clamp(12px, calc(12px + 8 * ((100vw - 375px) / 393)), 20px);
    border: 1px solid #333333;
    border-top: 0;
}

.mcp-prompts-title {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(24px, calc(24px + 16 * ((100vw - 375px) / 393)), 40px);
    line-height: 140%;
    letter-spacing: 1%;
    color: #FFFFFF;
}

.mcp-prompts-title-br {
    display: none;
}

.mcp-prompts-description {
    margin: 12px 0 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    vertical-align: middle;
    color: #CCCCCC;
}

.mcp-prompts-hint {
    margin: 12px 0 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 393)), 20px);
    line-height: 100%;
    letter-spacing: 4%;
    vertical-align: middle;
    color: #CCCCCC;
}

.mcp-prompts-tabs-box {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 0;
    border: 1px solid #333333;
    border-top: 0;
    border-bottom: 0;
}

.mcp-prompts-tabs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    gap: 0;
}

.mcp-prompts-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: 44px;
    margin: 0;
    padding: 12px;
    border: 1px solid #333333;
    background: transparent;
    opacity: 1;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: #CCCCCC;
    cursor: pointer;
    border-left: 0 !important;
    border-right: 0 !important;
}

.mcp-prompts-tab + .mcp-prompts-tab {
    border-top: 0;
}

.mcp-prompts-tab.is-active {
    background: #E0E0E0;
    color: #111111;
}

.mcp-prompts-tab:first-child {
    border-top: 0;
}
.mcp-prompts-actions > button:last-of-type {
    border-bottom: 0;
}

.mcp-prompts-preview-box {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border: 0px solid #333333;
    border-top: 0;
    border-bottom: 0;
}

.mcp-prompts-stage {
    width: clamp(343px, calc(343px + 337 * ((100vw - 375px) / 393)), 680px);
}

.mcp-prompts-preview {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    gap: clamp(3.6px, calc(3.6px + 3.53 * ((100vw - 375px) / 393)), 7.13px);
    box-sizing: border-box;
    border: 1px solid #333333;
    border-top: 0;
    opacity: 1;
    overflow: hidden;
}

.mcp-prompts-preview-image {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mcp-prompts-preview-image.is-active {
    display: block;
}

.mcp-prompts-shot {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.mcp-prompts-shot.is-active,
.mcp-prompts-shot.is-leaving,
.mcp-prompts-shot.is-entering {
    display: block;
}

.mcp-prompts-shot.is-leaving {
    z-index: 1;
}

.mcp-prompts-shot.is-entering {
    z-index: 2;
}

.mcp-prompts-shot--schedule-andy {
    width: 240px;
    height: 125px;
}

.mcp-prompts-shot--show-pending {
    width: 240px;
    height: 134px;
}

.mcp-prompts-shot--move-bookings {
    width: 240px;
    height: 140px;
}

.mcp-prompts-shot--incomplete-timesheets,
.mcp-prompts-shot--over-45-hours {
    width: 240px;
    height: 125px;
}

.mcp-prompts-shot--overutilized {
    width: 240px;
    height: 130px;
}

.mcp-prompts-shot--project-profitability {
    width: 216px;
    height: 161px;
}

.mcp-prompts-shot--alpha-inc-billable {
    width: 240px;
    height: 141px;
}

.mcp-prompts-shot--charlotte-cost-rate {
    width: 240px;
    height: 125px;
}

.mcp-prompts-actions {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mcp-prompts-actions[hidden] {
    display: none;
}

.mcp-prompts-action {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 24px 12px;
    box-sizing: border-box;
    border: 1px solid #333333;
    border-top: 0;
    background: transparent;
    font-family: 'Geist Mono', monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: left;
    vertical-align: middle;
    color: #808080;
    cursor: pointer;
    transition: color var(--mcp-shift-duration, 520ms) ease;
}

.mcp-prompts-action.is-active {
    color: #FFFFFF;
}

.mcp-prompts-action:last-of-type {
    border-bottom: 0;
}

.mcp-prompts-action.is-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #D9D9D9;
}

.mcp-prompts-actions.has-rail .mcp-prompts-action.is-active::before {
    content: none;
}

.mcp-prompts-active-rail {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 4px;
    height: 0;
    overflow: hidden;
    background: transparent;
    pointer-events: none;
}

.mcp-prompts-timer {
    position: absolute;
    inset: 0;
    background: #FFFFFF;
    transform: scaleY(0);
    transform-origin: top center;
    pointer-events: none;
    transition: opacity 420ms ease;
}

.mcp-prompts-active-rail.is-autoplay .mcp-prompts-timer {
    animation: mcp-prompts-progress 3s linear forwards;
}

.mcp-prompts-active-rail.is-handoff .mcp-prompts-timer {
    opacity: 0;
    transition: opacity 420ms ease;
}

.mcp-section--prompts.is-autoplay-paused .mcp-prompts-timer {
    animation-play-state: paused;
}

@keyframes mcp-prompts-progress {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

@media (min-width: 768px) {
    .mcp-prompts-tab + .mcp-prompts-tab:nth-child(2){
        border-left: 1px solid #333333 !important;
        border-right: 1px solid #333333 !important;
    }
    .mcp-prompts-title {
        font-size: 40px;
    }

    .mcp-prompts-title-br {
        display: block;
    }

    .mcp-prompts-description {
        font-size: 16px;
    }

    .mcp-prompts-hint {
        font-size: 20px;
    }

    .mcp-prompts-tabs {
        flex-direction: row;
        align-items: stretch;
    }

    .mcp-prompts-tabs-box {
        padding-bottom: 24px;
        border-bottom: 1px solid #333333;
    }

    .mcp-prompts-tab {
        flex: 1;
        max-width: none;
        height: 44px;
        font-size: 18px;
    }

    .mcp-prompts-tab:first-child {
        border-top: 1px solid #333333;
    }

    .mcp-prompts-tab:last-child {
        border-bottom: 1px solid #333333;
    }

    .mcp-prompts-tab + .mcp-prompts-tab {
        border-top: 1px solid #333333;
        border-left: 0;
    }

    .mcp-prompts-stage {
        width: 100%;
        max-width: 944px;
    }

    .mcp-prompts-preview {
        gap: 7.13px;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .mcp-prompts-action {
        padding: 24px 32px;
        font-size: 18px;
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

    .mcp-prompts-action:nth-child(2) {
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

    .mcp-prompts-shot--schedule-andy {
        width: 475px;
        height: 247px;
    }

    .mcp-prompts-shot--show-pending {
        width: 475px;
        height: 265px;
    }

    .mcp-prompts-shot--move-bookings {
        width: 475px;
        height: 278px;
    }

    .mcp-prompts-shot--incomplete-timesheets,
    .mcp-prompts-shot--over-45-hours {
        width: 475px;
        height: 247px;
    }

    .mcp-prompts-shot--overutilized {
        width: 475px;
        height: 258px;
    }

    .mcp-prompts-shot--project-profitability {
        width: 429px;
        height: 318px;
    }

    .mcp-prompts-shot--alpha-inc-billable {
        width: 475px;
        height: 279px;
    }

    .mcp-prompts-shot--charlotte-cost-rate {
        width: 475px;
        height: 247px;
    }
}

@media (min-width: 1024px) {
    
    .mcp-prompts-action{
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
    }
    .mcp-prompts-stage {
        width: 100%;
        max-width: 944px;
    }

    .mcp-prompts-preview {
        width: 100%;
        max-width: 944px;
        height: auto;
        aspect-ratio: 944 / 531;
        gap: 7.13px;
    }

    .mcp-prompts-tab {
        border-top: 0;
    }

    .mcp-prompts-tab:first-child {
        border-top: 0;
    }

    .mcp-prompts-tab + .mcp-prompts-tab {
        border-top: 0;
    }

    .mcp-prompts-shot--schedule-andy {
        width: 660px;
        height: 344px;
    }

    .mcp-prompts-shot--show-pending {
        width: 660px;
        height: 369px;
    }

    .mcp-prompts-shot--move-bookings {
        width: 660px;
        height: 387px;
    }

    .mcp-prompts-shot--incomplete-timesheets,
    .mcp-prompts-shot--over-45-hours {
        width: 660px;
        height: 344px;
    }

    .mcp-prompts-shot--overutilized {
        width: 660px;
        height: 358px;
    }

    .mcp-prompts-shot--project-profitability {
        width: 596px;
        height: 442px;
    }

    .mcp-prompts-shot--alpha-inc-billable {
        width: 660px;
        height: 387px;
    }

    .mcp-prompts-shot--charlotte-cost-rate {
        width: 660px;
        height: 344px;
    }
}

@media (min-width: 1440px) {
    .mcp-prompts-preview {
        border-left: 1px solid #333333 !important;
        border-right: 1px solid #333333 !important;
    }
    .mcp-prompts-tab:nth-child(1){
        border-left: 1px solid #333333 !important;
    }
    .mcp-prompts-tab:nth-child(3){
        border-right: 1px solid #333333 !important;
    }
    .mcp-prompts-tabs-box {
        display: flex;
        justify-content: center;
    }

    .mcp-prompts-tabs {
        width: auto;
        flex-direction: row;
        align-items: stretch;
    }

    .mcp-prompts-tab {
        flex: 0 0 243px;
        width: 243px;
        max-width: 243px;
        height: 56px;
        white-space: nowrap;
    }

    .mcp-prompts-stage {
        display: grid;
        grid-template-columns: 420px 860px;
        width: 1280px;
        max-width: 1280px;
    }

    .mcp-prompts-preview {
        grid-column: 2;
        grid-row: 1;
        width: 860px;
        height: 484px;
        aspect-ratio: auto;
        gap: 10px;
        border-width: 1px;
        border-bottom: 0;
        opacity: 1;
    }

    .mcp-prompts-actions {
        grid-column: 1;
        grid-row: 1;
        height: 100%;
    }

    .mcp-prompts-action {
        flex: 1;
        border-right: 0;
        border-bottom: 0;
    }

    .mcp-prompts-action:nth-child(2) {
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

    .mcp-prompts-shot--schedule-andy {
        width: 602px;
        height: 373px;
    }

    .mcp-prompts-shot--show-pending {
        width: 602px;
        height: 336px;
    }

    .mcp-prompts-shot--move-bookings {
        width: 602px;
        height: 353px;
    }

    .mcp-prompts-shot--incomplete-timesheets,
    .mcp-prompts-shot--over-45-hours {
        width: 602px;
        height: 313px;
    }

    .mcp-prompts-shot--overutilized {
        width: 602px;
        height: 327px;
    }

    .mcp-prompts-shot--project-profitability {
        width: 543px;
        height: 403px;
    }

    .mcp-prompts-shot--alpha-inc-billable {
        width: 602px;
        height: 353px;
    }

    .mcp-prompts-shot--charlotte-cost-rate {
        width: 602px;
        height: 313px;
    }
}

/* ============================================================
   AI tools — 375px base
   ============================================================ */

.mcp-section--ai-tools {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
}

.mcp-ai-tools-intro {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 32px 12px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 0;
    border-bottom: 0;
}

.mcp-ai-tools-title {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1%;
    text-align: center;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .mcp-ai-tools-intro {
        padding: 44px 63px;
    }

    .mcp-ai-tools-title {
        font-size: 40px;
    }
}

.mcp-ai-tools-cards {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
}

.mcp-ai-tools-card {
    box-sizing: border-box;
    padding: 20px 12px;
}

.mcp-ai-tools-card + .mcp-ai-tools-card {
    border-top: 1px solid #333333;
}

.mcp-ai-tools-card-logo {
    display: block;
    opacity: 1;
}

.mcp-ai-tools-card-logo--claude {
    width: 138.66250610351562px;
    height: 32px;
}

.mcp-ai-tools-card-logo--copilot {
    width: 132.328125px;
    height: 32px;
}

.mcp-ai-tools-card-logo--openai {
    width: 121.19999694824219px;
    height: 32px;
}

.mcp-ai-tools-card-logo--cursor {
    width: 134px;
    height: 32px;
}

.mcp-ai-tools-card-logo--github-copilot {
    width: 195.60000610351562px;
    height: 32px;
}

.mcp-ai-tools-card-logo--antigravity {
    width: 284px;
    height: 32px;
}

.mcp-ai-tools-card-text {
    margin: 24px 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #CCCCCC;
}

.mcp-ai-tools-card-connect {
    position: relative;
    align-self: flex-start;
    width: fit-content;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #E0E0E0;
    text-decoration: none;
}

.mcp-ai-tools-card-connect::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.mcp-ai-tools-card-connect:hover,
.mcp-ai-tools-card-connect:focus {
    color: #E0E0E0;
}

.mcp-ai-tools-card-connect:hover::after {
    transform: scaleX(1);
}

@media (min-width: 768px) {
    .mcp-ai-tools-cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .mcp-ai-tools-card {
        display: flex;
        flex-direction: column;
        padding: 32px;
    }

    .mcp-ai-tools-card + .mcp-ai-tools-card {
        border-top: 0;
    }

    .mcp-ai-tools-card:nth-child(odd) {
        border-right: 1px solid #333333;
    }

    .mcp-ai-tools-card:nth-child(n + 3) {
        border-top: 1px solid #333333;
    }

    .mcp-ai-tools-card-text {
        font-size: 16px;
    }

    .mcp-ai-tools-card-connect {
        margin-top: auto;
        font-size: 18px;
    }
}

@media (min-width: 1440px) {
    .mcp-ai-tools-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .mcp-ai-tools-card {
        padding: 32px;
    }

    .mcp-ai-tools-card:nth-child(odd) {
        border-right: 0;
    }

    .mcp-ai-tools-card:nth-child(n + 3) {
        border-top: 0;
    }

    .mcp-ai-tools-card:nth-child(3n + 1),
    .mcp-ai-tools-card:nth-child(3n + 2) {
        border-right: 1px solid #333333;
    }

    .mcp-ai-tools-card:nth-child(n + 4) {
        border-top: 1px solid #333333;
    }
}

/* ============================================================
   Start asking — 375px base
   ============================================================ */

.mcp-section--start-asking {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
}

.mcp-start-asking {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 44px 12px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 0;
    border-bottom: 0;
    background: #1E1E1E;
    text-align: center;
}

.mcp-start-asking-logos {
    display: block;
    width: 319px;
    height: 44px;
}

.mcp-start-asking-title {
    margin: 24px 0 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.mcp-start-asking-text {
    margin: 12px 0 24px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    color: #CCCCCC;
}

.mcp-start-asking-trial {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 117px;
    height: 36px;
    padding: 8px 12px;
    gap: 4px;
    border-radius: 8px;
    background: #0073E4;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15%;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    transition: background 0.3s ease;
}

.mcp-start-asking-trial:hover,
.mcp-start-asking-trial:focus {
    background: #2E97FF;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .mcp-start-asking {
        padding: 64px 32px;
    }

    .mcp-start-asking-logos {
        width: 616px;
        height: 56px;
    }

    .mcp-start-asking-title {
        font-size: 36px;
    }

    .mcp-start-asking-text {
        font-size: 18px;
    }

    .mcp-start-asking-trial {
        width: 139px;
        height: 44px;
        font-size: 16px;
    }
}

@media (min-width: 1440px) {
    .mcp-start-asking-title {
        font-size: 36px;
    }

    .mcp-start-asking-text {
        font-size: 18px;
    }
}

/* ============================================================
   Get started — 375px base
   ============================================================ */

.mcp-section--get-started {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
}

.mcp-get-started-intro {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 32px 12px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

.mcp-get-started-title {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1%;
    color: #FFFFFF;
}

.mcp-get-started-text {
    margin: 12px 0 24px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #CCCCCC;
}

.mcp-get-started-text-br {
    display: inline;
}

.mcp-get-started-trial {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 117px;
    height: 36px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #0073E4;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15%;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    transition: background 0.3s ease;
}

.mcp-get-started-trial:hover,
.mcp-get-started-trial:focus {
    background: #2E97FF;
    color: #FFFFFF;
}

.mcp-get-started-steps {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
}

.mcp-get-started-step {
    box-sizing: border-box;
    padding: 20px 12px;
}

.mcp-get-started-step + .mcp-get-started-step {
    border-top: 1px solid #333333;
}

.mcp-get-started-step-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mcp-get-started-step-icon {
    display: block;
    width: 44px;
    height: 44px;
    opacity: 1;
}

.mcp-get-started-step-number {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #A4A4AA;
}

.mcp-get-started-step-title {
    margin: 12px 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #F1F1F1;
}

.mcp-get-started-step-text {
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    color: #CCCCCC;
}

.mcp-get-started-step-text a {
    position: relative;
    color: inherit;
    text-decoration: none;
}

.mcp-get-started-step-text a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.mcp-get-started-step-text a:hover,
.mcp-get-started-step-text a:focus {
    color: #E0E0E0;
}

.mcp-get-started-step-text a:hover::after,
.mcp-get-started-step-text a:focus::after {
    transform: scaleX(1);
}

@media (min-width: 768px) {
    .mcp-get-started-intro {
        padding: 44px 32px;
    }

    .mcp-get-started-step {
        padding: 20px 32px;
    }

    .mcp-get-started-step-title {
        font-size: 24px;
    }

    .mcp-get-started-step-text {
        font-size: 16px;
    }

    .mcp-get-started-title {
        font-size: 40px;
    }

    .mcp-get-started-text {
        margin-top: 12px;
        margin-bottom: 24px;
        font-size: 18px;
    }

    .mcp-get-started-trial {
        width: 139px;
        height: 44px;
        padding: 8px 16px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.15%;
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    .mcp-get-started-intro {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        padding: 64px 32px;
    }

    .mcp-get-started-title {
        grid-column: 1;
        grid-row: 1;
        font-size: 40px;
    }

    .mcp-get-started-text {
        grid-column: 1;
        grid-row: 2;
        margin-bottom: 0;
        font-size: 18px;
    }

    .mcp-get-started-text-br {
        display: block;
    }

    .mcp-get-started-trial {
        grid-column: 2;
        grid-row: 1 / span 2;
        justify-self: end;
    }

    .mcp-get-started-steps {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .mcp-get-started-step {
        padding: 44px 32px;
    }

    .mcp-get-started-step + .mcp-get-started-step {
        border-top: 0;
    }

    .mcp-get-started-step:not(:last-child) {
        border-right: 1px solid #333333;
    }
}

/* ============================================================
   FAQ — 375px base
   ============================================================ */

.mcp-section--faq {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
}

.mcp-faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 32px 12px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

.mcp-faq-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.mcp-faq-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 76px;
    height: 27px;
    margin: 0;
    padding: 4px 24px;
    border: 1px solid #2087EC;
    border-radius: 100px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    color: #2087EC;
}

.mcp-faq-title {
    width: 100%;
    max-width: 248px;
    margin: 16px 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 1%;
    text-align: center;
    color: #FFFFFF;
}

.mcp-faq-text {
    width: 100%;
    max-width: 290px;
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    color: #CCCCCC;
}

.mcp-faq-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.mcp-faq .accordion-list li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
    height: auto;
    min-height: 76px;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    border-radius: 12px;
    background: #0E0E0E;
    overflow: hidden;
}

.mcp-faq .accordion-title {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 20px;
    width: 100%;
    min-height: 60px;
    margin: 0;
    padding: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 1%;
    vertical-align: middle;
    color: #E0E0E0;
}

.mcp-faq .accordion-title::before {
    content: counter(faq, decimal-leading-zero);
    flex: 0 0 auto;
    margin: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: #E0E0E0;
}

.mcp-faq-question {
    flex: 1;
    min-width: 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 1%;
    vertical-align: middle;
    color: #E0E0E0;
}

.mcp-faq .accordion-title i {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: auto;
    float: none !important;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #D9D9D9;
    transition: transform 0.3s ease;
}

.mcp-faq .accordion-list li .answer {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.mcp-faq .accordion-list li .answer p {
    margin: 0;
    padding: 8px 0;
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 160%;
    letter-spacing: 1%;
    vertical-align: middle;
    color: #CCCCCC;
}

.mcp-faq-read-more-container {
    margin-top: 24px;
    overflow: hidden;
}

.mcp-faq-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    box-sizing: border-box;
    width: 93px;
    height: 36px;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    border-radius: 8px;
    background: #555555;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.3s ease;
}

.mcp-faq-read-more:hover {
    background: #333333;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .mcp-faq {
        padding: 44px 16px;
    }

    .mcp-faq-pill {
        width: 61px;
        height: 34px;
        padding: 4px 12px;
        gap: 10px;
        border-width: 1px;
        border-radius: 20px;
        font-size: 16px;
    }

    .mcp-faq-title {
        max-width: none;
        margin: 16px 0;
        font-size: 36px;
    }

    .mcp-faq-text {
        max-width: 463px;
        font-size: 18px;
    }

    .mcp-faq-items {
        gap: 24px;
    }

    .mcp-faq .accordion-list li {
        min-height: 64px;
        height: auto;
        padding: 12px 20px;
        border-radius: 12px;
    }

    .mcp-faq .accordion-title {
        min-height: 40px;
        gap: 20px;
        font-size: 18px;
        font-weight: 600;
        line-height: 160%;
        letter-spacing: 1%;
        vertical-align: middle;
    }

    .mcp-faq .accordion-title::before {
        font-weight: 700;
        font-size: 24px;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: center;
        vertical-align: middle;
    }

    .mcp-faq-question {
        font-weight: 600;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 1%;
        vertical-align: middle;
    }

    .mcp-faq .accordion-list li .answer p {
        font-size: 16px;
    }

    .mcp-faq .accordion-title i {
        position: relative;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .mcp-faq .accordion-title i::before {
        position: absolute;
        top: 11px;
        left: 11px;
        width: 18px;
        height: 18px;
        font-size: 18px;
        line-height: 18px;
    }

    .mcp-faq-read-more {
        width: 111px;
        height: 44px;
        border-radius: 12px;
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .mcp-faq {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .mcp-faq-items {
        gap: 24px;
    }

    .mcp-faq .accordion-list li {
        min-height: 64px;
        height: auto;
        padding: 12px 20px;
        border-radius: 12px;
    }

    .mcp-faq .accordion-title {
        gap: 20px;
        min-height: 40px;
    }
}

/* ============================================================
   Demo CTA — 375px base
   ============================================================ */

.mcp-section--demo-cta {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
    padding-right: clamp(16px, calc(16px + 28 * ((100vw - 375px) / 393)), 44px);
}

.mcp-demo-cta {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 343 / 400;
    box-sizing: border-box;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    overflow: hidden;
    text-decoration: none;
}

.mcp-demo-cta picture,
.mcp-demo-cta-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.mcp-demo-cta-image {
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .mcp-demo-cta {
        grid-template-rows: 1fr;
        row-gap: 0;
        aspect-ratio: 680 / 540;
    }
}

@media (min-width: 1024px) {
    .mcp-demo-cta {
        aspect-ratio: 944 / 360;
    }
}

@media (min-width: 1440px) {
    .mcp-demo-cta {
        aspect-ratio: 1280 / 360;
    }
}

/* ============================================================
   1024–1440 — freeze 1024 column width (last so it wins cascade)
   ============================================================ */

@media (min-width: 1024px) {
    .mcp-section--hero,
    .mcp-section--works-with,
    .mcp-section--capabilities,
    .mcp-section--prompts,
    .mcp-section--ai-tools,
    .mcp-section--start-asking,
    .mcp-section--get-started,
    .mcp-section--faq,
    .mcp-section--demo-cta {
        padding-left: 40px;
        padding-right: 40px;
    }

    .mcp-section--prompts {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .mcp-hero-heading-wrap,
    .mcp-capabilities-intro,
    .mcp-capabilities-features,
    .mcp-prompts-intro,
    .mcp-prompts-tabs-box,
    .mcp-prompts-preview-box,
    .mcp-prompts-stage,
    .mcp-ai-tools-intro,
    .mcp-ai-tools-cards,
    .mcp-start-asking,
    .mcp-get-started-intro,
    .mcp-get-started-steps,
    .mcp-faq,
    .mcp-demo-cta {
        width: 100%;
        max-width: 944px;
        margin-left: auto;
        margin-right: auto;
    }

    .mcp-works-with-video,
    .mcp-works-with-logos {
        max-width: 944px;
    }
}

@media (min-width: 1440px) {
    .mcp-section--hero,
    .mcp-section--works-with,
    .mcp-section--capabilities,
    .mcp-section--prompts,
    .mcp-section--ai-tools,
    .mcp-section--start-asking,
    .mcp-section--get-started,
    .mcp-section--faq,
    .mcp-section--demo-cta {
        padding-left: 44px;
        padding-right: 44px;
    }

    .mcp-section--prompts {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }

    .mcp-hero-heading-wrap,
    .mcp-capabilities-intro,
    .mcp-prompts-intro,
    .mcp-prompts-tabs-box,
    .mcp-prompts-preview-box,
    .mcp-ai-tools-intro,
    .mcp-ai-tools-cards,
    .mcp-start-asking,
    .mcp-get-started-intro,
    .mcp-get-started-steps,
    .mcp-faq,
    .mcp-demo-cta {
        width: 1280px;
        max-width: 1280px;
    }

    .mcp-capabilities-features,
    .mcp-prompts-stage {
        width: 1280px;
        max-width: 1280px;
    }

    .mcp-works-with-video,
    .mcp-works-with-logos {
        max-width: 1031.11px;
    }
}
