.nml-hsc {
    padding: 128px 0 80px;
    background-color: var(--color-primary);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nml-hsc__hero {
    margin-bottom: 48px;
    text-align: center;
}

.nml-hsc__inner {
    max-width: 894px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nml-hsc__heading {
    color: var(--color-text-white);
    margin: 0;
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    margin-bottom: 20px;
}

.nml-hsc__heading span {
    color: var(--color-accent);
}

.nml-hsc__subhead {
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--color-text-white);
}

.nml-hsc__ratings {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 32px;
}

.nml-hsc__rating-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nml-hsc__rating-icon--container {
    width: 24px;
    height: 24px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nml-hsc__rating-item img {
    width: 16px;
    height: 16px;
}

.nml-hsc__rating-text {
    display: flex;
    flex-direction: column;
}

.nml-hsc__rating-label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-text-white);
}

.nml-hsc__rating-sublabel {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--color-text-white);
    text-align: left;
}

.nml-hsc__screenshot-wrap {
    max-width: 880px;
    margin: 0 auto;
}

.nml-hsc__screenshot {
    border: 10px solid rgba(255, 255, 255, 0.2);
    filter: drop-shadow(0px 4px 12px rgba(23, 76, 183, 0.2));
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px #174CB733;
}
.nml-hsc__screenshot img {
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .nml-hsc {
        padding: 104px 0 40px;
    }

    .nml-hsc__heading {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 16px;
    }

    .nml-hsc__subhead {
        margin: 0 0 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .nml-hsc__ratings {
        gap: 12px 32px;
    }

    .nml-hsc__rating-item img {
        width: 20px;
        height: 20px;
    }

    .nml-hsc__rating-label {
        font-size: 14px;
        line-height: 20px;
    }

    .nml-hsc__hero {
        margin-bottom: 40px;
    }

    .nml-hsc__screenshot {
        border: 6px solid rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }
}
