.home-hero {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.home-banner {
    position: relative;
    width: 84%;
    max-width: 1420px;
    margin: 24px auto 0;
    overflow: hidden;
    background: #ffffff;
}

.pcSwiper {
    display: block;
}

.home-banner-slide {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.home-banner-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.34;
    min-height: 260px;
    overflow: hidden;
    background: #d9e9ec;
}

.home-banner-pic {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner-copy {
    width: 100%;
    padding: 18px 24px 8px;
    background: #ffffff;
    color: #17343a;
    text-align: center;
}

.home-banner-copy-title {
    font-family: "Helvetica Neue", "PingFang SC", sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 2.1vw, 32px);
    line-height: 1.4;
    margin-bottom: 0;
    color: #17343a;
}

.home-banner-copy-text {
    font-size: 14px;
    line-height: 1.7;
    color: #33494f;
    display: none;
}

.swiper-pagination {
    width: auto !important;
    right: 16px !important;
    bottom: 16px !important;
    left: auto !important;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 22px;
    background: #006e7b;
}

.home-section {
    position: relative;
    width: 84%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 44px 0 0;
}

.home-platform-resource-section {
    padding-bottom: 54px;
}

.home-section-title,
.home-panel-title,
.home-card-title,
.home-team-card-name,
.home-progress-feature-title {
    font-family: "Helvetica Neue", "PingFang SC", sans-serif;
    font-weight: 600;
    color: #17343a;
}

.home-section-title {
    font-size: 30px;
    line-height: 1.35;
}

.home-section-head,
.home-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.home-section-head {
    margin-bottom: 22px;
}

.home-section-more {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(0, 110, 123, 0.18);
    border-radius: 0;
    color: #006e7b;
    background: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

.home-section-more:hover,
.home-hero-button:hover,
.home-card-link:hover,
.home-resource-link:hover,
.home-team-card-button:hover {
    opacity: 0.9;
}

.home-progress-grid,
.home-mix-grid,
.home-unit-list,
.home-team-list,
.home-platform-list,
.home-resource-list {
    display: grid;
    gap: 16px;
}

.home-progress-grid {
    grid-template-columns: minmax(0, 1fr);
}

.home-progress-feature {
    width: 100%;
}

.home-progress-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-progress-feature-card {
    overflow: hidden;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid rgba(8, 56, 63, 0.08);
    box-shadow: 0 12px 28px rgba(11, 44, 51, 0.04);
}

.home-progress-feature-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.home-progress-feature-media {
    position: relative;
    aspect-ratio: 1 / 0.72;
    background: linear-gradient(180deg, #dcebed 0%, #f5fafb 100%);
}

.home-progress-feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-progress-feature-body {
    padding: 14px 14px 16px;
}

.home-progress-feature-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.home-progress-feature-meta {
    font-size: 13px;
    line-height: 20px;
    color: #697b81;
}

.home-progress-feature-empty {
    padding: 26px;
    background: #f7fbfc;
    border: 1px solid rgba(8, 56, 63, 0.08);
    font-size: 14px;
    color: #62767c;
}

.home-progress-section {
    padding-top: 34px;
}

.home-mix-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.home-panel {
    padding: 22px;
    border: 1px solid rgba(8, 56, 63, 0.08);
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(11, 44, 51, 0.04);
}

.home-panel-desc {
    color: #61757b;
    font-size: 14px;
    line-height: 1.7;
    max-width: 520px;
}

.home-unit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

.home-unit-card {
    overflow: hidden;
    border-radius: 0;
    border: 1px solid rgba(8, 56, 63, 0.08);
    background: #ffffff;
}

.home-unit-card-link,
.home-platform-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.home-unit-card-media {
    position: relative;
    height: 120px;
    background: linear-gradient(135deg, #d6eff2 0%, #eff8f9 100%);
}

.home-unit-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-unit-card-body {
    padding: 14px 14px 16px;
}

.home-card-title {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 8px;
}

.home-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #5b7077;
}

.home-card-link,
.home-resource-link,
.home-team-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 12px;
    border-radius: 0;
    text-decoration: none;
    font-size: 13px;
}

.home-card-link,
.home-resource-link {
    color: #006e7b;
}

.home-team-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

.home-team-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(8, 56, 63, 0.08);
    border-radius: 0;
    background: #ffffff;
}

.home-team-card-photo {
    width: 88px;
    height: 112px;
    overflow: hidden;
    background: #d7e8eb;
}

.home-team-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-team-card-name {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 6px;
}

.home-team-card-title {
    font-size: 14px;
    line-height: 1.7;
    color: #465d64;
    margin-bottom: 8px;
}

.home-team-card-button {
    min-width: 100px;
    background: #006e7b;
    color: #ffffff;
    margin-top: 12px;
}

.home-team-card-more {
    display: none;
}

.home-team-card-email {
    display: none;
}

.home-platform-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

.home-platform-card {
    border: 1px solid rgba(8, 56, 63, 0.08);
    border-radius: 0;
    background: #ffffff;
}

.home-platform-card-link {
    padding: 16px;
}

.home-platform-card-index {
    font-size: 12px;
    line-height: 18px;
    color: #0f7c87;
    margin-bottom: 10px;
}

.home-platform-card .home-card-title {
    min-height: 52px;
}

.home-resource-list {
    grid-template-columns: 1fr;
    margin-top: 16px;
    align-content: start;
}

.home-resource-card {
    padding: 14px 16px;
    border: 1px solid rgba(8, 56, 63, 0.08);
    border-radius: 0;
    background: #ffffff;
    align-self: start;
}

.home-resource-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.home-resource-count {
    display: none;
}

.home-empty {
    padding: 18px;
    background: #f7fbfc;
    border: 1px solid rgba(8, 56, 63, 0.08);
    font-size: 14px;
    line-height: 1.7;
    color: #62767c;
    border-radius: 0;
}

.home-clamp-2,
.home-clamp-3,
.home-clamp-4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.home-clamp-2 {
    -webkit-line-clamp: 2;
}

.home-clamp-3 {
    -webkit-line-clamp: 3;
}

.home-clamp-4 {
    -webkit-line-clamp: 4;
}

@media screen and (max-width: 1366px) {
    .home-progress-feature-grid,
    .home-mix-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1024px) {
    .home-progress-feature-grid,
    .home-unit-list,
    .home-team-list,
    .home-platform-list {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .home-section {
        width: calc(100% - 32px);
        padding-top: 32px;
    }

    .home-platform-resource-section {
        padding-bottom: 36px;
    }

    .home-banner-slide {
        min-height: 0;
    }

    .home-banner {
        width: calc(100% - 32px);
        margin-top: 16px;
    }

    .home-banner-media {
        min-height: 200px;
    }

    .home-banner-copy {
        padding: 14px 12px 6px;
    }

    .home-banner-copy-title {
        font-size: 20px;
    }

    .home-section-head,
    .home-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-panel {
        padding: 16px;
    }

    .home-team-card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .home-team-card-photo {
        width: 76px;
        height: 96px;
    }
}
