/* ================================================================
   MCP PAGE — BASE
   ================================================================ */

.mcp {
    background-color: #080514;
}

/* ================================================================
   MCP PAGE — HERO SECTION (DESKTOP STYLES)
   ================================================================ */

.mcp_hero {
    background-color: #080514;
    background-image: url('https://www.cloudways.com/wp-content/uploads/2026/07/mcp_hero_bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    padding-top: 200px;
}

.mcp_hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
}

/* Inner content block */
.mcp_hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    max-width: 866px;
    width: 100%;
}

/* --- Badge --- */
.mcp_hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.mcp_hero__badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Override text.css paragraph color for badge text */
.mcp_hero__badge .p3-medium {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

/* --- Title ---
   Figma fill: linear-gradient(149.567deg, #fff 45.246%, rgba(255,255,255,0.5) 96.39%)
   clipped to text for the soft gray fade */
.mcp_hero__title {
    margin: 0;
    background-image: linear-gradient(149.567deg, rgb(255, 255, 255) 45.246%, rgba(255, 255, 255, 0.5) 96.39%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.mcp_hero__title em {
    font-style: italic;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    background-image: linear-gradient(149.567deg, rgb(255, 255, 255) 45.246%, rgba(255, 255, 255, 0.5) 96.39%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* --- Subtitle --- */
.mcp_hero__subtitle {
    color: #fff;
    max-width: 680px;
    margin: 0;
}

/* --- CTA Buttons --- */
.mcp_hero__actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4px;
}

.mcp_hero__btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #ffffff;
    color: #0D0B1E;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.mcp_hero__btn-primary:hover,
.mcp_hero__btn-primary:focus {
    background: #f0eeff;
    color: #0D0B1E;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
}

.mcp_hero__btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    transition: color 0.2s ease;
}

.mcp_hero__btn-secondary:hover,
.mcp_hero__btn-secondary:focus {
    color: #ffffff;
    text-decoration: none;
}

.mcp_hero__btn-secondary svg {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.mcp_hero__btn-secondary:hover svg {
    transform: translateX(3px);
}

/* --- Illustration --- */
.mcp_hero__illus {
    width: 100%;
    max-width: 760px;
    margin-top: 48px;
}

.mcp_hero__illus img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- Tools Bar --- */
.mcp_hero__tools {
    width: 100%;
    padding: 24px 0 36px;
    text-align: center;
}

/* Override text.css paragraph color for tools label */
.mcp_hero__tools-label {
    color: #fff;
    margin-bottom: 16px;
}

/* Edge fade (Figma mask group) — same approach as aih-hero__logos-marquee */
.mcp_hero__tools-marquee {
    width: 100%;
    max-width: 1325px;
    margin: 0 auto;
    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%);
}

.mcp_hero__tools-track {
    display: flex;
    align-items: center;
}

.mcp_hero__tools-track:not(.slick-initialized) {
    justify-content: center;
    gap: 36px;
    flex-wrap: nowrap;
}

/* CSS fallback marquee when slick is unavailable */
.mcp_hero__tools-marquee.is-css-marquee .mcp_hero__tools-track {
    justify-content: flex-start;
    width: max-content;
    gap: 36px;
    animation: mcpToolsScroll 30s linear infinite;
    will-change: transform;
}

@keyframes mcpToolsScroll {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

.mcp_hero__tools-track .slick-list {
    overflow: hidden;
}

.mcp_hero__tools-track .slick-track {
    display: flex !important;
    align-items: center;
}

.mcp_hero__tools-track .slick-slide {
    margin: 0 18px;
}

.mcp_hero__tool {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 10.996px;
    border: 1.299px solid rgba(255, 255, 255, 0.2);
    background: radial-gradient(215.2% 195.09% at 55.98% 126.65%, rgba(101, 57, 123, 0.30) 0%, rgba(14, 5, 56, 0.30) 100%);
    backdrop-filter: blur(6.2355170249938965px);
    -webkit-backdrop-filter: blur(6.2355170249938965px);
    white-space: nowrap;
}

.mcp_hero__tool img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Figma tool label: white → muted purple gradient */
.mcp_hero__tool .p3-semibold {
    margin: 0;
    background-image: linear-gradient(142.943deg, rgb(255, 255, 255) 27.193%, rgb(112, 105, 170) 172.81%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


/* ================================================================
   MCP PAGE — ASSISTANT SECTION (DESKTOP STYLES)
   ================================================================ */

.mcp_assistant {
    background-color: #ffffff;
    padding: 100px 0;
}

.mcp_assistant__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.mcp_assistant__content {
    flex: 0 1 564px;
    max-width: 564px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mcp_assistant__title {
    margin: 0;
}

.mcp_assistant__body {
    margin: 0;
    max-width: 509px;
}

.mcp_assistant__highlight {
    margin: 0;
    margin-top: 20px;
}

.mcp_assistant__media {
    flex: 0 1 634px;
    max-width: 634px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.mcp_assistant__media img {
    display: block;
    width: 100%;
    height: auto;
}


/* ================================================================
   MCP PAGE — FEATURES SECTION (DESKTOP STYLES)
   ================================================================ */

.mcp_features {
    background-color: #fcfcfc;
    padding: 100px 0;
}

.mcp_features__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 56px;
}

.mcp_features__title {
    margin: 0;
    max-width: 1120px;
}

.mcp_features__subtitle {
    margin: 0;
    max-width: 792px;
}

.mcp_features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mcp_features__card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
    padding: 32px;
    min-height: 317px;
}

.mcp_features__card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.mcp_features__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #ffffff;
    border: 0.5px solid #705afe;
    border-radius: 8px;
}

.mcp_features__badge {
    display: inline-flex;
    align-items: center;
    padding: 1px 12px;
    border-radius: 20px;
    border: 0.5px solid #705afe;
    white-space: nowrap;
    margin: 0;
    background: linear-gradient(168.685deg, rgba(112, 90, 254, 0.08) 9.82%, rgba(202, 124, 251, 0.08) 107.85%);
}

.mcp_features__badge.p3-medium {
    margin: 0;
    color: #705afe;
}

.mcp_features__card-title {
    margin: 0 0 11px;
    color: #091e42;
}

.mcp_features__card-desc {
    margin: 0 0 auto;
    color: #253858;
    padding-bottom: 24px;
}

.mcp_features__prompt {
    background: #f9fafb;
    border: 1px dashed #d5d7f2;
    border-radius: 10px;
    padding: 13px 16px;
    margin-top: auto;
}

.mcp_features__prompt .p3-regular {
    margin: 0;
    color: #253858;
}


/* ================================================================
   MCP PAGE — FULLSTACK SECTION (DESKTOP STYLES)
   ================================================================ */

.mcp_fullstack {
    background-color: #0f0639;
    background-image: url('https://www.cloudways.com/wp-content/uploads/2026/07/fullstack_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
}

.mcp_fullstack__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.mcp_fullstack__content {
    flex: 0 1 517px;
    max-width: 517px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.mcp_fullstack__copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.mcp_fullstack__eyebrow {
    margin: 0;
    max-width: 408px;
    /* background-image: linear-gradient(29.17deg, rgb(255, 255, 255) 37.59%, rgb(197, 131, 224) 37.58%, rgb(255, 188, 125) 74.04%, rgb(255, 255, 255) 115.51%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #FFBC7D;
}

.mcp_fullstack__title {
    margin: 0;
    max-width: 473px;
    color: #ffffff;
}

.mcp_fullstack__body {
    margin: 0;
    color: #fcfcfc;
}

.mcp_fullstack__cta {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
}

.mcp_fullstack__cta:hover,
.mcp_fullstack__cta:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
}

.mcp_fullstack__cta svg {
    flex-shrink: 0;
    width: 22px;
    height: 24px;
    transition: transform 0.2s ease;
}

.mcp_fullstack__cta:hover svg {
    transform: translateX(3px);
}

.mcp_fullstack__media {
    flex: 0 1 755px;
    max-width: 755px;
    width: 100%;
}

.mcp_fullstack__media img {
    display: block;
    width: 100%;
    height: auto;
}


/* ================================================================
   MCP PAGE — TESTIMONIALS SECTION (DESKTOP STYLES)
   ================================================================ */

.mcp_testimonials {
    background-color: #ffffff;
    padding: 100px 0;
}

.mcp_testimonials__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    max-width: 661px;
    margin: 0 auto 54px;
}

.mcp_testimonials__title {
    margin: 0;
    color: #091e42;
}

.mcp_testimonials__subtitle {
    margin: 0;
    color: #253858;
}

.mcp_testimonials__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.mcp_testimonials__wrapper > img {
    max-width: 433px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.mcp_testimonials__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
    max-width: 636px;
}

.mcp_testimonials__content > svg {
    flex-shrink: 0;
    width: 50px;
    height: 45px;
}

.mcp_testimonials__quote {
    margin: 22px 0 40px;
    color: #5e6c84;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
}

.mcp_testimonials__details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mcp_testimonials__name {
    margin: 0;
    color: #091e42;
}

.mcp_testimonials__role {
    margin: 0;
    color: rgba(12, 12, 13, 0.7);
}

/* Owl carousel */
.mcp_testimonials .owl-carousel .owl-item {
    width: 100% !important;
}

.mcp_testimonials .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.mcp_testimonials .owl-carousel .item {
    width: 100%;
}

.mcp_testimonials .owl-carousel.owl-loaded .owl-stage-outer {
    overflow: hidden;
}

.mcp_testimonials .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 97px;
}

.mcp_testimonials .owl-dots .owl-dot span {
    display: none;
}

.mcp_testimonials .owl-dots button,
.mcp_testimonials .owl-dots .owl-dot {
    width: 83px;
    height: 6px;
    background: rgba(193, 199, 208, 0.6);
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: width 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
    opacity: 0.6;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.mcp_testimonials .owl-dots button.active,
.mcp_testimonials .owl-dots .owl-dot.active {
    width: 51px;
    background: rgba(193, 199, 208, 0.6);
    opacity: 1;
    overflow: hidden;
}

.mcp_testimonials .owl-dots button.active::before,
.mcp_testimonials .owl-dots .owl-dot.active::before {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background: #2f39bf;
    border-radius: 12px;
    animation: mcpTestimonialProgress 7s ease-out forwards;
}

@keyframes mcpTestimonialProgress {
    0% { width: 0; }
    100% { width: 100%; }
}

.mcp_testimonials .owl-dots button:hover,
.mcp_testimonials .owl-dots .owl-dot:hover {
    opacity: 0.8;
}


/* ================================================================
   MCP PAGE — RESOURCES SECTION (DESKTOP STYLES)
   ================================================================ */

.mcp_resources {
    background-color: #fcfcfc;
    padding: 100px 0;
}

.mcp_resources__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    max-width: 770px;
    margin: 0 auto 52px;
}

.mcp_resources__title {
    margin: 0;
    color: #091e42;
}

.mcp_resources__subtitle {
    margin: 0;
    max-width: 655px;
    color: #253858;
}

.mcp_resources__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.mcp_resources__card {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #ffffff;
    border: 1px solid #c1c7d0;
    border-radius: 12px;
    padding: 20px 20px 48px;
    height: 100%;
}

.mcp_resources__media {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.mcp_resources__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.mcp_resources__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 12px;
    flex: 1;
}

.mcp_resources__copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.mcp_resources__card-title {
    margin: 0;
    color: #091e42;
}

.mcp_resources__card-desc {
    margin: 0;
    color: #253858;
}

.mcp_resources__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #2f39bf;
    text-decoration: none;
    margin: 0;
    margin-top: auto;
}

.mcp_resources__link:hover,
.mcp_resources__link:focus {
    color: #2f39bf;
    text-decoration: none;
}

.mcp_resources__link svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.mcp_resources__link:hover svg {
    transform: translateX(3px);
}

.mcp_resources__cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.mcp_resources__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    height: 50px;
    padding: 0 12px 0 11px;
    background: #2f39bf;
    color: #ffffff;
    border-radius: 3px;
    text-decoration: none;
    margin: 0;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.mcp_resources__cta:hover,
.mcp_resources__cta:focus {
    background: #252ea0;
    color: #ffffff;
    text-decoration: none;
}


/* ================================================================
   MCP PAGE — CTA SECTION (DESKTOP STYLES)
   ================================================================ */

.mcp_cta {
    background-color: #0e0538;
    background-image: url('https://www.cloudways.com/wp-content/uploads/2026/07/cta_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 86px 0 93px;
    overflow: hidden;
}

.mcp_cta__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.mcp_cta__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    flex: 1 1 auto;
    max-width: 788px;
}

.mcp_cta__title {
    margin: 0;
    color: #ffffff;
}

.mcp_cta__subtitle {
    margin: 0;
    color: #fcfcfc;
}

.mcp_cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.mcp_cta__buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.mcp_cta__btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 24px;
    background: #ffffff;
    color: #253858;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.mcp_cta__btn-primary:hover,
.mcp_cta__btn-primary:focus {
    background: #f0eeff;
    color: #253858;
    text-decoration: none;
}

.mcp_cta__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 24px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    margin: 0;
    transition: background 0.2s ease, opacity 0.2s ease;
}

.mcp_cta__btn-secondary:hover,
.mcp_cta__btn-secondary:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
}

.mcp_cta__note {
    margin: 0;
    text-align: center;
    color: #fcfcfc;
    max-width: 340px;
}

.mcp_cta__note-muted {
    color: #a5adba;
}

.mcp_cta__signup {
    color: #fcfcfc;
    text-decoration: none;
    margin-left: 4px;
}

.mcp_cta__signup:hover,
.mcp_cta__signup:focus {
    color: #ffffff;
    text-decoration: underline;
}


/* ================================================================
   MCP PAGE — CONNECT TABS SECTION (DESKTOP STYLES)
   Same auto-advancing accordion pattern as autoscale benchmark_tabs
   ================================================================ */

.mcp_connect {
    background-color: #ffffff;
    padding: 100px 0;
}

.mcp_connect__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 60px;
}

.mcp_connect__media {
    flex: 0 1 640px;
    max-width: 640px;
    width: 100%;
    display: grid;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(198.62deg, #f7fbff 11.94%, #dbd5ff 85.38%);
    align-self: flex-start;
}

.mcp_connect__image {
    grid-area: 1 / 1;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
}

.mcp_connect__image.activeImage {
    opacity: 1;
    pointer-events: auto;
}

.mcp_connect__content {
    flex: 0 1 560px;
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
    min-height: 522px;
}

.mcp_connect__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.mcp_connect__title {
    margin: 0;
    color: #091e42;
}

.mcp_connect__subtitle {
    margin: 0;
    color: #253858;
}

.mcp_connect__cta {
    margin: 0;
    color: #2f39bf;
    text-decoration: none;
    margin-top: 10px;
}

.mcp_connect__cta:hover,
.mcp_connect__cta:focus {
    color: #252ea0;
    text-decoration: none;
}

.mcp_connect__tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
    /* Reserve space for one expanded description so the fold height stays stable */
    min-height: 300px;
}

.mcp_connect__tab {
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid #dfe1e6;
    cursor: pointer;
}

.mcp_connect__tab:first-child {
    padding-top: 0;
}

.mcp_connect__tab-title {
    margin: 0;
    color: #253858;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mcp_connect__tab.active .mcp_connect__tab-title {
    color: #091e42;
    font-weight: 600;
}

/* Smooth height via grid 0fr → 1fr (avoids max-height jump) */
.mcp_connect__tab-desc {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mcp_connect__tab.active .mcp_connect__tab-desc {
    grid-template-rows: 1fr;
}

.mcp_connect__tab-desc > p {
    overflow: hidden;
    min-height: 0;
    margin: 0;
    padding-top: 0;
    color: #253858;
    transition: padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mcp_connect__tab.active .mcp_connect__tab-desc > p {
    padding-top: 10px;
}

.mcp_connect__progress {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #705afe 0%, #ca7cfb 100%);
}

.mcp_connect__tab.active .mcp_connect__progress {
    animation: mcpConnectProgress 6s linear forwards;
}

@keyframes mcpConnectProgress {
    from { width: 0; }
    to { width: 100%; }
}


/* ================================================================
   MCP PAGE — HERO SECTION (MEDIA QUERIES)
   ================================================================ */

@media (max-width: 991px) {
    .mcp_hero {
        padding-top: 154px;
    }

    .mcp_hero__inner {
        gap: 20px;
    }

    .mcp_hero__illus {
        max-width: 620px;
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    .mcp_hero {
        padding-top: 158px;
    }

    .mcp_hero__actions {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .mcp_hero__btn-primary {
        width: 100%;
        max-width: 300px;
    }

    .mcp_hero__subtitle {
        max-width: 100%;
    }

    .mcp_hero__illus {
        max-width: 100%;
        margin-top: 28px;
    }

    .mcp_hero__tools {
        padding: 20px 0 28px;
    }

    .mcp_hero__tools-marquee {
        -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    }

    .mcp_hero__tools-track .slick-slide {
        margin: 0 12px;
    }

    .mcp_hero__tool {
        padding: 6px 12px;
    }

    .mcp_hero__tool img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 480px) {
    .mcp_hero {
        padding-top: 126px;
    }

    .mcp_hero__badge {
        padding: 6px 12px;
    }

    .mcp_hero__btn-primary {
        padding: 13px 24px;
    }

    .mcp_hero__tools-track .slick-slide {
        margin: 0 8px;
    }

    .mcp_hero__tool {
        padding: 5px 10px;
        gap: 6px;
    }
}


/* ================================================================
   MCP PAGE — ASSISTANT SECTION (MEDIA QUERIES)
   ================================================================ */

@media (max-width: 1199px) {
    .mcp_assistant {
        padding: 80px 0;
    }

    .mcp_assistant__wrap {
        gap: 40px;
    }

    .mcp_assistant__content {
        flex: 1 1 48%;
        max-width: 48%;
    }

    .mcp_assistant__media {
        flex: 1 1 48%;
        max-width: 48%;
    }
}

@media (max-width: 991px) {
    .mcp_assistant {
        padding: 64px 0;
    }

    .mcp_assistant__wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .mcp_assistant__content {
        flex: 1 1 auto;
        max-width: 100%;
    }

    .mcp_assistant__body {
        max-width: 100%;
    }

    .mcp_assistant__media {
        flex: 1 1 auto;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .mcp_assistant {
        padding: 48px 0;
    }

    .mcp_assistant__content {
        gap: 16px;
    }

    .mcp_assistant__wrap {
        gap: 28px;
    }
}

@media (max-width: 480px) {
    .mcp_assistant {
        padding: 40px 0;
    }

    .mcp_assistant__media {
        border-radius: 10px;
    }
}


/* ================================================================
   MCP PAGE — FEATURES SECTION (MEDIA QUERIES)
   ================================================================ */

@media (max-width: 1199px) {
    .mcp_features {
        padding: 80px 0;
    }

    .mcp_features__header {
        margin-bottom: 40px;
    }

    .mcp_features__card {
        padding: 24px;
        min-height: 0;
    }
}

@media (max-width: 991px) {
    .mcp_features {
        padding: 64px 0;
    }

    .mcp_features__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .mcp_features__header {
        margin-bottom: 32px;
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .mcp_features {
        padding: 48px 0;
    }

    .mcp_features__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mcp_features__card-header {
        margin-bottom: 20px;
    }

    .mcp_features__badge {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .mcp_features {
        padding: 40px 0;
    }

    .mcp_features__card {
        padding: 20px;
    }

    .mcp_features__card-header {
        flex-wrap: wrap;
    }
}


/* ================================================================
   MCP PAGE — FULLSTACK SECTION (MEDIA QUERIES)
   ================================================================ */

@media (max-width: 1199px) {
    .mcp_fullstack {
        padding: 100px 0;
    }

    .mcp_fullstack__wrap {
        gap: 32px;
    }

    .mcp_fullstack__content {
        flex: 0 1 440px;
        max-width: 440px;
    }
}

@media (max-width: 991px) {
    .mcp_fullstack {
        padding: 80px 0;
    }

    .mcp_fullstack__wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }

    .mcp_fullstack__content {
        flex: none;
        max-width: 100%;
    }

    .mcp_fullstack__title {
        max-width: 100%;
    }

    .mcp_fullstack__media {
        flex: none;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .mcp_fullstack {
        padding: 64px 0;
    }

    .mcp_fullstack__content {
        gap: 20px;
    }

    .mcp_fullstack__copy {
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .mcp_fullstack {
        padding: 48px 0;
    }

    .mcp_fullstack__wrap {
        gap: 32px;
    }
}


/* ================================================================
   MCP PAGE — TESTIMONIALS SECTION (MEDIA QUERIES)
   ================================================================ */

@media (max-width: 1199px) {
    .mcp_testimonials {
        padding: 80px 0;
    }

    .mcp_testimonials__header {
        margin-bottom: 40px;
    }

    .mcp_testimonials .owl-dots {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .mcp_testimonials {
        padding: 64px 0;
    }

    .mcp_testimonials__wrapper {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .mcp_testimonials__wrapper > img {
        max-width: 360px;
    }

    .mcp_testimonials__content {
        margin-left: 0;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .mcp_testimonials__quote {
        margin: 16px 0 28px;
    }

    .mcp_testimonials__details {
        align-items: center;
    }

    .mcp_testimonials .owl-dots {
        gap: 6px;
        margin-top: 40px;
    }

    .mcp_testimonials .owl-dots button,
    .mcp_testimonials .owl-dots .owl-dot {
        width: 60px;
        height: 4px;
    }

    .mcp_testimonials .owl-dots button.active,
    .mcp_testimonials .owl-dots .owl-dot.active {
        width: 35px;
    }
}

@media (max-width: 767px) {
    .mcp_testimonials {
        padding: 48px 0;
    }

    .mcp_testimonials__header {
        margin-bottom: 32px;
        gap: 12px;
    }

    .mcp_testimonials__wrapper > img {
        max-width: 300px;
    }

    .mcp_testimonials__quote {
        font-size: 18px;
        line-height: 28px;
        margin: 12px 0 24px;
    }

    .mcp_testimonials__name {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .mcp_testimonials {
        padding: 40px 0;
    }

    .mcp_testimonials__wrapper > img {
        max-width: 260px;
    }
}


/* ================================================================
   MCP PAGE — RESOURCES SECTION (MEDIA QUERIES)
   ================================================================ */

@media (max-width: 1199px) {
    .mcp_resources {
        padding: 80px 0;
    }

    .mcp_resources__header {
        margin-bottom: 40px;
    }

    .mcp_resources__grid {
        gap: 20px;
    }

    .mcp_resources__card {
        gap: 28px;
        padding: 16px 16px 32px;
    }
}

@media (max-width: 991px) {
    .mcp_resources {
        padding: 64px 0;
    }

    .mcp_resources__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
        gap: 24px;
    }

    .mcp_resources__cta-wrap {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .mcp_resources {
        padding: 48px 0;
    }

    .mcp_resources__header {
        margin-bottom: 32px;
        gap: 12px;
    }

    .mcp_resources__body {
        padding: 0 4px;
    }
}

@media (max-width: 480px) {
    .mcp_resources {
        padding: 40px 0;
    }

    .mcp_resources__card {
        gap: 24px;
        padding: 14px 14px 28px;
    }

    .mcp_resources__grid {
        max-width: 100%;
    }
}


/* ================================================================
   MCP PAGE — CTA SECTION (MEDIA QUERIES)
   ================================================================ */

@media (max-width: 1199px) {
    .mcp_cta {
        padding: 72px 0;
    }

    .mcp_cta__wrap {
        gap: 32px;
    }
}

@media (max-width: 991px) {
    .mcp_cta {
        padding: 64px 0;
    }

    .mcp_cta__wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 28px;
    }

    .mcp_cta__content {
        max-width: 100%;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .mcp_cta {
        padding: 48px 0;
    }

    .mcp_cta__buttons {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }

    .mcp_cta__btn-primary,
    .mcp_cta__btn-secondary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .mcp_cta {
        padding: 40px 0;
    }

    .mcp_cta__actions {
        width: 100%;
    }
}


/* ================================================================
   MCP PAGE — CONNECT TABS SECTION (MEDIA QUERIES)
   ================================================================ */

@media (max-width: 1199px) {
    .mcp_connect {
        padding: 80px 0;
    }

    .mcp_connect__wrap {
        gap: 40px;
    }

    .mcp_connect__content {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .mcp_connect {
        padding: 64px 0;
    }

    .mcp_connect__wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .mcp_connect__media,
    .mcp_connect__content {
        flex: none;
        max-width: 100%;
    }

    .mcp_connect__content {
        min-height: 0;
        gap: 32px;
    }

    .mcp_connect__tabs {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .mcp_connect {
        padding: 48px 0;
    }

    .mcp_connect__tab {
        padding: 20px 0;
    }
}

@media (max-width: 480px) {
    .mcp_connect {
        padding: 40px 0;
    }

    .mcp_connect__header {
        gap: 12px;
    }
}
