.uni-bend-page {
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    color: #252a34;
    font-family: "Montserrat", Arial, sans-serif;
}

main.uni-bend-page.site-main {
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: 0;
}

.uni-bend-page * {
    box-sizing: border-box;
}

.uni-bend-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.uni-bend-hero {
    height: min(700px, calc(100vw * 700 / 1920));
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    color: #fff;
}

.uni-bend-hero__inner {
    position: relative;
    height: 100%;
}

.uni-bend-hero__copy {
    position: absolute;
    left: 70px;
    top: 29%;
    width: 470px;
}

.uni-bend-hero h1 {
    margin: 0 0 28px;
    color: #fff;
    font-size: 45px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
}

.uni-bend-hero p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .92);
    font-size: 20px;
    line-height: 1.16;
    font-weight: 600;
}

.uni-bend-hero a,
.uni-bend-consult {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 0 12px;
    border-radius: 999px;
    background: #fff;
    color: #1e65a3;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.uni-bend-overview {
    padding: 102px 0 106px;
    background: #fff;
}

.uni-bend-overview__grid {
    display: grid;
    grid-template-columns: 660px 360px;
    gap: 76px;
    align-items: center;
    justify-content: center;
}

.uni-bend-overview__machine {
    width: 660px;
    max-width: 100%;
    height: auto;
    display: block;
}

.uni-bend-specs {
    padding-top: 8px;
}

.uni-bend-spec {
    padding: 0 0 19px;
    margin-bottom: 17px;
    border-bottom: 1px solid #d6dde5;
}

.uni-bend-spec h2 {
    margin: 0 0 8px;
    color: #216bad;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.uni-bend-spec p {
    margin: 0;
    color: #8b97a8;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
}

.uni-bend-spec__icons {
    width: 150px;
    height: auto;
    display: block;
}

.uni-bend-spec__certs {
    width: 268px;
    height: auto;
    display: block;
}

.uni-bend-consult {
    background: #1f68a8;
    color: #fff;
}

.uni-bend-advantages {
    padding: 92px 0 100px;
    background: #f2f2f2;
}

.uni-bend-advantages h2,
.uni-bend-samples h2,
.uni-bend-applications h2,
.uni-bend-parameters h2 {
    margin: 0;
    color: #2d3038;
    font-size: 33px;
    line-height: 1.16;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0;
}

.uni-bend-advantage-grid {
    width: 960px;
    max-width: 100%;
    margin: 74px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px 88px;
}

.uni-bend-advantage h3 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 12px;
    color: #30333c;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 800;
}

.uni-bend-advantage h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 22px;
    border-radius: 2px;
    background: #216bad;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.uni-bend-advantage p {
    margin: 0;
    color: #5d6570;
    font-size: 12px;
    line-height: 1.36;
    font-weight: 500;
}

.uni-bend-samples {
    padding: 96px 0 94px;
    background: #fff;
}

.uni-bend-samples img {
    width: min(100%, 980px);
    height: auto;
    display: block;
    margin: 78px auto 0;
}

.uni-bend-applications {
    padding: 22px 0 102px;
    background: #fff;
}

.uni-bend-applications__wrap {
    position: relative;
    width: min(100%, 900px);
    margin: 74px auto 0;
}

.uni-bend-applications__wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.uni-bend-app-labels {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.uni-bend-app-labels span {
    position: absolute;
    width: 31%;
    color: #31333b;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
}

.uni-bend-app-labels span:nth-child(1) {
    left: 0;
    top: 46.5%;
}

.uni-bend-app-labels span:nth-child(2) {
    left: 34.5%;
    top: 46.5%;
}

.uni-bend-app-labels span:nth-child(3) {
    right: 0;
    top: 46.5%;
}

.uni-bend-app-labels span:nth-child(4) {
    left: 0;
    top: 96%;
}

.uni-bend-app-labels span:nth-child(5) {
    left: 34.5%;
    top: 96%;
}

.uni-bend-app-labels span:nth-child(6) {
    right: 0;
    top: 96%;
}

.uni-bend-parameters {
    padding: 14px 0 142px;
    background: #fff;
}

.uni-bend-table-wrap {
    width: min(100%, 880px);
    margin: 74px auto 0;
}

.uni-bend-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    color: #555f6d;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 600;
}

.uni-bend-table-wrap th,
.uni-bend-table-wrap td {
    height: 26px;
    padding: 6px 18px;
    border: 0;
    text-align: left;
}

.uni-bend-table-wrap th {
    width: 190px;
    color: #4b5563;
    font-weight: 800;
}

.uni-bend-table-wrap tr:nth-child(odd) {
    background: #f4f4f4;
}

.uni-bend-table-wrap tr:nth-child(even) {
    background: #fafafa;
}

.uni-bend-quote {
    padding: 70px 0 76px;
    background: #f1f1f1;
}

.uni-bend-quote__head {
    display: grid;
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 138px;
    align-items: center;
    width: min(1040px, 100%);
    margin: 0 auto 28px;
}

.uni-bend-quote h2 {
    margin: 0;
    color: #080808;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 800;
    text-align: left;
}

.uni-bend-quote__head p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.uni-bend-quote__form {
    width: min(1040px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 18px;
    align-items: end;
}

.uni-bend-quote__form > input[name="website"] {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.uni-bend-quote__form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #202938;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
}

.uni-bend-quote__form input,
.uni-bend-quote__form select,
.uni-bend-quote__form textarea {
    width: 100%;
    min-height: 35px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #fff;
    color: #172439;
    font: 500 11px/1.35 "Montserrat", Arial, sans-serif;
    padding: 8px 11px;
    outline: none;
}

.uni-bend-quote__form textarea {
    height: 35px;
    resize: none;
    overflow: hidden;
}

.uni-bend-quote__notes {
    grid-column: span 2;
}

.uni-bend-quote__form button {
    justify-self: stretch;
    min-width: 0;
    height: 35px;
    border: 0;
    border-radius: 5px;
    background: #1f72b8;
    color: #fff;
    font: 800 12px/1 "Montserrat", Arial, sans-serif;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .uni-bend-overview__grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .uni-bend-specs {
        width: min(100%, 520px);
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .uni-bend-container {
        width: min(100% - 28px, 1200px);
    }

    .uni-bend-hero {
        min-height: 440px;
        background-size: cover;
    }

    .uni-bend-hero__copy {
        left: 0;
        top: 110px;
        width: min(100%, 420px);
    }

    .uni-bend-hero h1 {
        font-size: 34px;
    }

    .uni-bend-hero p {
        font-size: 16px;
    }

    .uni-bend-overview,
    .uni-bend-advantages,
    .uni-bend-samples,
    .uni-bend-applications,
    .uni-bend-parameters,
    .uni-bend-quote {
        padding: 56px 0;
    }

    .uni-bend-advantages h2,
    .uni-bend-samples h2,
    .uni-bend-applications h2,
    .uni-bend-parameters h2 {
        font-size: 28px;
    }

    .uni-bend-advantage-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-top: 42px;
    }

    .uni-bend-app-labels {
        display: none;
    }

    .uni-bend-table-wrap {
        overflow-x: auto;
        margin-top: 40px;
    }

    .uni-bend-table-wrap table {
        min-width: 680px;
    }

    .uni-bend-quote__head,
    .uni-bend-quote__form {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .uni-bend-quote__notes {
        grid-column: auto;
    }
}
