.mcp-container {
    margin: 0 auto;
    padding: 0 132px;
    display: flex;
    justify-content: center;
}

/* Hero Section */
.llm-hero {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111111;
}

.llm-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.llm-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.llm-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 440px;
}

.llm-hero-logo {
    width: 440px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.llm-hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.llm-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    text-align: center;
}

.llm-hero-title {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.286;
    letter-spacing: -0.714%;
    color: #FFFFFF;
    margin: 0;
    width: fit-content;
}

.llm-hero-subtitle {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.143;
    letter-spacing: -1.429%;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    width: fit-content;
}


.mcp-section-tag {
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    width: fit-content;
}

/* Main CTA Section */
.mcp-main-cta {
    padding: 150px 0;
    background-color: #111111;
    position: relative;
    overflow: hidden;
}

.mcp-cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 961px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mcp-cta-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.111;
    letter-spacing: -0.556%;
    color: #FFFFFF;
    text-align: center;
}

.mcp-cta-description {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1%;
    color: #FFFFFF;
    text-align: center;
}

.mcp-cta-bg-blur {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 568px;
    height: 55px;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    filter: blur(80px);
    opacity: 0.2;
    z-index: 1;
}

/* MCP Diagram Section */
.mcp-diagram {
    background-color: #111111;
    position: relative;
}

.mcp-diagram-content {
    position: relative;
    width: 100%;
    height: 609px;
    display: flex;
    justify-content: center;
}

.mcp-diagram-vectors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mcp-vector {
    position: absolute;
    width: 310px;
    height: 132px;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
}

.mcp-vector-top-left {
    top: 40px;
    left: 129.5px;
}

.mcp-vector-top-right {
    top: 40px;
    right: 127.5px;
}

.mcp-center-hub {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcp-hub-gradient {
    position: absolute;
    width: 127px;
    height: 80px;
    left: 0;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    border: 2px solid;
    border-image: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    border-image-slice: 1;
    border-radius: 16px;
}

.mcp-hub-white {
    position: absolute;
    width: 130px;
    height: 80px;
    right: 0;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
}

.mcp-hub-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.111;
    letter-spacing: -0.556%;
    color: #FFFFFF;
    text-align: center;
    z-index: 2;
    position: relative;
}

.mcp-hub-line {
    position: absolute;
    left: 50%;
    top: 80px;
    width: 1px;
    height: 92.5px;
    background-color: #FFFFFF;
}

.mcp-diagram-systems {
    position: absolute;
    top: 172px;
    width: 100%;
    height: 257px;
}

.mcp-system-group {
    position: absolute;
    width: 257px;
    height: 257px;
    display: flex;
}

.mcp-system-left {
    left: 0;
}

.mcp-system-center {
    left: 459px;
}

.mcp-system-right {
    right: 0;
}

.mcp-system-box {
    width: 128px;
    height: 257px;
}

.mcp-system-gradient {
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    border: 2px solid;
    border-image: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    border-image-slice: 1;
}

.mcp-system-white {
    border: 1px solid #FFFFFF;
    margin-left: 1px;
}

.mcp-system-icons {
    position: absolute;
    top: 210px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
}

.mcp-icon-container {
    width: 257px;
    height: 257px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mcp-icon-container:first-child {
    margin-left: 39px;
}

.mcp-icon-container:last-child {
    margin-right: 39px;
}

.mcp-icon-circle {
    width: 257px;
    height: 257px;
    border-radius: 50%;
    border: 2px solid #00C6FB;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.mcp-system-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
}

.mcp-system-content img {
    width: 100%;
    /* 기본 크기 */
    height: 100%;
    object-fit: contain;
}

.mcp-system-icon {
    width: 180px;
    height: 180px;
    object-fit: contain;
    border-radius: 0;
}

.mcp-process-steps {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mcp-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.mcp-step-connect {
    position: absolute;
    left: 66px;
}

.mcp-step-execute {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mcp-step-track {
    position: absolute;
    right: 191px;
}

.mcp-step-badge {
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    border: 1px solid;
    border-image: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    border-image-slice: 1;
    border-radius: 99999px;
    padding: 16px 28px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.167;
    letter-spacing: -0.833%;
    color: #FFFFFF;
    text-align: center;
}

.mcp-step-desc {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1%;
    color: #FFFFFF;
    text-align: center;
}

/* MCP Features Section */
.mcp-features {
    margin: 200px 0;
    padding: 200px 0;
    background-color: #111111;
}

.mcp-features-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.mcp-features-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.mcp-features-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.mcp-features-title {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 36px;
    line-height: 1.111;
    letter-spacing: -0.556%;
    color: #FFFFFF;
    text-align: center;
}

.mcp-features-description {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1%;
    color: #FFFFFF;
    text-align: center;
}

.mcp-features-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    width: 100%;
}

.mcp-feature-card {
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mcp-feature-image {
    width: 100%;
    height: 360px;
    border-radius: 12px;
}

.mcp-feature-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mcp-feature-text {
    font-family: 'Pretendard';
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.833%;
    color: #FFFFFF;
    text-align: center;
}

/* MCP Main Feature Section */
.mcp-main-feature {
    margin: 200px 0;
    position: relative;
    padding: 80px 0;
    background-color: #202020;
}

.mcp-main-feature-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    z-index: 1;
}

.mcp-main-feature-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.mcp-main-feature-image {
    width: 528px;
    height: 446px;
    flex-shrink: 0;
}

.mcp-main-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.mcp-main-feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    flex: 1;
}

.mcp-main-feature-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.mcp-main-feature-title {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 36px;
    line-height: 1.111;
    letter-spacing: -0.556%;
    color: #FFFFFF;
}

.mcp-main-feature-description {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -1%;
    color: #FFFFFF;
}

/* MCP Strategy Section */
.mcp-strategy {
    padding: 250px 0;
    background-color: #111111;
    overflow: hidden;
}

.mcp-strategy-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.mcp-strategy-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.mcp-strategy-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.mcp-strategy-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.167;
    letter-spacing: -0.417%;
    color: #FFFFFF;
    text-align: center;
}

.mcp-strategy-visual {
    width: 294px;
    height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.8s ease;
}

.mcp-strategy-layers {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
}

.mcp-strategy-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(64, 64, 64, 0);
    backdrop-filter: blur(16px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
    overflow: hidden;
}

.mcp-strategy-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.mcp-strategy-layer:nth-child(1) {
    z-index: 4;
}

.mcp-strategy-layer:nth-child(2) {
    z-index: 3;
}

.mcp-strategy-layer:nth-child(3) {
    z-index: 2;
}

.mcp-strategy-layer:nth-child(4) {
    z-index: 1;
}

.mcp-strategy-visual:hover .mcp-strategy-layer:nth-child(1) {
    z-index: 4;
}

.mcp-strategy-visual:hover .mcp-strategy-layer:nth-child(2) {
    transform: rotate(10deg);
    z-index: 3;
}

.mcp-strategy-visual:hover .mcp-strategy-layer:nth-child(3) {
    transform: rotate(20deg);
    z-index: 2;
}

.mcp-strategy-visual:hover .mcp-strategy-layer:nth-child(4) {
    transform: rotate(30deg);
    z-index: 1;
}

.mcp-strategy-expanded {
    width: 100% !important;
    max-width: 1200px;
}

.mcp-strategy-expanded .mcp-strategy-layers {
    display: flex !important;
    align-items: flex-start;
    width: 100% !important;
    height: auto !important;
    transition: none !important;
}

.mcp-strategy-expanded .mcp-strategy-layer {
    position: relative !important;
    width: 294px !important;
    height: 480px !important;
    transform: none !important;
    transition: all 0.3s ease !important;
    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
    cursor: pointer;
}

.mcp-strategy-expanded .mcp-strategy-layer:nth-child(1) {
    animation-delay: 0.1s;
}

.mcp-strategy-expanded .mcp-strategy-layer:nth-child(2) {
    animation-delay: 0.2s;
}

.mcp-strategy-expanded .mcp-strategy-layer:nth-child(3) {
    animation-delay: 0.3s;
}

.mcp-strategy-expanded .mcp-strategy-layer:nth-child(4) {
    animation-delay: 0.4s;
}

.strategy-item-title {
    position: absolute;
    bottom: 20px;
    left: 34px;
    right: -10px;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    opacity: 0;
    transition: all 0.9s ease;
    transform: translateY(0);
}

.strategy-item-number {
    position: absolute;
    top: 35px;
    right: 37px;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    opacity: 0;
}

.strategy-item-line {
    position: absolute;
    top: 50px;
    left: 30px;
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    transition: width 0.6s ease;
}

.strategy-item-description {
    position: absolute;
    bottom: 30px;
    left: 34px;
    right: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
    opacity: 0;
    transition: all 0.3s ease;
}

.mcp-strategy-expanded .strategy-item-title {
    opacity: 1;
}

.mcp-strategy-expanded .strategy-item-number {
    opacity: 1;
}

.mcp-strategy-expanded .mcp-strategy-layer:hover img {
    filter: blur(8px);
}

.mcp-strategy-expanded .mcp-strategy-layer:hover .strategy-item-title {
    transform: translateY(-80px);
}

.mcp-strategy-expanded .mcp-strategy-layer:hover .strategy-item-description {
    opacity: 1;
}

.mcp-strategy-expanded .mcp-strategy-layer:hover .strategy-item-line {
    width: 180px;
}

.mcp-strategy-layer.flash-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    pointer-events: none;
    animation: flashWhite 0.4s ease-out;
    z-index: 10;
}

@keyframes flashWhite {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ====================
   RESPONSIVE STYLES
==================== */

/* Large Tablet: 769px ~ 1279px */
@media (min-width: 769px) and (max-width: 1279px) {
    .mcp-container {
        padding: 0 60px;
    }

    /* Hero Section */
    .llm-hero {
        height: 350px;
    }

    .llm-hero-content {
        width: 100%;
        max-width: 400px;
    }

    .llm-hero-logo {
        width: 100%;
        max-width: 400px;
        height: 70px;
    }

    .llm-hero-title {
        font-size: 24px;
    }

    .llm-hero-subtitle {
        font-size: 13px;
    }

    /* Main CTA Section */
    .mcp-main-cta {
        padding: 100px 0;
    }

    .mcp-cta-content {
        width: 100%;
        max-width: 800px;
        padding: 0 20px;
    }

    .mcp-cta-title {
        font-size: 32px;
    }

    .mcp-cta-description {
        font-size: 18px;
    }

    /* MCP Diagram Section */
    .mcp-diagram-content {
        height: auto;
        padding: 60px 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .mcp-diagram-vectors {
        position: static;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mcp-vector {
        position: static;
        width: 280px;
        height: 100px;
    }

    .mcp-center-hub {
        position: static;
        transform: none;
        width: 240px;
        height: 70px;
        order: 1;
    }

    .mcp-hub-gradient {
        width: 115px;
        height: 70px;
    }

    .mcp-hub-white {
        width: 115px;
        height: 70px;
    }

    .mcp-hub-title {
        font-size: 28px;
    }

    .mcp-hub-line {
        display: none;
    }

    .mcp-diagram-systems {
        position: static;
        display: flex;
        justify-content: center;
        gap: 30px;
        height: auto;
        order: 2;
    }

    .mcp-system-group {
        position: static;
        width: 200px;
        height: 200px;
    }

    .mcp-system-box {
        width: 100px;
        height: 200px;
    }

    .mcp-system-icons {
        position: static;
        gap: 30px;
        order: 3;
    }

    .mcp-icon-container {
        width: 200px;
        height: 200px;
        margin: 0 !important;
    }

    .mcp-icon-circle {
        width: 200px;
        height: 200px;
    }

    .mcp-system-icon {
        width: 140px;
        height: 140px;
    }

    .mcp-process-steps {
        position: static;
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
        order: 4;
    }

    .mcp-step {
        position: static;
        transform: none;
    }

    .mcp-step-badge {
        font-size: 18px;
        padding: 12px 20px;
    }

    .mcp-step-desc {
        font-size: 16px;
    }

    /* MCP Features Section */
    .mcp-features {
        margin: 120px 0;
        padding: 120px 0;
    }

    .mcp-features-title {
        font-size: 32px;
    }

    .mcp-features-description {
        font-size: 18px;
    }

    .mcp-features-grid {
        flex-wrap: wrap;
        gap: 30px;
    }

    .mcp-feature-card {
        width: 300px;
    }

    .mcp-feature-image {
        height: 300px;
    }

    /* MCP Main Feature Section */
    .mcp-main-feature {
        margin: 120px 0;
        padding: 60px 0;
    }

    .mcp-main-feature-content {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .mcp-main-feature-image {
        width: 100%;
        max-width: 450px;
        height: 380px;
    }

    .mcp-main-feature-text {
        width: 100%;
        align-items: center;
    }

    .mcp-main-feature-title {
        font-size: 32px;
    }

    .mcp-main-feature-description {
        font-size: 18px;
    }

    /* MCP Strategy Section */
    .mcp-strategy {
        padding: 120px 0;
    }

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

    .mcp-strategy-visual {
        width: 250px;
        height: 400px;
    }

    .mcp-strategy-expanded {
        max-width: 1000px;
    }

    .mcp-strategy-expanded .mcp-strategy-layer {
        width: 240px !important;
        height: 380px !important;
    }

    .strategy-item-title {
        font-size: 24px;
    }
}

/* Medium Tablet: 481px ~ 768px */
@media (min-width: 481px) and (max-width: 768px) {
    .mcp-container {
        padding: 0 40px;
    }

    /* Hero Section */
    .llm-hero {
        height: 300px;
    }

    .llm-hero-content {
        width: 100%;
        max-width: 350px;
    }

    .llm-hero-logo {
        width: 100%;
        max-width: 350px;
        height: 60px;
    }

    .llm-hero-title {
        font-size: 22px;
    }

    .llm-hero-subtitle {
        font-size: 12px;
    }

    /* Main CTA Section */
    .mcp-main-cta {
        padding: 80px 0;
    }

    .mcp-cta-content {
        width: 100%;
        padding: 0 20px;
    }

    .mcp-cta-title {
        font-size: 28px;
    }

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

    /* MCP Diagram Section */
    .mcp-diagram-content {
        height: auto;
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .mcp-diagram-vectors {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .mcp-vector {
        position: static;
        width: 100%;
        max-width: 280px;
        height: 80px;
    }

    .mcp-center-hub {
        position: static;
        transform: none;
        width: 200px;
        height: 60px;
        order: 1;
    }

    .mcp-hub-gradient {
        width: 95px;
        height: 60px;
    }

    .mcp-hub-white {
        width: 95px;
        height: 60px;
    }

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

    .mcp-hub-line {
        display: none;
    }

    .mcp-diagram-systems {
        position: static;
        display: flex;
        justify-content: center;
        gap: 20px;
        height: auto;
        order: 2;
        flex-wrap: wrap;
    }

    .mcp-system-group {
        position: static;
        width: 150px;
        height: 150px;
    }

    .mcp-system-box {
        width: 75px;
        height: 150px;
    }

    .mcp-system-icons {
        position: static;
        gap: 20px;
        order: 3;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mcp-icon-container {
        width: 150px;
        height: 150px;
        margin: 0 !important;
    }

    .mcp-icon-circle {
        width: 150px;
        height: 150px;
    }

    .mcp-system-icon {
        width: 100px;
        height: 100px;
    }

    .mcp-process-steps {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        order: 4;
    }

    .mcp-step {
        position: static;
        transform: none;
        width: 100%;
        max-width: 300px;
    }

    .mcp-step-badge {
        font-size: 16px;
        padding: 10px 16px;
    }

    .mcp-step-desc {
        font-size: 14px;
    }

    /* MCP Features Section */
    .mcp-features {
        margin: 80px 0;
        padding: 80px 0;
    }

    .mcp-features-title {
        font-size: 28px;
    }

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

    .mcp-features-grid {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

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

    .mcp-feature-image {
        height: 280px;
    }

    /* MCP Main Feature Section */
    .mcp-main-feature {
        margin: 80px 0;
        padding: 50px 0;
    }

    .mcp-main-feature-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .mcp-main-feature-image {
        width: 100%;
        height: 300px;
    }

    .mcp-main-feature-text {
        align-items: center;
        width: 100%;
    }

    .mcp-main-feature-title {
        font-size: 28px;
    }

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

    /* MCP Strategy Section */
    .mcp-strategy {
        padding: 80px 0;
    }

    .mcp-strategy-title {
        font-size: 32px;
    }

    .mcp-strategy-visual {
        width: 200px;
        height: 320px;
    }

    .mcp-strategy-expanded {
        max-width: 100%;
    }

    .mcp-strategy-expanded .mcp-strategy-layers {
        align-items: center !important;
    }

    .mcp-strategy-expanded .mcp-strategy-layer {
        width: 200px !important;
        height: 320px !important;
    }

    .strategy-item-title {
        font-size: 18px;
        left: 25px;
    }

    .strategy-item-description {
        font-size: 12px;
        left: 25px;
    }

    .mcp-strategy-expanded .mcp-strategy-layer:hover .strategy-item-line {
        width: 60px;
    }
}

/* Small Mobile: ~ 480px */
@media (max-width: 480px) {
    .mcp-container {
        padding: 0 20px;
    }

    /* Hero Section */
    .llm-hero {
        height: 250px;
    }

    .llm-hero-content {
        width: 100%;
        max-width: 300px;
    }

    .llm-hero-logo {
        width: 100%;
        max-width: 300px;
        height: 50px;
    }

    .llm-hero-title {
        font-size: 20px;
    }

    .llm-hero-subtitle {
        font-size: 11px;
    }

    /* Main CTA Section */
    .mcp-main-cta {
        padding: 60px 0;
    }

    .mcp-cta-content {
        width: 100%;
        padding: 0 20px;
    }

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

    .mcp-cta-description {
        font-size: 11px;
    }

    /* MCP Diagram Section */
    .mcp-diagram-content {
        height: auto;
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

    .mcp-diagram-vectors {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .mcp-vector {
        position: static;
        width: 100%;
        max-width: 240px;
        height: 70px;
    }

    .mcp-center-hub {
        position: static;
        transform: none;
        width: 180px;
        height: 50px;
        order: 1;
    }

    .mcp-hub-gradient {
        width: 85px;
        height: 50px;
    }

    .mcp-hub-white {
        width: 85px;
        height: 50px;
    }

    .mcp-hub-title {
        font-size: 20px;
    }

    .mcp-hub-line {
        display: none;
    }

    .mcp-diagram-systems {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: auto;
        order: 2;
        align-items: center;
    }

    .mcp-system-group {
        position: static;
        width: 120px;
        height: 120px;
    }

    .mcp-system-box {
        width: 60px;
        height: 120px;
    }

    .mcp-system-icons {
        position: static;
        gap: 16px;
        order: 3;
        flex-direction: column;
        align-items: center;
    }

    .mcp-icon-container {
        width: 120px;
        height: 120px;
        margin: 0 !important;
    }

    .mcp-icon-circle {
        width: 120px;
        height: 120px;
    }

    .mcp-system-icon {
        width: 80px;
        height: 80px;
    }

    .mcp-process-steps {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        order: 4;
    }

    .mcp-step {
        position: static;
        transform: none;
        width: 100%;
        max-width: 280px;
    }

    .mcp-step-badge {
        font-size: 14px;
        padding: 8px 12px;
    }

    .mcp-step-desc {
        font-size: 12px;
    }

    /* MCP Features Section */
    .mcp-features {
        margin: 60px 0;
        padding: 60px 0;
    }

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

    .mcp-features-description {
        font-size: 13px;
    }

    .mcp-features-grid {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }

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

    .mcp-feature-image {
        height: 240px;
    }

    /* MCP Main Feature Section */
    .mcp-main-feature {
        margin: 60px 0;
        padding: 40px 0;
    }

    .mcp-main-feature-content {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }

    .mcp-main-feature-image {
        width: 100%;
        height: 240px;
    }

    .mcp-main-feature-text {
        align-items: center;
        width: 100%;
    }

    .mcp-main-feature-title {
        font-size: 23px;
    }

    .mcp-main-feature-description {
        font-size: 13px;
    }

    /* MCP Strategy Section */
    .mcp-strategy {
        padding: 60px 0;
    }

    .mcp-strategy-title {
        font-size: 25px;
    }

    .mcp-strategy-visual {
        width: 180px;
        height: 280px;
    }

    .mcp-strategy-expanded {
        max-width: 100%;
    }

    .mcp-strategy-expanded .mcp-strategy-layers {

        align-items: center !important;

    }

    .mcp-strategy-expanded .mcp-strategy-layer {
        width: 180px !important;
        height: 280px !important;
    }

    .strategy-item-title {
        font-size: 12px;
        left: 20px;
        right: 20px;
    }

    .strategy-item-number {
        font-size: 18px;
        right: 20px;
    }

    .strategy-item-description {
        font-size: 8px;
        left: 20px;
        right: 20px;
    }

    .mcp-strategy-expanded .mcp-strategy-layer:hover .strategy-item-line {
        width: 32px;
        left: 10px;
    }

}