/* Achievements section per TZ */
.student-achievements-wrapper {
    position: relative;
    overflow: hidden !important;
    box-sizing: border-box;
    width: min(1200px, calc(100% - 90px)) !important;
    max-width: 1200px !important;
    margin: 58px auto 0 !important;
    padding: 56px 46px 42px !important;
    border: 1px solid #e6f0f8 !important;
    border-radius: 8px;
    background:
        radial-gradient(circle, rgba(93, 150, 255, .22) 1.8px, transparent 2px) 42px 144px / 18px 18px no-repeat,
        radial-gradient(circle at 96% 24%, rgba(232, 246, 255, .95) 0 70px, transparent 71px),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%) !important;
    box-shadow: 0 18px 36px rgba(0, 71, 137, .05) !important;
}

.student-achievements-wrapper:before {
    position: absolute;
    top: 118px;
    right: 108px;
    width: 180px;
    height: 92px;
    border-top: 2px dashed rgba(96, 157, 255, .26);
    border-radius: 50%;
    content: "";
    transform: rotate(-24deg);
    pointer-events: none;
}

.student-achievements-wrapper:after {
    position: absolute;
    top: 146px;
    right: 70px;
    color: #ff5b62;
    content: "\2726";
    font-size: 34px;
    line-height: 1;
    pointer-events: none;
}

.student-achievements-wrapper .container-page__title {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: none;
    margin: 0 auto 12px !important;
    padding: 0 !important;
    color: #0b2644 !important;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 40px !important;
    font-weight: 800;
    line-height: 1.16 !important;
}

.student-achievements-wrapper .container-page__title:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eef5ff;
    color: #2d7ff0;
    box-shadow: inset 0 0 0 1px #dcecff;
    content: "emoji_events";
    font-family: "Material Icons";
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

.student-achievements-wrapper .container-page__title:after,
.student-achievements:before,
.student-achievements__intro:before,
.student-achievement-card:after {
    display: none !important;
}

.student-achievements {
    position: relative;
    z-index: 1;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0;
    overflow: visible !important;
    box-sizing: border-box;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.student-achievements__intro {
    order: 1;
    display: block !important;
    box-sizing: border-box;
    max-width: 690px !important;
    min-height: 0;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
}

.student-achievements__intro .student-achievements__icon {
    display: none !important;
}

.student-achievements__intro p {
    max-width: 690px;
    margin: 0 auto !important;
    color: #66748a;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 24px !important;
    text-align: center;
}

.student-achievements__total {
    order: 2;
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 18px;
    width: 100%;
    min-height: 0;
    margin: 0 0 26px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
}

.student-achievements__total strong {
    color: #ff5b62 !important;
    font-size: 64px !important;
    font-weight: 800;
    line-height: .95 !important;
    letter-spacing: 0;
}

.student-achievements__total span {
    max-width: none !important;
    color: #0b2644 !important;
    font-size: 22px !important;
    font-weight: 800;
    line-height: 28px !important;
}

.student-achievements__grid {
    order: 3;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100%;
    margin: 0 !important;
}

.student-achievement-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    min-width: 0;
    min-height: 220px !important;
    padding: 20px 18px !important;
    border: 1px solid #e4eef7 !important;
    border-bottom: 3px solid #2d7ff0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 12px 24px rgba(0, 71, 137, .07) !important;
}

.student-achievement-card:nth-child(odd) {
    border-bottom-color: #ff5b62 !important;
}

.student-achievement-card:nth-child(even) {
    border-bottom-color: #2d7ff0 !important;
}

.student-achievement-card__icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: #f0f6ff !important;
    color: #2d7ff0 !important;
    box-shadow: inset 0 0 0 1px #dcecff !important;
}

.student-achievement-card__icon i {
    font-size: 24px !important;
}

.student-achievement-card__value {
    display: block;
    width: 100%;
    margin: 18px 0 8px !important;
    color: #ff5b62 !important;
    font-size: 38px !important;
    font-weight: 800;
    line-height: 1 !important;
}

.student-achievement-card__text {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 !important;
    color: #111f36 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 17px !important;
    word-break: normal;
    overflow-wrap: normal;
}

.student-achievements__button {
    order: 4;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 312px !important;
    min-height: 48px;
    margin: 26px auto 0 !important;
    padding: 12px 24px !important;
    border: 2px solid #8ab8ff !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #2d7ff0 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 20px !important;
    box-shadow: none !important;
}

.student-achievements__button:hover {
    border-color: #2d7ff0 !important;
    background: #f3f8ff !important;
    color: #2d7ff0 !important;
}

.student-achievements__button i {
    font-size: 20px !important;
}

@media screen and (max-width: 1200px) {
    .student-achievements-wrapper {
        width: calc(100% - 72px) !important;
        padding: 48px 34px 38px !important;
    }

    .student-achievements__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .student-achievement-card {
        min-height: 170px !important;
    }
}

@media screen and (max-width: 640px) {
    .student-achievements-wrapper {
        width: calc(100% - 32px) !important;
        margin-top: 34px !important;
        padding: 34px 18px 30px !important;
    }

    .student-achievements-wrapper:before,
    .student-achievements-wrapper:after {
        display: none !important;
    }

    .student-achievements-wrapper .container-page__title {
        gap: 10px;
        font-size: 28px !important;
        line-height: 1.18 !important;
    }

    .student-achievements-wrapper .container-page__title:before {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .student-achievements__intro {
        margin-bottom: 18px !important;
    }

    .student-achievements__intro p {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .student-achievements__total {
        flex-direction: column !important;
        align-items: center !important;
        gap: 5px;
        margin-bottom: 22px !important;
    }

    .student-achievements__total strong {
        font-size: 52px !important;
    }

    .student-achievements__total span {
        font-size: 18px !important;
        line-height: 23px !important;
    }

    .student-achievements__grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .student-achievement-card {
        min-height: 0 !important;
        padding: 18px !important;
    }

    .student-achievement-card__value {
        font-size: 36px !important;
    }

    .student-achievements__button {
        width: 100%;
        min-width: 0 !important;
    }
}
