/* Preserve native dashboard screenshot sharpness in the home hero. */
.hp-laptop {
    margin-right: 0;
    transform: none;
    filter: none;
}

.hp-laptop-screen {
    aspect-ratio: 1919 / 942;
    box-shadow: 0 32px 55px rgba(0, 0, 0, .38);
}

.hp-laptop-screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    image-rendering: auto;
}

.hp-laptop-base {
    box-shadow: 0 24px 30px rgba(0, 0, 0, .28);
}
