.standardsSec {
    padding: 80px 0 90px;
     background: #031958;
}

.standardsLabel {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
    color: #D4DFFF;
    margin-bottom: 30px;
}

.standardsHeading {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 150%;
    letter-spacing: 0;
    margin: 0 0 79px;
}

.standardsHeading em {
    font-size: 38px;
    font-weight: 800;
    font-style: italic;
    font-family: Inter, sans-serif;
    display: block;
    color: white;
    /* background: linear-gradient(90deg, #2c83ff 35.36%, #4e68e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}

.standardsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 69px;
    margin-bottom: 80px;
}

.standardsCol h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    margin: 0 0 12px;
}

.standardsUnderline {
    width: 34px;
    height: 3px;
    background: #35B1FF;
    border-radius: 2px;
    margin-bottom: 24px;
}

.standardsList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.standardsList li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 170%;
    color: #BFCFFF;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: color 0.2s ease, transform 0.2s ease;
    cursor: default;
}

.standardsList li:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.standardsList li:last-child {
    border-bottom: none;
}

.standardsList li::before {
    content: '';
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background: url('../../assets/images/check-icon.svg') center / contain no-repeat;
}

.standardsList li img {
    flex-shrink: 0;
}

.standardsStatCard {
    background: linear-gradient(112.92deg, rgba(91, 133, 255, 0.2) 3.19%, rgba(3, 25, 88, 0.2) 53.89%, rgba(93, 133, 250, 0.2) 99.28%);

    border: 1px solid #294287;
    border-radius: 20px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    padding: 35px 30px;
}

.standardsStatCard:hover {
    border-color: #2243A4;
    box-shadow: 0 8px 32px rgba(34, 67, 164, 0.18);
}

.statHeading {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px;
    line-height: 1.3;
}

.statHeading span {
    color: #35B1FF;
    font-weight: 700;
    font-style: italic;
}

.statDesc {
    font-size: 15px;
    font-weight: 500;
    color: #BFCFFF;
    line-height: 180%;
    margin: 0;
    max-width: 1047px;
    width: 100%;
}

@media (max-width: 1199px) {
    .standardsGrid { gap: 40px 50px; }
    .standardsHeading { font-size: 32px; }
    .standardsHeading em { font-size: 32px; }
}

@media (max-width: 767px) {
    .standardsSec { padding: 60px 0 70px; }
    .standardsLabel { font-size: 12px; margin-bottom: 20px; }
    .standardsHeading { font-size: 26px; line-height: 150%; margin-bottom: 48px; }
    .standardsHeading em { font-size: 26px; }
    .standardsGrid { grid-template-columns: 1fr; gap: 36px; margin-bottom: 48px; }
    .standardsList li { font-size: 14px; padding: 11px 0; gap: 12px; }
    .standardsStatCard { padding: 26px 24px; border-radius: 16px; }
    .statHeading { font-size: 22px; margin-bottom: 14px; }
    .statDesc { font-size: 14px; }
}

@media (max-width: 480px) {
    .standardsSec { padding: 48px 0 56px; }
    .standardsHeading { font-size: 22px; margin-bottom: 36px; }
    .standardsHeading em { font-size: 22px; }
    .standardsList li { font-size: 13px; line-height: 160%; }
    .standardsStatCard { padding: 22px 18px; }
    .statHeading { font-size: 19px; }
    .statDesc { font-size: 13px; line-height: 170%; }
}
