@keyframes blink-effect {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.rt-logos-header .rt-section-tag {
    font-size: 30px;
}

/* Hero Section */
.rt-hero {
    position: relative;
    width: 100%;
    height: 864px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.rt-hero-background {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rt-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rt-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.rt-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.rt-hero-gradient {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 1581px;
    height: 100px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: none;
}

.rt-hero-gradient-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.rt-hero-content {
    position: relative;
    z-index: 4;
    margin-top: 130px;
    margin-left: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rt-hero-text {
    width: 688px;
    height: auto;
}


/* 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: 18px;
    line-height: 1.5;
    letter-spacing: -1%;
    color: #FFFFFF;
}

.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: 30px;
    line-height: 1.25;
    width: fit-content;
}

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


/* =================================
   LIMITATIONS SECTION
   ================================= */
.limitations-section {
    padding: 5rem 0;
    background-color: #111111;
    color: #fff;
    position: relative;
}

.section-header {
    max-width: 1176px;
    margin: 0 auto 4rem;
    text-align: center;
    padding: 0 2rem;
}

.section-subtitle {
    font-size: 1rem;
    font-weight: 600;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.55%;
    margin-bottom: 0.5rem;
}

.section-description {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -1%;
    color: #FFFFFF;
    text-align: center;
}

.limitations-container {
    max-width: 1176px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}

.limitations-row {
    display: flex;
    justify-content: space-between;
    gap: 4.5rem;
    margin-bottom: 2rem;
}

.limitations-row:last-child {
    margin-bottom: 0;
}

.limitation-card {
    flex: 1;
    max-width: 552px;
    height: 332px;
    border: 1px solid #FFFFFF;
    padding: 4.5rem 5rem;
    background: rgba(17, 17, 17, 0.8);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.limitation-badge {
    display: flex;
    justify-content: center;
    width: fit-content;
}

.limitation-badge-img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
}

.limitation-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.286;
    letter-spacing: -0.714%;
    color: #FFFFFF;
    margin: 0;
}

.limitation-description {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
    flex: 1;
}

.central-diamond {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 10;
    overflow: hidden;
}

.diamond-border-container {
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
}

.diamond-border-container:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 400%;
    height: 600%;
    background: linear-gradient(45deg, #155DFC, #0F79FC, #00C6FB, #155DFC, #0F79FC, #00C6FB);
    animation: rotateBorder 1.5s linear infinite;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(0deg);
}

.diamond-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 335px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.diamond-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.286;
    letter-spacing: -0.714%;
    color: #FFFFFF;
    margin: 0;
}

.diamond-description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #FFFFFF;
    margin: 0;
}

.highlight {
    color: #155DFC;
    font-weight: 600;
}

/* History Section */
.history-section {
    padding: 120px 0;
    background-color: #111111;
    color: #FFFFFF;
}

.history-container {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 2rem;
}

.history-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 458px;
    margin: 0 auto 60px;
    text-align: center;
}

.history-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.111;
    letter-spacing: -0.556%;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.history-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.167;
    letter-spacing: -0.417%;
    color: #FFFFFF;
    margin: 0;
}

.history-content {
    position: relative;
    width: 1224px;
    height: 420px;
    margin: 0 auto;
}

.history-item {
    position: absolute;
    display: flex;
    gap: 24px;
    width: 600px;
}

.history-item:nth-child(1) {
    top: 0;
    left: 0;
}

.history-item:nth-child(2) {
    top: 0;
    right: 0;
}

.history-item:nth-child(3) {
    top: 146px;
    left: 0;
}

.history-item:nth-child(4) {
    top: 146px;
    right: 0;
}

.history-item:nth-child(5) {
    top: 281px;
    right: 0;
}

.history-year-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 140px;
}

.history-year {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.5%;
    color: #FFFFFF;
    margin: 0;
}

.history-dot {
    width: 20px;
    height: 20px;
    background-color: #01C5FB;
    border-radius: 50%;
    z-index: 2;
}

.history-text-section {
    flex: 1;
    padding-top: 4px;
}

.history-description {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.286;
    letter-spacing: -0.714%;
    color: #FFFFFF;
    margin: 0;
}

/* Connecting Lines */
.history-line {
    position: absolute;
    width: 4px;
    background: linear-gradient(180deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    z-index: 1;
}

.history-line:nth-child(6) {
    left: 128px;
    top: 45px;
    height: 123.4px;
}

.history-line:nth-child(7) {
    left: 128px;
    top: 196px;
    height: 123.4px;
}

.history-line:nth-child(8) {
    right: 468px;
    top: 33px;
    height: 117px;
}

.history-line:nth-child(9) {
    right: 468px;
    top: 178px;
    height: 107px;
}

.history-line:nth-child(10) {
    right: 468px;
    top: 313px;
    height: 107px;
}

/* AI Services Section */
.ai-services-section {
    padding: 120px 0;
    background-color: #111111;
    color: #FFFFFF;
    overflow: hidden;
}

.ai-services-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

/* Header */
.ai-services-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 458px;
    text-align: center;
}

.ai-services-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.111;
    letter-spacing: -0.556%;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.ai-services-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.167;
    letter-spacing: -0.417%;
    color: #FFFFFF;
    margin: 0;
}

/* Cards Container */
.ai-services-cards {
    width: 100%;
    height: 412px;
    position: relative;
}

.ai-services-cards-wrapper {
    display: flex;
    gap: 45px;
    padding-left: 100px;
    animation: scrollCards 30s linear infinite;
}

.ai-service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 360px;
    flex-shrink: 0;
}

.ai-service-image {
    width: 100%;
    height: 360px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

/* Placeholder images with different colors */
.ai-service-image.image-1 {
    background-image: url('/images/company_service_1.png');
}

.ai-service-image.image-2 {
    background-image: url('/images/company_service_3.png');
}

.ai-service-image.image-3 {
    background-image: url('/images/company_service_2.png');
}

.ai-service-image.image-4 {
    background-image: url('/images/company_service_5.png');
}

.ai-service-image.image-5 {
    background-image: url('/images/company_service_4.png');
}

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

.ai-service-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.167;
    letter-spacing: -0.833%;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

/* Animation for infinite scroll */
@keyframes scrollCards {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Duplicate cards for seamless loop */
.ai-services-cards-wrapper::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Hover effects */
.ai-service-card:hover .ai-service-image {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.ai-service-card:hover .ai-service-title {
    color: #01C5FB;
    transition: color 0.3s ease;
}

/* Responsive adjustments */
.ai-service-card {
    cursor: pointer;
}

/* Pause animation on hover */
.ai-services-cards:hover .ai-services-cards-wrapper {
    animation-play-state: paused;
}


/* Awards Section */
.awards-section {
    padding: 120px 0;
    background-color: #111111;
    color: #FFFFFF;
    overflow: hidden;
}

.awards-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

/* Header */
.awards-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 458px;
    text-align: center;
}

.awards-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.111;
    letter-spacing: -0.556%;
    background: linear-gradient(90deg, #00C6FB 0%, #0F79FC 52.5%, #155DFC 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.awards-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.167;
    letter-spacing: -0.417%;
    color: #FFFFFF;
    margin: 0;
}

/* Cards Container */
.awards-cards {
    width: 100%;
    height: 412px;
    position: relative;
}

.awards-cards-wrapper {
    display: flex;
    gap: 45px;
    padding-left: 100px;
    animation: scrollAwards 35s linear infinite;
}

.award-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 360px;
    flex-shrink: 0;
}

.award-image {
    width: 100%;
    height: 360px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/* Award themed placeholder images */
.award-image.award-1 {
    background-image: url('/images/company_award_1.png');
}

.award-image.award-2 {
    background-image: url('/images/company_award_2.png');
}

.award-image.award-3 {
    background-image: url('/images/company_award_3.png');
}

.award-image.award-4 {
    background-image: url('/images/company_award_4.png');
}

.award-image.award-5 {
    background-image: url('/images/company_award_1.png');
}

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

.award-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.167;
    letter-spacing: -0.833%;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

/* Animation for infinite scroll */
@keyframes scrollAwards {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Hover effects */
.award-card:hover .award-image {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.award-card:hover .award-image::before {
    transform: translate(-50%, -50%) scale(1.1);
    transition: transform 0.3s ease;
}

.award-card:hover .award-title {
    color: #01C5FB;
    transition: color 0.3s ease;
}

/* Card interactions */
.award-card {
    cursor: pointer;
}

/* Pause animation on hover */
.awards-cards:hover .awards-cards-wrapper {
    animation-play-state: paused;
}

/* Glowing effect for awards */
.award-image {
    transition: box-shadow 0.3s ease;
}

/* cta section */
.rt-logos-section {
    position: relative;
    padding: 120px 0 140px;
    overflow: hidden;
    background-color: #1a1a1a;
    margin: 200px 0px;
}

.rt-logos-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rt-logos-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    filter: brightness(0.7) contrast(1.2);
}

.rt-logos-container {
    margin: 0 auto;
    padding: 0 60px;
    position: relative;
    z-index: 3;
}

.rt-logos-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.rt-logos-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.rt-logos-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.rt-logos-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;
    position: relative;
}

.rt-company-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    opacity: 0.7;
    filter: brightness(0) invert(1);
    transition: all 0.4s ease;
}

.rt-company-logo:hover {
    opacity: 1;
    filter: brightness(0) invert(1);
    transform: scale(1.05);
}


.hero-cta-content {
    position: relative;
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    z-index: 2;
}

.contact-button {
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    border-radius: 8px;
    padding: 10px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-cta-button {
    background: linear-gradient(90deg, #155DFC 0%, #0F79FC 52.5%, #00C6FB 84.5%);
    border-radius: 8px;
    padding: 10px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


/* =================================
   RESPONSIVE DESIGN - MEDIA QUERIES
   ================================= */

/* Tablet Large: 769px ~ 1279px */
@media (max-width: 1279px) and (min-width: 769px) {

    /* Hero Section */
    .rt-hero {
        height: 600px;
    }

    .rt-hero-content {
        margin-top: 80px;
        margin-left: 0;
        padding: 0 40px;
    }

    .rt-hero-text {
        width: 100%;
        max-width: 600px;
    }

    .rt-hero-gradient {
        width: 100%;
        max-width: 900px;
    }

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

    .mcp-container {
        padding: 0 60px;
    }

    .mcp-main-feature-content {
        gap: 60px;
    }

    .mcp-main-feature-image {
        width: 400px;
        height: 340px;
    }

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

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

    /* Limitations Section */
    .limitations-row {
        gap: 3rem;
    }

    .limitation-card {
        padding: 3rem 3rem;
    }

    .limitation-title {
        font-size: 1.5rem;
    }

    .central-diamond {
        width: 220px;
        height: 220px;
    }

    .diamond-content {
        width: 280px;
    }

    .diamond-title {
        font-size: 1.5rem;
    }

    /* History Section */
    .history-section {
        padding: 80px 0;
    }

    .history-container {
        padding: 0 40px;
    }

    .history-header {
        width: 100%;
        max-width: 400px;
    }

    .history-title {
        font-size: 32px;
    }

    .history-subtitle {
        font-size: 42px;
    }

    .history-content {
        width: 100%;
        height: 700px;
        transform-origin: center;
    }

    .history-description {
        font-size: 20px;
    }

    .history-item:nth-child(1) {
        top: 0;
        left: 100px;
    }


    .history-item:nth-child(2) {
        top: 292px;
        left: 100px;
    }

    .history-item:nth-child(3) {
        top: 146px;
        left: 100px;
    }

    .history-item:nth-child(4) {
        top: 438px;
        left: 100px;
    }

    .history-item:nth-child(5) {
        top: 584px;
        left: 100px;
    }

    .history-line:nth-child(6) {
        left: 229px;
        top: 46px;
        height: 123.4px;
    }

    .history-line:nth-child(7) {
        left: 229px;
        top: 191px;
        height: 123.4px;
    }

    .history-line:nth-child(8) {
        left: 229px;
        top: 323px;
        height: 117px;
    }

    .history-line:nth-child(9) {
        left: 229px;
        top: 468px;
        height: 107px;
    }

    .history-line:nth-child(10) {
        left: 229px;
        top: 613px;
        height: 107px;
    }

    /* AI Services & Awards */
    .ai-services-section,
    .awards-section {
        padding: 80px 0;
    }

    .ai-services-header,
    .awards-header {
        width: 100%;
        max-width: 400px;
    }

    .ai-services-title,
    .awards-title {
        font-size: 32px;
    }

    .ai-services-subtitle,
    .awards-subtitle {
        font-size: 42px;
    }

    .ai-service-card,
    .award-card {
        width: 320px;
    }

    .ai-service-image,
    .award-image {
        height: 320px;
    }

    /* CTA Section */
    .rt-logos-section {
        padding: 80px 0 100px;
        margin: 120px 0;
    }

    .rt-logos-container {
        padding: 0 40px;
    }

    .rt-logos-content {
        gap: 60px;
    }

    .rt-logos-wrapper {
        gap: 60px;
    }
}

/* Tablet Small: 481px ~ 768px */
@media (max-width: 768px) and (min-width: 481px) {

    /* Hero Section */
    .rt-hero {
        height: 500px;
    }

    .rt-hero-content {
        margin-top: 60px;
        margin-left: 0;
        padding: 0 30px;
    }

    .rt-hero-text {
        width: 100%;
        max-width: 500px;
    }

    .rt-hero-gradient {
        width: 100%;
        max-width: 650px;
    }

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

    .mcp-container {
        padding: 0 30px;
    }

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

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

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

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

    /* Limitations Section */
    .limitations-container {
        padding: 0 30px;
    }

    .limitations-row {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .limitation-card {
        width: 100%;
        max-width: 400px;
        height: auto;
        min-height: 250px;
        padding: 2rem;
    }

    .limitation-title {
        font-size: 1.25rem;
    }

    .limitation-description {
        font-size: 0.875rem;
    }

    .central-diamond {
        width: 180px;
        height: 180px;
        position: relative;
        margin: 2rem auto;
        transform: rotate(45deg);
        top: auto;
        left: auto;
    }

    .diamond-content {
        width: 240px;
    }

    .diamond-title {
        font-size: 1.25rem;
    }

    .diamond-description {
        font-size: 0.875rem;
    }

    .central-diamond {
        display: none;
    }

    /* History Section */
    .history-section {
        padding: 60px 0;
    }

    .history-container {
        padding: 0 30px;
    }

    .history-header {
        width: 100%;
        max-width: 350px;
    }

    .history-title {
        font-size: 28px;
    }

    .history-subtitle {
        font-size: 36px;
    }

    .history-content {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .history-item {
        position: relative;
        width: 100%;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        text-align: start;
        gap: 16px;
    }

    .history-year-section {
        justify-content: center;
    }

    .history-year {
        font-size: 32px;
    }

    .history-description {
        font-size: 19px;
    }

    .history-line {
        display: none;
    }

    .history-dot {
        display: none;
    }

    /* AI Services & Awards */
    .ai-services-section,
    .awards-section {
        padding: 60px 0;
    }

    .ai-services-header,
    .awards-header {
        width: 100%;
        max-width: 350px;
    }

    .ai-services-title,
    .awards-title {
        font-size: 28px;
    }

    .ai-services-subtitle,
    .awards-subtitle {
        font-size: 36px;
    }

    .ai-services-cards,
    .awards-cards {
        height: 350px;
    }

    .ai-service-card,
    .award-card {
        width: 280px;
    }

    .ai-service-image,
    .award-image {
        height: 280px;
    }

    .ai-service-title,
    .award-title {
        font-size: 20px;
    }

    /* CTA Section */
    .rt-logos-section {
        padding: 60px 0 80px;
        margin: 80px 0;
    }

    .rt-logos-container {
        padding: 0 30px;
    }

    .rt-logos-content {
        gap: 40px;
    }

    .rt-logos-wrapper {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
    }

    .rt-company-logo {
        height: 35px;
    }
}

/* Mobile: ~ 480px */
@media (max-width: 480px) {

    /* Hero Section */
    .rt-hero {
        height: 400px;
    }

    .rt-hero-content {
        margin-top: 40px;
        margin-left: 0;
        padding: 0 20px;
    }

    .rt-hero-text {
        width: 100%;
        max-width: 350px;
    }

    .rt-hero-gradient {
        width: 100%;
        max-width: 350px;
    }

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

    .mcp-container {
        padding: 0 20px;
    }

    .mcp-main-feature-content {
        flex-direction: column;
        gap: 30px;
    }

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

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

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

    .mcp-section-tag {
        font-size: 14px;
    }

    /* Limitations Section */
    .limitations-section {
        padding: 3rem 0;
    }

    .section-header {
        margin-bottom: 3rem;
        padding: 0 20px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-description {
        font-size: 0.9rem;
    }

    .limitations-container {
        padding: 0 20px;
    }

    .limitations-row {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .limitation-card {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .limitation-title {
        font-size: 20px;
    }

    .limitation-description {
        font-size: 15px;
    }

    .central-diamond {
        display: none;
        width: 150px;
        height: 150px;
        margin: 1.5rem auto;
    }

    .diamond-content {
        width: 200px;
    }

    .diamond-title {
        font-size: 1.125rem;
    }

    .diamond-description {
        font-size: 0.8rem;
    }

    /* History Section */
    .history-section {
        padding: 40px 0;
    }

    .history-container {
        padding: 0 20px;
    }

    .history-header {
        width: 100%;
        max-width: 300px;
        gap: 16px;
    }

    .history-title {
        font-size: 24px;
    }

    .history-subtitle {
        font-size: 32px;
    }

    .history-content {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .history-item {
        position: relative;
        width: 100%;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .history-year-section {
        justify-content: center;
        width: auto;
    }

    .history-year {
        font-size: 28px;
    }

    .history-description {
        font-size: 12px;
    }

    .history-line {
        display: none;
    }

    .history-dot {
        display: none;
    }

    /* AI Services & Awards */
    .ai-services-section,
    .awards-section {
        padding: 40px 0;
    }

    .ai-services-header,
    .awards-header {
        width: 100%;
        max-width: 300px;
        gap: 16px;
    }

    .ai-services-title,
    .awards-title {
        font-size: 24px;
    }

    .ai-services-subtitle,
    .awards-subtitle {
        font-size: 32px;
    }

    .ai-services-cards,
    .awards-cards {
        height: 300px;
    }

    .ai-services-cards-wrapper,
    .awards-cards-wrapper {
        gap: 30px;
        padding-left: 50px;
    }

    .ai-service-card,
    .award-card {
        width: 240px;
        gap: 16px;
    }

    .ai-service-image,
    .award-image {
        height: 240px;
    }

    .ai-service-title,
    .award-title {
        font-size: 18px;
    }

    /* CTA Section */
    .rt-logos-section {
        padding: 40px 0 60px;
        margin: 60px 0;
    }

    .rt-logos-container {
        padding: 0 20px;
    }

    .rt-logos-content {
        gap: 30px;
    }

    .rt-logos-wrapper {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .rt-company-logo {
        height: 30px;
    }

    .contact-button,
    .contact-cta-button {
        padding: 8px 20px;
        font-size: 14px;
    }

    .rt-section-tag {
        font-size: 13px;
    }
}