.lvt-equipment-categories {
    margin: 64px 0 72px;
}

.lvt-equipment-categories__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px;
}

.lvt-equipment-categories__eyebrow,
.lvt-home-request__eyebrow,
.lvt-coffee-banner__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #e3312d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.lvt-equipment-categories__head h2 {
    margin: 0;
    color: #202329;
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.04;
}

.lvt-equipment-categories__head p {
    margin: 12px 0 0;
    color: #69707c;
    font-size: 18px;
    line-height: 1.45;
}

.lvt-equipment-categories__count {
    flex: 0 0 auto;
    padding: 12px 20px;
    border: 1px solid #e3312d;
    border-radius: 999px;
    color: #e3312d;
    font-size: 15px;
    font-weight: 700;
}

.lvt-equipment-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.lvt-equipment-category {
    position: relative;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 20px;
    min-height: 126px;
    padding: 18px 22px;
    overflow: hidden;
    border: 1px solid #e5e7ea;
    border-radius: 22px;
    background: #f8f8f9;
    box-shadow: 0 10px 28px rgba(31, 35, 41, .035);
    color: #202329;
    text-decoration: none;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.lvt-equipment-category::before {
    position: absolute;
    top: -45%;
    right: 14%;
    width: 48px;
    height: 190%;
    border-left: 16px solid rgba(227, 49, 45, .72);
    border-right: 8px solid rgba(227, 49, 45, .28);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: rotate(29deg) translateY(18px);
    transition: opacity .25s ease, transform .25s ease;
}

.lvt-equipment-category:hover,
.lvt-equipment-category:focus-visible {
    border-color: #2b2e34;
    background: #24272d;
    box-shadow: 0 18px 36px rgba(20, 22, 26, .16);
    color: #fff;
    outline: none;
    transform: translateY(-2px);
}

.lvt-equipment-category:hover::before,
.lvt-equipment-category:focus-visible::before {
    opacity: 1;
    transform: rotate(29deg) translateY(0);
}

.lvt-equipment-category__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 18px;
    background: #fdebea;
    color: #e3312d;
    transition: background-color .25s ease, color .25s ease;
}

.lvt-equipment-category__icon svg {
    width: 42px;
    height: 42px;
}

.lvt-equipment-category:hover .lvt-equipment-category__icon,
.lvt-equipment-category:focus-visible .lvt-equipment-category__icon {
    background: rgba(227, 49, 45, .22);
    color: #fff;
}

.lvt-equipment-category__name {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    hyphens: auto;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.lvt-equipment-category__arrow {
    position: relative;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #d8dadd;
    border-radius: 50%;
    color: #e3312d;
    transition: border-color .25s ease, background-color .25s ease, color .25s ease;
}

.lvt-equipment-category__arrow svg {
    width: 20px;
    height: 20px;
}

.lvt-equipment-category:hover .lvt-equipment-category__arrow,
.lvt-equipment-category:focus-visible .lvt-equipment-category__arrow {
    border-color: rgba(255, 255, 255, .52);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.lvt-trust-banner {
    margin: 36px 0 72px;
}

.lvt-trust-banner__body {
    position: relative;
    display: flex;
    min-height: 320px;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    background-color: #17191d;
    background-image: var(--lvt-trust-background);
    background-position: center;
    background-size: cover;
    box-shadow: 0 20px 48px rgba(19, 22, 27, .16);
}

.lvt-trust-banner__body::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #14171b 0%, #14171b 48%, rgba(20, 23, 27, .98) 58%, rgba(20, 23, 27, .72) 70%, rgba(20, 23, 27, .08) 100%);
    content: "";
}

.lvt-trust-banner__content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 66%;
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 56px;
}

.lvt-trust-banner__logo {
    display: grid;
    min-width: 108px;
    min-height: 58px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 18px 18px 18px 4px;
    background: #e3312d;
}

.lvt-trust-banner__logo img {
    width: 78px;
    max-height: 42px;
}

.lvt-trust-banner__title {
    color: #fff;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 700;
    line-height: 1.12;
}

.lvt-trust-banner__title span {
    color: #e3312d;
}

.lvt-trust-banner__line {
    width: 88px;
    height: 4px;
    margin: 24px 0 16px;
    border-radius: 4px;
    background: #e3312d;
}

.lvt-trust-banner__caption {
    color: #9da2aa;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.lvt-coffee-banner {
    margin: 72px 0;
}

.lvt-coffee-banner__link {
    position: relative;
    display: block;
    min-height: 400px;
    overflow: hidden;
    border-radius: 30px;
    background: #15181c;
    color: #fff;
    box-shadow: 0 20px 48px rgba(19, 22, 27, .16);
    text-decoration: none;
}

.lvt-coffee-banner__picture,
.lvt-coffee-banner__picture img,
.lvt-coffee-banner__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.lvt-coffee-banner__picture img {
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}

.lvt-coffee-banner__link:hover .lvt-coffee-banner__picture img {
    transform: scale(1.025);
}

.lvt-coffee-banner__shade {
    background: linear-gradient(90deg, rgba(13, 16, 20, .98) 0%, rgba(13, 16, 20, .92) 36%, rgba(13, 16, 20, .46) 62%, rgba(13, 16, 20, .04) 100%);
}

.lvt-coffee-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(58%, 720px);
    min-height: 400px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 58px;
}

.lvt-coffee-banner__title {
    color: #fff;
    font-size: clamp(34px, 3.4vw, 54px);
    font-weight: 700;
    line-height: 1.04;
}

.lvt-coffee-banner__text {
    max-width: 620px;
    margin-top: 18px;
    color: #d4d7db;
    font-size: 18px;
    line-height: 1.5;
}

.lvt-coffee-banner__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: border-color .2s ease, background-color .2s ease;
}

.lvt-coffee-banner__link:hover .lvt-coffee-banner__button {
    border-color: #e3312d;
    background: #e3312d;
}

.lvt-coffee-banner__logo {
    position: absolute;
    z-index: 2;
    right: 34px;
    bottom: 28px;
    width: 82px;
    max-height: 48px;
    opacity: .94;
}

.lvt-home-request {
    margin: 80px 0;
}

.lvt-home-request__body {
    display: grid;
    min-height: 590px;
    grid-template-columns: minmax(330px, 40%) minmax(0, 60%);
    overflow: hidden;
    border: 1px solid #e2e4e7;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(26, 30, 36, .09);
}

.lvt-home-request__intro {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 56px;
    background: #17191d url("../images/home/homepage-request-panel.webp") center/cover no-repeat;
    color: #fff;
}

.lvt-home-request__intro::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 17, 21, .96) 0%, rgba(15, 17, 21, .88) 62%, rgba(15, 17, 21, .56) 100%);
    content: "";
}

.lvt-home-request__intro::after {
    position: absolute;
    right: -70px;
    bottom: -220px;
    width: 210px;
    height: 650px;
    border-left: 54px solid rgba(227, 49, 45, .82);
    border-right: 24px solid rgba(227, 49, 45, .35);
    content: "";
    transform: rotate(36deg);
}

.lvt-home-request__intro > * {
    position: relative;
    z-index: 1;
}

.lvt-home-request__intro h2,
.lvt-home-request__heading h2,
.lvt-home-request__success h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.06;
}

.lvt-home-request__intro p {
    max-width: 500px;
    margin: 20px 0 0;
    color: #d4d6da;
    font-size: 18px;
    line-height: 1.55;
}

.lvt-home-request__intro ul {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin: 44px 0 0;
    padding: 0;
    list-style: none;
}

.lvt-home-request__intro li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 700;
}

.lvt-home-request__intro li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e3312d;
    content: "";
}

.lvt-home-request__form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 58px;
}

.lvt-home-request__heading {
    margin-bottom: 28px;
}

.lvt-home-request__heading h2,
.lvt-home-request__success h2 {
    color: #202329;
}

.lvt-home-request__heading p,
.lvt-home-request__success p {
    margin: 12px 0 0;
    color: #68707c;
    font-size: 17px;
    line-height: 1.45;
}

.lvt-home-request__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lvt-home-request__field {
    display: flex;
    min-height: 74px;
    flex-direction: column;
    gap: 7px;
    padding: 12px 16px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: #f3f4f5;
    color: #3a3f47;
    transition: border-color .2s ease, background-color .2s ease;
}

.lvt-home-request__field:focus-within {
    border-color: #e3312d;
    background: #fff;
}

.lvt-home-request__field--wide {
    grid-column: 1 / -1;
}

.lvt-home-request__field > span {
    color: #737983;
    font-size: 12px;
    font-weight: 600;
}

.lvt-home-request__field input,
.lvt-home-request__field textarea {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #202329;
    font: inherit;
}

.lvt-home-request__field input {
    height: 30px;
}

.lvt-home-request__field textarea {
    min-height: 92px;
    resize: vertical;
}

.lvt-home-request__field input::placeholder,
.lvt-home-request__field textarea::placeholder {
    color: #a4a9b0;
}

.lvt-home-request__consent {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 18px;
    color: #686f78;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.45;
}

.lvt-home-request__consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 1px;
    accent-color: #e3312d;
}

.lvt-home-request__consent a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lvt-home-request__submit {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    border: 0;
    border-radius: 14px;
    background: #e3312d;
    box-shadow: 0 12px 26px rgba(227, 49, 45, .18);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .2s ease, transform .2s ease;
}

.lvt-home-request__submit:hover,
.lvt-home-request__submit:focus-visible {
    background: #c92522;
    outline: none;
    transform: translateY(-1px);
}

.lvt-home-request__note {
    margin: 11px 0 0;
    color: #979ca4;
    font-size: 12px;
    text-align: center;
}

.lvt-home-request__errors {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff0ef;
    color: #b82421;
    font-size: 13px;
}

.lvt-home-request__success {
    max-width: 540px;
    text-align: center;
}

.lvt-home-request__success > span {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 22px;
    place-items: center;
    border-radius: 50%;
    background: #e3312d;
    color: #fff;
    font-size: 30px;
}

@media (max-width: 1199px) {
    .lvt-equipment-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lvt-home-request__body {
        grid-template-columns: minmax(300px, 38%) minmax(0, 62%);
    }

    .lvt-home-request__intro,
    .lvt-home-request__form-panel {
        padding: 44px;
    }
}

@media (max-width: 899px) {
    .lvt-equipment-categories,
    .lvt-coffee-banner,
    .lvt-home-request {
        margin: 52px 0;
    }

    .lvt-equipment-categories__head {
        align-items: flex-start;
    }

    .lvt-equipment-categories__head p {
        font-size: 16px;
    }

    .lvt-trust-banner__body {
        min-height: 300px;
        background-position: 70% center;
    }

    .lvt-trust-banner__body::before {
        background: linear-gradient(90deg, #14171b 0%, rgba(20, 23, 27, .96) 64%, rgba(20, 23, 27, .52) 100%);
    }

    .lvt-trust-banner__content {
        width: 82%;
        padding: 36px 40px;
    }

    .lvt-coffee-banner__content {
        width: 72%;
        padding: 42px;
    }

    .lvt-home-request__body {
        grid-template-columns: 1fr;
    }

    .lvt-home-request__intro {
        min-height: 360px;
    }
}

@media (max-width: 639px) {
    .lvt-equipment-categories {
        margin-top: 38px;
    }

    .lvt-equipment-categories__head {
        display: block;
        margin-bottom: 24px;
    }

    .lvt-equipment-categories__head h2 {
        font-size: 32px;
    }

    .lvt-equipment-categories__count {
        display: inline-flex;
        margin-top: 18px;
        padding: 9px 15px;
        font-size: 13px;
    }

    .lvt-equipment-categories__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lvt-equipment-category {
        grid-template-columns: 56px minmax(0, 1fr) 36px;
        gap: 14px;
        min-height: 98px;
        padding: 14px;
        border-radius: 18px;
    }

    .lvt-equipment-category__icon {
        width: 56px;
        height: 56px;
        border-radius: 15px;
    }

    .lvt-equipment-category__icon svg {
        width: 35px;
        height: 35px;
    }

    .lvt-equipment-category__name {
        font-size: 17px;
    }

    .lvt-equipment-category__arrow {
        width: 36px;
        height: 36px;
    }

    .lvt-trust-banner {
        margin: 28px 0 48px;
    }

    .lvt-trust-banner__body {
        min-height: 360px;
        border-radius: 22px;
        background-position: 73% center;
    }

    .lvt-trust-banner__body::before {
        background: rgba(18, 21, 25, .86);
    }

    .lvt-trust-banner__content {
        width: 100%;
        padding: 30px 24px;
    }

    .lvt-trust-banner__logo {
        min-width: 92px;
        min-height: 50px;
        margin-bottom: 22px;
        border-radius: 15px 15px 15px 4px;
    }

    .lvt-trust-banner__logo img {
        width: 66px;
    }

    .lvt-trust-banner__title {
        font-size: 29px;
    }

    .lvt-trust-banner__title br {
        display: none;
    }

    .lvt-coffee-banner__link {
        min-height: 540px;
        border-radius: 22px;
    }

    .lvt-coffee-banner__picture img {
        object-position: 68% center;
    }

    .lvt-coffee-banner__shade {
        background: linear-gradient(180deg, rgba(12, 15, 19, .94) 0%, rgba(12, 15, 19, .78) 52%, rgba(12, 15, 19, .32) 100%);
    }

    .lvt-coffee-banner__content {
        width: 100%;
        min-height: 540px;
        justify-content: flex-start;
        padding: 38px 24px 120px;
    }

    .lvt-coffee-banner__title {
        font-size: 34px;
    }

    .lvt-coffee-banner__text {
        font-size: 16px;
    }

    .lvt-coffee-banner__logo {
        right: 22px;
        bottom: 22px;
        width: 70px;
    }

    .lvt-home-request__body {
        border-radius: 22px;
    }

    .lvt-home-request__intro {
        min-height: 330px;
        padding: 34px 24px;
    }

    .lvt-home-request__intro h2,
    .lvt-home-request__heading h2,
    .lvt-home-request__success h2 {
        font-size: 32px;
    }

    .lvt-home-request__intro p,
    .lvt-home-request__heading p {
        font-size: 16px;
    }

    .lvt-home-request__intro ul {
        margin-top: 28px;
    }

    .lvt-home-request__form-panel {
        padding: 34px 20px;
    }

    .lvt-home-request__fields {
        grid-template-columns: 1fr;
    }

    .lvt-home-request__field--wide {
        grid-column: auto;
    }
}
