@media screen and (min-width: 768px) {
/* ==================== Hero 区域 ==================== */
.hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 4.479vw); /* 一屏高度减去导航栏高度 */
    margin-top: 4.48vw; /* 86px / 1920px */
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: -0.104vw; /* -2px / 1920px */
    width: 100.104vw; /* 1922px / 1920px */
    height: calc(100vh - 4.479vw); /* 一屏高度减去导航栏高度 */
    z-index: 1;
}

.hero-background img {
    width: 100%;
    height: 56.31vw; /* 1081.13px / 1920px */
    object-fit: fill;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 4.479vw); /* 一屏高度减去导航栏高度 */
    background: linear-gradient(135deg, rgba(14, 6, 42, 0) 0%, rgba(2, 2, 13, 0.59) 49.02%, rgba(2, 2, 13, 1) 100%);
    z-index: 2;
}

.hero-content {
    position: absolute;
    bottom: 11.04vw; /* 212px / 1920px */
    left: 10.36vw; /* 199px / 1920px */
    z-index: 3;
}

.hero-title {
    font-size: 2.5vw; /* 48px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
}

/* ==================== 公司简介 ==================== */
.company-intro {
    padding: 3.28vw 10.31vw 5.1vw; /* 63px 198px 98px / 1920px */
    background-color: #EFEFEF;
}

.intro-container {
    max-width: 79.27vw; /* 1522px / 1920px */
    margin: 0 auto;
}

.intro-content {
    display: flex;
    gap: 1.61vw; /* 31px / 1920px */
    flex-direction: column;
}

.intro-main {
    display: flex;
    gap: 5.21vw; /* 100px / 1920px */
    align-items: center;
}

.intro-text {
    width: 38.18vw; /* 733px / 1920px */
}

.intro-header {
    margin-bottom: 2.6vw; /* 50px / 1920px */
}

.section-title {
    font-size: 1.88vw; /* 36px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 1.56vw; /* 30px / 1920px */
}

.intro-description {
    font-size: 0.83vw; /* 16px / 1920px */
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
}

.intro-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.6vw; /* 50px / 1920px */
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.52vw; /* 10px / 1920px */
    align-items: center;
}

.stat-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.33vw; /* 64px / 1920px */
    font-weight: 400;
    line-height: 1.2;
    background: linear-gradient(90deg, #D038FF 0%, #462DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 1.04vw; /* 20px / 1920px */
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
}

.intro-image {
    width: 35.78vw; /* 687px / 1920px */
    height: 23.96vw; /* 460px / 1920px */
}

.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.52vw; /* 10px / 1920px */
    transition: transform 0.3s ease;
    cursor: pointer;
}

.intro-image:hover img {
    transform: scale(1.05);
}

.intro-gallery {
    display: flex;
    gap: 1.56vw; /* 30px / 1920px */
    align-items: center;
}

.gallery-item {
    width: 14.6vw; /* 280.4px / 1920px */
    height: 14.58vw; /* 280px / 1920px */
}

.gallery-item.large {
    width: 14.6vw; /* 280.4px / 1920px */
    height: 14.58vw; /* 280px / 1920px */
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.52vw; /* 10px / 1920px */
    transition: transform 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* ==================== 发展历程 ==================== */
.development {
    position: relative;
    padding: 4.64vw 0; /* 89px / 1920px */
    background-color: #02020E;
    overflow: hidden;
}

.development-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.development-gradient {
    position: absolute;
    top: 18.26vw; /* 350.5px / 1920px */
    left: 0;
    width: 41.41vw; /* 795px / 1920px */
    height: 32.76vw; /* 629px / 1920px */
    background: radial-gradient(50% 50% at 50% 50%, #BC18FF 0%, #5B0280 100%);
    filter: blur(15.1vw); /* 290px / 1920px */
    opacity: 0.35;
}

.development-container {
    position: relative;
    z-index: 1;
    max-width: 79.17vw; /* 1520px / 1920px */
    margin: 0 auto;
    /* padding: 0 198px; */
}

.development-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.28vw; /* 63px / 1920px */
}

.development-header {
    width: 100%;
}

.development-title {
    font-size: 1.88vw; /* 36px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 1.56vw; /* 30px / 1920px */
}

.development-description {
    font-size: 0.83vw; /* 16px / 1920px */
    font-weight: 400;
    line-height: 1.7;
    color: #FFFFFF;
}

.timeline {
    position: relative;
    width: 55.63vw; /* 1068px / 1920px */
    min-height: 41.67vw; /* 800px / 1920px */
    margin: 0 auto;
}

.timeline-line {
    position: absolute;
    top: 2.6vw; /* 50px / 1920px */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: calc(100% - 5.21vw); /* 100px / 1920px */
    border-left: 0.052vw dashed; /* 1px / 1920px */
    border-image: linear-gradient(180deg, rgba(109, 17, 163, 0.5) 0%, #6D11A3 53.85%, rgba(109, 17, 163, 0.5) 100%) 1;
}

.timeline-items {
    display: flex;
    flex-direction: column;
    gap: 5.21vw; /* 100px / 1920px */
    padding: 2.6vw 0; /* 50px / 1920px */
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 15.63vw; /* 300px / 1920px */
    opacity: 0;
    transform: translateY(50px);
    -moz-transition: all .3s cubic-bezier(.5,0,0,1);
    -o-transition: all .3s cubic-bezier(.5,0,0,1);
    -webkit-transition: all .3s cubic-bezier(.5,0,0,1);
    transition: all .3s cubic-bezier(.5,0,0,1);
}

.timeline-item.animate {
    opacity: 1;
    transform: translateY(0);
}

/* 第一个项目：图片在左，文字在右 */
.timeline-item:nth-child(2n+1) .timeline-image {
    position: absolute;
    right: calc(50% + 3.65vw); /* 70px / 1920px */
}

.timeline-item:nth-child(2n+1) .timeline-text {
    position: absolute;
    left: calc(50% + 2.6vw); /* 50px / 1920px */
}

/* 第二个项目：图片在右，文字在左 */
.timeline-item:nth-child(2n) .timeline-image {
    position: absolute;
    left: calc(50% + 3.65vw); /* 70px / 1920px */
}

.timeline-item:nth-child(2n) .timeline-text {
    position: absolute;
    right: calc(50% + 2.6vw); /* 50px / 1920px */
}

/* .timeline-item:nth-child(3) .timeline-image {
    position: absolute;
    right: calc(50% + 3.65vw); 
}

.timeline-item:nth-child(3) .timeline-text {
    position: absolute;
    left: calc(50% + 2.6vw); 
} */

.timeline-image {
    width: 23.65vw; /* 454px / 1920px */
    padding: 0.52vw; /* 10px / 1920px */
    z-index: 1;
}

.timeline-image img {
    width: 100%;
    height: 14.11vw; /* 271px / 1920px */
    object-fit: cover;
    border-radius: 0.52vw; /* 10px / 1920px */
    transition: transform 0.3s ease;
    cursor: pointer;
}

.timeline-image:hover img {
    transform: scale(1.05);
}

.timeline-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.timeline-dot {
    width: 1.88vw; /* 36px / 1920px */
    height: 1.88vw; /* 36px / 1920px */
    padding: 0.104vw; /* 2px / 1920px */
    background: #02020E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-dot img {
    width: 1.7vw; /* 32.56px / 1920px */
    height: 1.7vw; /* 32.56px / 1920px */
}

.timeline-text {
    width: 15.63vw; /* 300px / 1920px */
    text-align: center;
    padding: 0.78vw; /* 15px / 1920px */
    border-radius: 0.42vw; /* 8px / 1920px */
    backdrop-filter: blur(0.52vw); /* 10px / 1920px */
    top: 50%;
    transform: translateY(-50%);
}

.timeline-date {
    font-size: 0.94vw; /* 18px / 1920px */
    font-weight: 600;
    line-height: 1.5;
    color: #CD38FF;
    margin-bottom: 0.42vw; /* 8px / 1920px */
}
.timeline-event {
    font-size: 0.94vw; /* 18px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
}

/* ==================== 公司建设 ==================== */
.company-building {
    padding: 2.71vw 10.36vw; /* 52px 199px / 1920px */
    background-color: #EFEFEF;
}

.building-container {
    max-width: 79.17vw; /* 1520px / 1920px */
    margin: 0 auto;
}

.building-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2.08vw; /* 40px / 1920px */
}

.building-header {
    width: 100%;
    margin-bottom: 1.56vw; /* 30px / 1920px */
}

.building-title {
    font-size: 1.88vw; /* 36px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 1.56vw; /* 30px / 1920px */
}

.building-description {
    font-size: 0.83vw; /* 16px / 1920px */
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
}

.building-offices {
    display: flex;
    gap: 2.08vw; /* 40px / 1920px */
    align-items: center;
}

.office-item {
    width: 25vw; /* 480px / 1920px */
}

.office-image {
    width: 100%;
    height: 17.6vw; /* 338px / 1920px */
    margin-bottom: 1.56vw; /* 30px / 1920px */
}

.office-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.52vw; /* 10px / 1920px */
    transition: transform 0.3s ease;
    cursor: pointer;
}

.office-image:hover img {
    transform: scale(1.05);
}

.office-name {
    font-size: 1.15vw; /* 22px / 1920px */
    font-weight: 600;
    line-height: 1.5;
    color: #000000;
}

/* ==================== 公司核心团队 ==================== */
.core-team {
    position: relative;
    padding: 5.21vw 0; /* 100px / 1920px */
    background-color: #02020E;
    overflow: hidden;
}

.team-gradient {
    position: absolute;
    top: 0.52vw; /* 10px / 1920px */
    left: 0.52vw; /* 10px / 1920px */
    width: 89.4vw; /* 1716.5px / 1920px */
    height: 59.64vw; /* 1145px / 1920px */
    background: radial-gradient(50% 50% at 57.82% 50%, #BC18FF 0%, #5B0280 100%);
    filter: blur(15.1vw); /* 290px / 1920px */
    opacity: 0.26;
}

.team-container {
    position: relative;
    z-index: 1;
    max-width: 79.32vw; /* 1523px / 1920px */
    margin: 0 auto;
    /* padding: 0 198.5px; */
}

.team-content {
    display: flex;
    gap: 6.93vw; /* 133px / 1920px */
    align-items: center;
}

.team-header {
    padding: 1.82vw 0.52vw 0; /* 35px 10px 0 / 1920px */
}

.team-title {
    font-size: 1.88vw; /* 36px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    width: 25vw; /* 480px / 1920px */
}

.team-members {
    width: 46.35vw; /* 890px / 1920px */
}

.member-list {
    display: flex;
    flex-direction: column;
    gap: 1.56vw; /* 30px / 1920px */
}

.member-item {
    padding-top: 1.56vw; /* 30px / 1920px */
    border-top: 0.052vw solid rgba(255, 255, 255, 0.35); /* 1px / 1920px */
}

.member-item:first-child {
    padding-top: 0;
    border-top: none;
}

.member-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 17.71vw; /* 340px / 1920px */
    margin-bottom: 1.04vw; /* 20px / 1920px */
    cursor: pointer;
    transition: all 0.3s ease;
}

.member-header:hover {
    opacity: 0.8;
}

.member-info {
    display: flex;
    align-items: center;
    gap: 0.52vw; /* 10px / 1920px */
}

.member-info-text{
    display: flex;
    align-items: center;
}

.member-name {
    font-size: 1.67vw; /* 32px / 1920px */
    font-weight: 600;
    color: #FFFFFF;
    margin-right: 0.52vw; /* 10px / 1920px */
}

.member-title {
    font-size: 0.94vw; /* 18px / 1920px */
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
}

.member-icon {
    width: 1.88vw; /* 36px / 1920px */
    height: 1.88vw; /* 36px / 1920px */
    padding: 0.156vw; /* 3px / 1920px */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.member-icon img {
    width: 0.94vw; /* 18px / 1920px */
    height: 0.47vw; /* 9px / 1920px */
}

/* 激活状态下箭头向下 */
.member-item.active .member-icon {
    transform: rotate(180deg);
}

/* 详情容器样式 */
.member-details {
    display: none;
    padding-top: 0;
    animation: slideDown 0.3s ease;
}

.member-item.active .member-details {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-0.52vw); /* -10px / 1920px */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.member-bio {
    font-size: 0.83vw; /* 16px / 1920px */
    font-weight: 400;
    line-height: 1.8;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 1.04vw; /* 20px / 1920px */
    margin-top: 0;
}

.member-bio .highlight-text {
    color: #CD38FF;
}

.member-education {
    font-size: 0.83vw; /* 16px / 1920px */
    font-weight: 400;
    line-height: 1.8;
    color: #CD38FF;
    text-align: right;
    text-transform: capitalize;
    margin-bottom: 1.04vw; /* 20px / 1920px */
}

.member-divider {
    height: 0;
    border-bottom: 0.052vw solid rgba(255, 255, 255, 0.35); /* 1px / 1920px */
    opacity: 0.5;
}

/* ==================== 4S服务 ==================== */
.service-4s {
    position: relative;
    background: url('/images/4s-bg.png') center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
    padding: 5.21vw 10.42vw; /* 100px 200px / 1920px */
    height: 40.7292vw;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 0, 35, 0.7);
    /* backdrop-filter: blur(7px); */
    height: 34.7396vw;
}

.service-container {
    position: relative;
    z-index: 1;
    max-width: 79.17vw; /* 1520px / 1920px */
    margin: 0 auto;
}

.service-header {
    margin-bottom: 3.18vw; /* 61px / 1920px */
}

.service-title {
    font-size: 1.88vw; /* 36px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
}

.service-grid {
    display: flex;
    gap: 2.08vw; /* 40px / 1920px */
    flex-wrap: wrap;
}

.service-item {
    flex: 1;
    width: 18.49vw; /* 355px / 1920px */
    height: 18.54vw; /* 356px / 1920px */
    background: linear-gradient(180deg, #ECECEC 0%, #E6E6E6 97.47%);
    border-radius: 0.52vw; /* 10px / 1920px */
    /* padding: 70px 110px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-item:hover {
    background: linear-gradient(180deg, #CD38FF 0%, #462DFF 97.47%);
}

.service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.04vw; /* 20px / 1920px */
    width: 15.1vw; /* 290px / 1920px */
    cursor: pointer;
}

.service-icon {
    width: 4.17vw; /* 80px / 1920px */
    height: 4.17vw; /* 80px / 1920px */
}

.service-icon {
    position: relative;
}

.service-icon img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-icon .icon-white {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
}

.service-item:hover .icon-original {
    opacity: 0;
    transform: scale(0.8);
}

.service-item:hover .icon-white {
    opacity: 1;
    transform: scale(1);
}

.service-icon:hover img {
    transform: scale(1.1);
}

.service-name {
    font-size: 1.15vw; /* 22px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    transition: color 0.3s ease;
}

.service-desc {
    font-size: 0.94vw; /* 18px / 1920px */
    font-weight: 500;
    line-height: 1.7;
    color: #000000;
    text-align: center;
    transition: color 0.3s ease;
}

.service-item:hover .service-name {
    color: #ffffff;
}

.service-item:hover .service-desc {
    color: #ffffff;
}

/* ==================== CTA区域 ==================== */
.cta-section {
    position: relative;
    padding: 3.59vw 10.31vw; /* 69px 198px / 1920px */
    background-color: #000;
}

.cta-container {
    max-width: 79.17vw; /* 1520px / 1920px */
    margin: 0 auto;
}

.cta-card {
    background: url('/images/4s-service-bg.png') center/cover no-repeat;
    border-radius: 0.52vw; /* 10px / 1920px */
    padding: 3.33vw 9.43vw; /* 64px 181px / 1920px */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.26vw; /* 5px / 1920px */
}

.cta-text {
    font-size: 2.5vw; /* 48px / 1920px */
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    max-width: 57.76vw; /* 1109px / 1920px */
}

.cta-button {
    padding: 0.52vw 2.08vw; /* 10px 40px / 1920px */
    background: linear-gradient(90deg, #D038FF 0%, #8878FF 100%);
    /* border-image: linear-gradient(90deg, #D038FF 0%, #8878FF 100%) 1; */
    border-radius: 5.21vw; /* 100px / 1920px */
    color: #FFFFFF;
    font-size: 1.04vw; /* 20px / 1920px */
    font-weight: 500;
    line-height: 1.8;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.78vw; /* 15px / 1920px */
}

.cta-button:hover {
    background: linear-gradient(90deg, #D038FF 0%, #8878FF 100%);
    transform: translateY(-0.104vw); /* -2px / 1920px */
}

/* ==================== 响应式设计 ==================== */
@media (max-width: 1440px) {
    .company-intro,
    .development-container,
    .company-building,
    .team-container,
    .service-4s,
    .cta-section {
        padding-left: 5.21vw; /* 100px / 1920px */
        padding-right: 5.21vw; /* 100px / 1920px */
    }
}

/* 手机端隐藏PC端时间轴，显示手机端时间轴 */
@media (max-width: 768px) {
    .timeline-pc {
        display: none;
    }
    
    .timeline-mobile {
        display: block;
    }
}

/* PC端显示PC端时间轴，隐藏手机端时间轴 */
@media (min-width: 769px) {
    .timeline-pc {
        display: block;
    }
    
    .timeline-mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .hero-title {
        font-size: 1.88vw; /* 36px / 1920px */
    }
    
    .section-title,
    .development-title,
    .building-title,
    .team-title,
    .service-title {
        font-size: 1.46vw; /* 28px / 1920px */
    }
    
    .intro-main {
        flex-direction: column;
        gap: 2.6vw; /* 50px / 1920px */
    }
    
    .intro-text,
    .intro-image {
        width: 100%;
    }
    
    .intro-gallery {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .timeline {
        width: 100%;
        min-height: 31.25vw; /* 600px / 1920px */
    }
    
    .timeline-items {
        gap: 4.17vw; /* 80px / 1920px */
    }
    
    .timeline-item {
        flex-direction: column;
        height: auto;
        gap: 1.56vw; /* 30px / 1920px */
    }
    
    /* 重置所有项目的定位 */
    .timeline-item:nth-child(1) .timeline-image,
    .timeline-item:nth-child(2) .timeline-image,
    .timeline-item:nth-child(3) .timeline-image {
        position: static;
        left: auto;
        right: auto;
        margin: 0 auto;
    }
    
    .timeline-item:nth-child(1) .timeline-text,
    .timeline-item:nth-child(2) .timeline-text,
    .timeline-item:nth-child(3) .timeline-text {
        position: static;
        left: auto;
        right: auto;
        transform: none;
        margin: 0 auto;
        margin-top: 1.04vw; /* 20px / 1920px */
    }
    
    .timeline-content {
        position: static;
        transform: none;
        margin-top: 1.04vw; /* 20px / 1920px */
    }
    
    .timeline-line {
        display: none;
    }
    
    .building-offices {
    }
    
    .team-content {
        gap: 2.6vw; /* 50px / 1920px */
    }
    
    .service-grid {
        /* flex-direction: column; */
        display: flex;
        justify-content: space-between;
    }
    
    .service-item {
        min-width: auto;
        /* padding: 2.6vw; 50px / 1920px */
    }
    
    .cta-text {
        font-size: 1.67vw; /* 32px / 1920px */
    }
}

@media (max-width: 768px) {
    .company-intro,
    .development-container,
    .company-building,
    .team-container,
    .service-4s,
    .cta-section {
        padding-left: 1.04vw; /* 20px / 1920px */
        padding-right: 1.04vw; /* 20px / 1920px */
    }
    
    .hero {
        height: 31.25vw; /* 600px / 1920px */
    }
    
    .hero-title {
        font-size: 1.46vw; /* 28px / 1920px */
    }
    
    .stat-value {
        font-size: 2.5vw; /* 48px / 1920px */
    }
    
    .timeline {
        min-height: 20.83vw; /* 400px / 1920px */
    }
    
    .timeline-items {
        gap: 3.13vw; /* 60px / 1920px */
    }
    
    /* 移动端重置所有项目的定位 */
    .timeline-item:nth-child(1) .timeline-image,
    .timeline-item:nth-child(2) .timeline-image,
    .timeline-item:nth-child(3) .timeline-image {
        position: static;
        left: auto;
        right: auto;
        width: 100%;
        max-width: 18.23vw; /* 350px / 1920px */
        margin: 0 auto;
    }
    
    .timeline-item:nth-child(1) .timeline-text,
    .timeline-item:nth-child(2) .timeline-text,
    .timeline-item:nth-child(3) .timeline-text {
        position: static;
        left: auto;
        right: auto;
        transform: none;
        width: 100%;
        max-width: 13.02vw; /* 250px / 1920px */
        margin: 0 auto;
        margin-top: 1.04vw; /* 20px / 1920px */
    }
    
    .timeline-dot {
        margin-bottom: 0.78vw; /* 15px / 1920px */
    }
    
    .office-item {
        width: 100%;
    }
    
    .member-header {
        flex-direction: column;
        gap: 1.04vw; /* 20px / 1920px */
        align-items: flex-start;
    }
    
    .cta-card {
        padding: 2.08vw 1.04vw; /* 40px 20px / 1920px */
    }
    
    .cta-text {
        font-size: 1.25vw; /* 24px / 1920px */
    }
} }