.student-main-wrap {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 65px;
}

.student-banner {
    background: linear-gradient(90deg, #b700ff 0%, #d1bfff 100%);
    color: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.student-banner-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.student-banner-desc {
    font-size: 1.08rem;
    opacity: 0.9;
}

.student-section-title {
    font-weight: bold;
    font-size: 1.08rem;
    margin: 24px 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.student-filter-bar {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    margin-top: 8px;
}

.student-filter-btn {
    background: #f5f0ff;
    color: #b700ff;
    border: none;
    border-radius: 16px;
    padding: 8px 22px;
    font-size: 1.02rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.student-filter-btn.active {
    background: #b700ff;
    color: #fff;
}

.student-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px 24px;
    margin-bottom: 32px;
}

.student-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 18px 0;
    min-height: 260px;
}

.student-card-avatar {
    width: 100%;
    height: 120px;
    background: #e5e5e5;
    border-radius: 12px 12px 0 0;
    margin-bottom: 12px;
}

.student-card-info {
    width: 100%;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.student-card-name {
    font-weight: bold;
    font-size: 1.08rem;
    margin: 8px 0 2px 0;
}

.student-card-tag {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    padding: 2px 12px;
    margin-left: 8px;
    margin-bottom: 4px;
}

.student-card-tag.blue {
    background: #8ecaff;
}

.student-card-tag.red {
    background: #ff8e8e;
}

.student-card-tag.purple {
    background: #d1bfff;
    color: #b700ff;
}

.student-card-tag.pink {
    background: #f3caff;
    color: #b700ff;
}

.student-card-tag.deepblue {
    background: #b7d6ff;
    color: #3a5cff;
}

.student-card-desc {
    font-size: 0.98rem;
    color: #222;
    margin-top: 2px;
}

.student-more-bar {
    text-align: center;
    margin: 32px 0 0 0;
}

.student-more-btn {
    background: #b700ff;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 10px 38px;
    font-size: 1.08rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}

.student-more-btn:hover {
    background: #a100e6;
}

@media (max-width: 1200px) {
    .student-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .student-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .student-list {
        grid-template-columns: 1fr;
    }
}

.student-highlight-section {
    width: 100%;
}

.student-highlight-wrap {
    width: 1366px;
    max-width: calc(100% - 24px);
    margin: 0 auto;
}

.student-story-section {
    background: #fff;
    padding: 54px 0 62px;
}

.student-highlight-title {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    line-height: 1.32;
    font-weight: 700;
    color: #17142f;
}

.student-highlight-title::before {
    content: "";
    width: 4px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(180deg, #b100ff 0%, #7c3dff 100%);
    flex-shrink: 0;
}

.student-highlight-desc {
    margin: 34px 0 0;
    font-size: 0.85rem;
    line-height: 1.75;
    color: #3d3c4c;
}

.student-story-quote {
    margin-top: 40px;
    position: relative;
    border-radius: 12px;
    background: #fcf7ff;
    padding: 18px 20px 16px 16px;
}

.student-story-quote::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 24px;
    bottom: 24px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #b100ff 0%, #7c3dff 100%);
}

.student-story-quote-text {
    margin: 0;
    padding-left: 18px;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 700;
    color: #1a1730;
}

.student-story-quote-source {
    margin: 8px 0 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #8f87a8;
}

.student-achievement-section {
    background: #faf9ff;
    padding: 40px 0 48px;
}

.student-achievement-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.student-achievement-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px 18px 16px;
}

.student-achievement-card h3 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    color: #17142c;
}

.student-achievement-card h3::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #a444ff;
    box-shadow: 0 0 0 8px rgba(164, 68, 255, 0.14);
    flex-shrink: 0;
}

.student-achievement-card p {
    margin: 10px 0 0;
    font-size: 0.85rem;
    line-height: 2.2;
    color: #5e5c70;
}

@media (max-width: 900px) {
    .student-highlight-wrap {
        max-width: calc(100% - 16px);
    }

    .student-story-section {
        padding: 24px 0 28px;
    }

    .student-highlight-title {
        font-size: 1.1rem;
        gap: 8px;
    }

    .student-highlight-title::before {
        height: 24px;
    }

    .student-highlight-desc {
        font-size: 1rem;
        line-height: 1.7;
    }

    .student-story-quote-text {
        font-size: 1rem;
    }

    .student-story-quote {
        padding-left: 24px;
    }

    .student-story-quote::before {
        left: 24px;
    }


    .student-achievement-section {
        padding: 30px 0 34px;
    }

    .student-achievement-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .student-achievement-card h3 {
        font-size: 1rem;
    }

    .student-achievement-card p {
        font-size: 15px;
        line-height: 1.75;
    }
}

.student-share-main .share-main-wrap {
    width: 1366px;
    max-width: calc(100% - 24px);
    margin: 0 auto;
    padding: 0;
}

.student-share-main .share-title-bar {
    padding: 36px 0 6px;
}

.student-share-main .share-intro {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #6a687d;
    padding: 20px 0;
}

.student-share-main .share-filter-chips {
    margin: 20px 0 40px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.student-share-main .share-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 999px;
    padding: 0 12px;
    border: 1px solid #cb8cff;
    color: #b100ff;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.student-share-main .share-filter-chip.is-active {
    background: #b100ff;
    color: #fff;
    border-color: #b100ff;
}

.student-share-main .share-main-wrap .share-list.share-list--grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
    padding-bottom: 0;
}

.student-share-main .share-main-wrap .share-list.share-list--grid .share-card {
    width: auto;
    min-width: 0;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(28, 32, 74, 0.08);
}

.student-share-main .share-main-wrap .share-list.share-list--grid .share-card .img {
    width: 100%;
    height: 120px;
}

.student-share-main .share-main-wrap .share-list.share-list--grid .share-card .name {
    font-size: 1rem;
}

.student-share-main .share-main-wrap .share-list.share-list--grid .share-card .share-badge {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
}

.student-share-main .share-main-wrap .share-list.share-list--grid .share-card .share-desc {
    font-size: 0.85rem;
    line-height: 1.55;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.student-share-main .share-more-wrap {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.student-share-main .share-more-outline-btn {
    height: 44px;
    min-width: 130px;
    padding: 0 24px;
    border: 1.5px solid #b100ff;
    border-radius: 8px;
    color: #b100ff;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.student-share-main .share-more-outline-btn:hover {
    background: #faf2ff;
}

.student-share-main .share-more-outline-btn.is-disabled {
    border-color: #d1d5db;
    color: #9ca3af;
    background: #f9fafb;
    cursor: not-allowed;
    pointer-events: none;
}

.student-cta-section {
    background: linear-gradient(90deg, #5b11e6 0%, #b100ff 100%);
}

.student-cta-block {
    padding: 56px 6px 52px;
    text-align: center;
}

.student-cta-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
}

.student-cta-desc {
    margin: 14px 0 0;
    font-size: 0.85rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

.student-cta-actions {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 14px;
}

.student-cta-btn {
    min-width: 120px;
    height: 42px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.student-cta-btn--light {
    background: #fff;
    color: #8d24ff;
}

.student-cta-btn--light:hover {
    opacity: 0.92;
}

.student-cta-btn--outline {
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
}

.student-cta-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
}

.student-cta-meta {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1200px) {
    .student-share-main .share-main-wrap .share-list.share-list--grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .student-share-main .share-main-wrap {
        max-width: calc(100% - 16px);
    }

    .student-share-main .share-title-bar {
        padding: 24px 0 4px;
    }

    .student-share-main .share-intro {
        font-size: 15px;
    }

    .student-cta-block {
        padding: 42px 0 38px;
    }

    .student-cta-title {
        font-size: 1.3rem;
    }

    .student-cta-desc {
        font-size: 1rem;
    }

    .student-cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .student-cta-btn {
        width: 180px;
    }

    .student-share-main .share-main-wrap .share-list.share-list--grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .student-share-main .share-main-wrap .share-list.share-list--grid .share-card .name {
        font-size: 1.1rem;
    }
}

@media (max-width: 600px) {
    .student-share-main .share-main-wrap .share-list.share-list--grid {
        grid-template-columns: 1fr;
    }
}
