.why-hero {
    min-height: 670px;
    display: flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, rgba(4, 10, 16, .96) 0%, rgba(4, 10, 16, .84) 43%, rgba(4, 10, 16, .18) 76%), url("../images/why-rent-me-hero.webp") center right/cover no-repeat
}

.why-hero__content {
    max-width: 790px;
    padding: 7.5rem 0
}

.why-eyebrow,
.why-kicker {
    margin: 0 0 .8rem;
    color: #d71920;
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase
}

.why-hero h1 {
    margin-bottom: 1.35rem;
    font-size: clamp(3rem, 7vw, 6.3rem);
    line-height: .93;
    letter-spacing: -.055em
}

.why-hero__lead {
    max-width: 710px;
    margin-bottom: 2.2rem;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.65
}

.why-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem
}

.why-proof {
    border-bottom: 1px solid #e2e5e8;
    background: #fff
}

.why-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.why-proof__grid>div {
    padding: 1.8rem 1.5rem;
    border-right: 1px solid #e2e5e8
}

.why-proof__grid>div:first-child {
    border-left: 1px solid #e2e5e8
}

.why-proof strong,
.why-proof span {
    display: block
}

.why-proof strong {
    margin-bottom: .3rem;
    color: #101820;
    font-size: 1.15rem
}

.why-proof span {
    color: #67727d;
    font-size: .9rem
}

.why-section {
    padding: clamp(4.5rem, 8vw, 8rem) 0
}

.why-section--dark {
    background: #070b0f;
    color: #fff
}

.why-section--soft {
    background: #f3f4f5
}

.why-heading {
    max-width: 820px;
    margin-bottom: 3rem
}

.why-section h2,
.why-cta h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.25rem, 4.5vw, 4.3rem);
    line-height: 1;
    letter-spacing: -.045em
}

.why-heading>p:last-child {
    max-width: 710px;
    color: #66717c;
    font-size: 1.08rem
}

.why-reasons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #dfe3e6;
    border-left: 1px solid #dfe3e6
}

.why-reason {
    min-height: 315px;
    padding: 2.1rem;
    border-right: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease
}

.why-reason:hover {
    position: relative;
    z-index: 1;
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(10, 22, 32, .1)
}

.why-reason__number {
    display: block;
    margin-bottom: 2.7rem;
    color: #d71920;
    font-size: 1rem;
    font-weight: 900
}

.why-reason h3 {
    margin-bottom: .8rem;
    font-size: 1.5rem
}

.why-reason p {
    color: #65717c;
    line-height: 1.7
}

.why-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(3rem, 7vw, 7rem);
    align-items: center
}

.why-large-copy {
    color: rgba(255, 255, 255, .72);
    font-size: 1.15rem;
    line-height: 1.75
}

.why-promise {
    border-top: 1px solid rgba(255, 255, 255, .18)
}

.why-promise>div {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18)
}

.why-promise span {
    color: #d71920;
    font-size: 1.15rem;
    font-weight: 900
}

.why-promise p {
    margin: 0;
    font-weight: 700
}

.why-image img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .16)
}

.why-list {
    display: grid;
    gap: .85rem;
    margin: 1.7rem 0 0;
    padding: 0;
    list-style: none
}

.why-list li {
    position: relative;
    padding-left: 1.8rem
}

.why-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d71920;
    font-weight: 900
}

.why-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem
}

.why-features article {
    min-height: 250px;
    padding: 1.8rem;
    border: 1px solid #dce1e5;
    background: #fff
}

.why-features span {
    color: #d71920;
    font-size: .88rem;
    font-weight: 900
}

.why-features h3 {
    margin: 2.8rem 0 .8rem;
    font-size: 1.35rem
}

.why-features p {
    color: #65717c;
    line-height: 1.65
}

.why-centre-link {
    margin-top: 2rem
}

.why-centre-link a {
    color: #101820;
    font-weight: 800;
    text-decoration: none
}

.why-centre-link a:hover {
    color: #d71920
}

.why-faq-wrap {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: clamp(3rem, 7vw, 7rem)
}

.why-faq-intro p:last-child {
    color: #65717c
}

.why-faq .accordion-item {
    border-right: 0;
    border-left: 0
}

.why-faq .accordion-button {
    padding: 1.35rem 0;
    font-size: 1.05rem;
    font-weight: 800;
    box-shadow: none
}

.why-faq .accordion-button:not(.collapsed) {
    color: #d71920;
    background: transparent
}

.why-faq .accordion-body {
    padding: 0 0 1.5rem;
    color: #65717c;
    line-height: 1.7
}

.why-cta {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: #d71920;
    color: #fff
}

.why-cta .why-kicker {
    color: #fff;
    opacity: .78
}

.why-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem
}

.why-cta__inner>div {
    max-width: 850px
}

@media(max-width:991.98px) {

    .why-proof__grid,
    .why-reasons,
    .why-features {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .why-faq-wrap {
        grid-template-columns: 1fr
    }
}

@media(max-width:767.98px) {
    .why-hero {
        min-height: 600px;
        background: linear-gradient(rgba(4, 10, 16, .85), rgba(4, 10, 16, .92)), url("../images/why-rent-me-hero.webp") center/cover no-repeat
    }

    .why-proof__grid,
    .why-reasons,
    .why-features,
    .why-split {
        grid-template-columns: 1fr
    }

    .why-proof__grid>div {
        border-left: 1px solid #e2e5e8;
        border-bottom: 1px solid #e2e5e8
    }

    .why-reason {
        min-height: auto
    }

    .why-actions .btn {
        width: 100%
    }

    .why-cta__inner {
        align-items: flex-start;
        flex-direction: column
    }
}