.who-sleep {
    position: relative;
    padding-inline: var(--tracking-edge);
}

.who-sleep__glow {
    position: absolute;
    z-index: 0;

    display: block;
    max-width: none;

    pointer-events: none;
}

.who-sleep__glow--right {
    top: -20px;
    right: 0;

    width: 375px;
}

.who-sleep__glow--left {
    bottom: -35px;
    left: 0;

    width: 252px;
}

.who-sleep__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 16px;
    padding: 6px 13px;

    color: var(--color-primary);
    background: var(--Brand-Primary-10);
    border: 1px solid var(--Brand-Primary-5);
    border-radius: 999px;

    text-transform: uppercase;
}

.who-sleep__eyebrow-dot {
    width: 6px;
    height: 6px;

    background: var(--color-primary);
    border-radius: 50%;
}

.who-sleep__title {
    position: relative;
    z-index: 1;

    text-align: center;
}

.who-sleep__subtitle {
    position: relative;
    z-index: 1;

    margin-top: 16px;
    text-align: center;
}

.who-sleep__grid {
    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(0, 1fr);
    gap: 24px;

    width: min(100%, 1280px);
    margin-inline: auto;
    margin-top: 38px;
    height: 422px;
}

.who-sleep__card {
    border-radius: 28px;
}

.who-sleep__card--quote-main {
    display: flex;
    flex-direction: column;

    padding: 48px;

    border-radius: 32px;
    border: 1px solid var(--color-border);

    background: var(--Brand-Primary-Lighter);
}

.who-sleep__stars {
    display: block;
    margin-bottom: 32px;
}

.who-sleep__quote {
    margin: 0;

    color: var(--Text-Primary,);

    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.who-sleep__quote--main {
    flex: 1;

    margin-bottom: 32px;

    font-size: 28px;
    line-height: 1.35;
}

.who-sleep__person {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: auto;
}

.who-sleep__avatar {
    flex: 0 0 auto;

    width: 56px;
    height: 56px;

    overflow: hidden;
    border-radius: 50%;
}

.who-sleep__person-info {
    min-width: 0;
}

.who-sleep__person-name {
    margin: 0;

    color: var(--Text-Primary);
}

.who-sleep__person-name--accent {
    color: var(--color-primary);
}

.who-sleep__person-role {
    margin: 4px 0 0;

    color: var(--Text-Muted);
}

.who-sleep__side {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.who-sleep__card--stat {
    padding: 32px;
    border-radius: 24px;
    color: var(--color-bg-white);
    background: var(--color-primary);
}

.who-sleep__stat-value {
    margin: 0 0 12px;

    color: var(--color-bg-white);

    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.who-sleep__stat-description {
    margin: 0;

    color: var(--color-bg-white-60);
}

.who-sleep__card--quote-side {
    display: flex;
    flex-direction: column;

    flex: 1;
    padding: 32px;

    border: 1px solid var(--color-border);
    background: var(--Brand-Primary-Lighter);
}

.who-sleep__card--quote-side-text {
    color: var(--Text-Primary);
}

.who-sleep__card--quote-side .who-sleep__quote {
    flex: 1;
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
    .who-sleep__grid {
        display: flex;
        flex-direction: column;
        gap: 24px;

        width: 100%;
        height: auto;
    }

    .who-sleep__side {
        flex-direction: row;
        align-items: stretch;
        gap: 24px;
    }

    .who-sleep__card--stat,
    .who-sleep__card--quote-side {
        flex: 1 1 0;
        min-width: 0;
    }

    .who-sleep__card--stat {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .who-sleep__card--quote-main {
        gap: 32px;
    }

    .who-sleep__stars {
        margin-bottom: 0;
    }

    .who-sleep__person {
        gap: 16px;
        margin-top: 0;
    }

    .who-sleep__card--quote-side {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .who-sleep {
        padding-inline: 48px;
    }

    .who-sleep__glow--right {
        display: none;
    }

    .who-sleep__glow--left {
        top: 141px;
        bottom: auto;
        left: 0;

        width: 252px;
    }

    .who-sleep__eyebrow {
        height: 26px;
        margin-bottom: 15px;
        padding-block: 0;
    }

    .who-sleep__title.tracking-section__title {
        font-size: 56px;
        line-height: 114%;
        letter-spacing: -0.56px;
    }

    .who-sleep__card--quote-main {
        padding: 48px;
    }

    .who-sleep__card--quote-main .who-sleep__person-role {
        font-size: 14px;
        line-height: 150%;
    }

    .who-sleep__card--quote-side-text {
        font-weight: 400;
    }

    .who-sleep__person-name--accent {
        font-size: 15px;
        line-height: 133%;
    }

    .who-sleep__card--quote-side .who-sleep__person-role {
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;
    }

    .who-sleep__stars {
        width: 116px;
        height: 20px;
    }

    .who-sleep__quote {
        font-size: 28px;
        font-weight: 500;
        line-height: 130%;
    }

    .who-sleep__stat-value {
        font-size: 48px;
        line-height: normal;
    }

    .who-sleep__card--quote-side {
        border-radius: 24px;
    }
}

@media (max-width: 640px) {
    .who-sleep {
        padding-inline: 16px;
    }

    .who-sleep__title.tracking-section__title {
        font-size: 32px;
        line-height: 118%;
        letter-spacing: -0.16px;
    }

    .who-sleep__card--quote-main {
        padding: 24px;
        border-radius: 23px;
    }

    .who-sleep__quote {
        font-size: 22px;
        line-height: 136%;
    }

    .who-sleep__side {
        flex-direction: column;
        gap: 24px;
    }

    .who-sleep__card--stat {
        min-height: 218px;
        padding: 32px;
    }

    .who-sleep__card--quote-side {
        padding: 32px;
    }
}
