.il-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: #06080a
}

.il-hero__media,
.il-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

.il-hero__media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.il-hero__overlay {
    background: linear-gradient(270deg, rgba(3, 6, 8, .68), rgba(3, 6, 8, .82) 52%, rgba(3, 6, 8, .15) 82%)
}

.il-hero__content {
    position: relative;
    z-index: 2;
    max-width: 950px;
    padding: 7rem 0
}

.il-hero h1 {
    margin: 0 0 1.4rem;
    font-size: clamp(3rem, 6.2vw, 6.1rem);
    line-height: .95;
    letter-spacing: -.055em
}

.il-lead {
    max-width: 780px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, .84);
    font-size: 1.25rem;
    line-height: 1.65
}

.il-strip {
    border-bottom: 1px solid #dde2e6
}

.il-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.il-strip-grid>div {
    min-height: 125px;
    padding: 1.5rem;
    border-right: 1px solid #dde2e6
}

.il-strip-grid strong,
.il-strip-grid span {
    display: block
}

.il-strip-grid span {
    margin-top: .4rem;
    color: #66717b
}

.il-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: 0 28px 70px rgba(8, 20, 30, .14)
}

.il-heading {
    max-width: 850px;
    margin-bottom: 3rem
}

.il-heading h2,
.il-faq-layout h2,
.il-cta h2 {
    margin: 0 0 1rem;
    font-size: clamp(2.25rem, 4.6vw, 4.5rem);
    line-height: 1;
    letter-spacing: -.045em
}

.il-dark {
    color: #fff;
    background: #06080a
}

.il-dark h2 {
    color: #fff
}

.il-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .17);
    border-left: 1px solid rgba(255, 255, 255, .17)
}

.il-benefits article {
    min-height: 290px;
    padding: 2rem;
    border-right: 1px solid rgba(255, 255, 255, .17);
    border-bottom: 1px solid rgba(255, 255, 255, .17)
}

.il-benefits span {
    display: block;
    margin-bottom: 3.5rem;
    color: #d71920;
    font-weight: 900
}

.il-benefits p {
    color: rgba(255, 255, 255, .66);
    line-height: 1.65
}

.il-uses {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    border: 1px solid #dde2e6;
    background: #dde2e6
}

.il-uses article {
    min-height: 135px;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    background: #fff
}

.il-uses h3 {
    margin: 0
}

.il-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #dde2e6;
    border-left: 1px solid #dde2e6
}

.il-process article {
    min-height: 245px;
    padding: 2rem;
    border-right: 1px solid #dde2e6;
    border-bottom: 1px solid #dde2e6
}

.il-process span {
    display: block;
    margin-bottom: 3rem;
    color: #d71920;
    font-weight: 900
}

.il-process p,
.il-faq p {
    color: #66717b;
    line-height: 1.65
}

.il-faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 5rem
}

.il-faq details {
    border-top: 1px solid #dde2e6
}

.il-faq details:last-child {
    border-bottom: 1px solid #dde2e6
}

.il-faq summary {
    padding: 1.3rem 0;
    cursor: pointer;
    font-weight: 900
}

.il-cta {
    padding: 6rem 0;
    color: #fff;
    background: #d71920
}

.il-cta .eyebrow {
    color: #fff
}

.il-cta p {
    max-width: 720px;
    color: rgba(255, 255, 255, .84)
}

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

.il-phone {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 900;
    text-decoration: none
}

@media(max-width:950px) {

    .il-strip-grid,
    .il-benefits,
    .il-process,
    .il-uses {
        grid-template-columns: repeat(2, 1fr)
    }

    .il-faq-layout {
        grid-template-columns: 1fr;
        gap: 2rem
    }
}

@media(max-width:700px) {
    .il-hero__overlay {
        background: linear-gradient(rgba(3, 6, 8, .68), rgba(3, 6, 8, .97))
    }

    .il-strip-grid,
    .il-benefits,
    .il-process,
    .il-uses {
        grid-template-columns: 1fr
    }

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