.w-hero {
    min-height: 0;
    background: #fff;
}
.w-hero__inner {
    height: 100%;
    min-height: 590px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--w-card-width);
    gap: 64px;
    align-items: center;
    padding: 10px 0 16px;
}
.w-visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
    min-height: 0;
    margin-left: calc((100vw - min(var(--w-site-max), calc(100vw - 80px))) / -2);
    padding-left: calc((100vw - min(var(--w-site-max), calc(100vw - 80px))) / 2);
    overflow: hidden;
}
.w-copy {
    position: relative;
    z-index: 4;
    width: min(690px, calc(100% - 30px));
    padding-top: clamp(20px, 4vh, 56px);
}
.w-copy h1 {
    margin: 0 0 22px;
    max-width: 720px;
    font-size: clamp(54px, 5vw, 78px);
    line-height: .96;
    letter-spacing: -3.4px;
    font-weight: 900;
}
.w-copy p {
    margin: 0 0 40px;
    color: #262d33;
    font-size: 21px;
    line-height: 1.45;
}
.w-benefits {
    display: grid;
    gap: 20px;
    width: max-content;
    max-width: 100%;
}
.w-benefit {
    display: flex;
    align-items: center;
    gap: 14px;
}
.w-benefit strong,
.w-benefit small { display: block; }
.w-benefit strong {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.2;
}
.w-benefit small {
    color: #3f4843;
    font-size: 13px;
    line-height: 1.35;
}
.w-bedbug-image {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64%;
    overflow: hidden;
    background: linear-gradient(145deg, #fbfbfb, #edf1ee);
}
.w-bedbug-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.w-bedbug-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,.94) 5%, rgba(255,255,255,.45) 20%, rgba(255,255,255,.08) 38%, rgba(255,255,255,0) 55%);
}
.w-image-placeholder {
    position: absolute;
    inset: 10% 4% 4%;
    display: grid;
    place-content: center;
    text-align: center;
    gap: 6px;
    border: 2px dashed #d4dbd6;
    color: #7c8781;
    background: rgba(255,255,255,.45);
}
.w-image-placeholder strong { font-size: 18px; }
.w-image-placeholder span { font-size: 12px; }
