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

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

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

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

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

.uni-deburr-hero .uni-deburr-container {
    position: relative;
    height: 100%;
}

.uni-deburr-hero__copy {
    position: absolute;
    left: 36px;
    top: 188px;
    color: #fff;
}

.uni-deburr-hero h1 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: 0;
}

.uni-deburr-hero p {
    margin: 0 0 19px;
    color: rgba(255, 255, 255, .86);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
}

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

.uni-deburr-hero a span,
.uni-deburr-pill span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1e5f9c;
    color: #fff;
    font-size: 10px;
}

.uni-deburr-overview {
    padding: 112px 0 70px;
    background: #fff;
}

.uni-deburr-overview__grid {
    display: grid;
    grid-template-columns: 590px 390px;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.uni-deburr-overview__machine img {
    display: block;
    width: 590px;
    max-width: 100%;
    height: auto;
}

.uni-deburr-overview__specs {
    padding-top: 0;
    transform: translateY(-48px);
}

.uni-deburr-spec {
    padding: 0 0 14px;
    margin: 0 0 15px;
    border-bottom: 1px solid #c8d1db;
}

.uni-deburr-spec h2 {
    margin: 0 0 5px;
    color: #2a74b6;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 800;
}

.uni-deburr-spec p {
    margin: 0;
    color: #9aa3ad;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 600;
}

.uni-deburr-spec img {
    display: block;
    max-width: 268px;
    height: auto;
}

.uni-deburr-pill {
    background: #1e5f9c;
    color: #fff;
}

.uni-deburr-pill span {
    background: #fff;
    color: #1e5f9c;
}

.uni-deburr-materials {
    padding: 0 0 98px;
    background: #fff;
    text-align: center;
}

.uni-deburr-materials__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 28px;
    width: 100%;
    margin: 0 auto;
}

.uni-deburr-materials figure {
    margin: 0;
    text-align: center;
}

.uni-deburr-materials figure img {
    display: block;
    width: 151px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto 11px;
    border-radius: 22px;
    object-fit: cover;
}

.uni-deburr-materials figcaption {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 26px;
    color: #767e8a;
    font-size: 11px;
    line-height: 1.12;
    font-weight: 800;
    text-align: center;
}

.uni-deburr-advantages {
    padding: 74px 0 82px;
    background: #f3f3f3;
}

.uni-deburr-advantages h2,
.uni-deburr-samples h2,
.uni-deburr-applications h2,
.uni-deburr-parameters h2 {
    margin: 0;
    color: #2b2d33;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
}

.uni-deburr-advantages__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 84px;
    width: 100%;
    margin: 62px auto 0;
}

.uni-deburr-advantage h3 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 9px;
    color: #292d35;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 800;
}

.uni-deburr-advantage h3 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 17px;
    border-radius: 2px;
    background: #2d72b3;
    color: #fff;
    font-size: 11px;
}

.uni-deburr-advantage p {
    margin: 0;
    color: #535963;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 500;
}

.uni-deburr-samples {
    padding: 62px 0 64px;
    background: #fff;
    text-align: center;
}

.uni-deburr-samples img {
    display: block;
    width: 100%;
    margin: 50px auto 0;
}

.uni-deburr-applications {
    padding: 16px 0 84px;
    background: #fff;
    text-align: center;
}

.uni-deburr-applications__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 58px 18px;
    width: 100%;
    margin: 46px auto 0;
}

.uni-deburr-applications figure {
    margin: 0;
    text-align: center;
}

.uni-deburr-applications figure img {
    display: block;
    width: 100%;
    aspect-ratio: 287 / 370;
    margin: 0 auto 13px;
    border-radius: 9px;
    object-fit: cover;
}

.uni-deburr-applications figcaption {
    color: #22262e;
    font-size: 14px;
    line-height: 1.05;
    font-weight: 800;
    text-align: center;
}

.uni-deburr-parameters {
    padding: 66px 0 98px;
    background: #fff;
}

.uni-deburr-table-wrap {
    width: 100%;
    margin: 66px auto 0;
    overflow-x: auto;
}

.uni-deburr-table {
    width: 100%;
    border-collapse: collapse;
    color: #9aa0a8;
    font-size: 9px;
    line-height: 1.2;
}

.uni-deburr-table th,
.uni-deburr-table td {
    height: 22px;
    padding: 5px 18px;
    border: 0;
    text-align: left;
    white-space: nowrap;
}

.uni-deburr-table th {
    width: 48%;
    color: #6f7780;
    font-weight: 800;
}

.uni-deburr-table td {
    font-weight: 600;
}

.uni-deburr-table tr:nth-child(odd) {
    background: #fff;
}

.uni-deburr-table tr:nth-child(even) {
    background: #f5f5f5;
}

.uni-deburr-quote {
    padding: 58px 0 56px;
    background: #f0f0f0;
}

.uni-deburr-quote__grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
    width: min(1040px, calc(100% - 40px));
    margin: 0 auto;
}

.uni-deburr-quote__copy h2 {
    margin: 0;
    color: #111;
    font-size: 31px;
    line-height: 1.08;
    font-weight: 800;
    text-align: left;
}

.uni-deburr-quote__body p {
    width: min(470px, 100%);
    margin: 0 0 34px;
    color: #868b94;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
}

.uni-deburr-quote__form {
    width: calc(100% + 308px);
    max-width: none;
    margin-left: -308px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 16px;
}

.uni-deburr-quote__form label {
    display: block;
    min-width: 0;
}

.uni-deburr-quote__form span {
    display: block;
    margin: 0 0 5px;
    color: #2a3038;
    font-size: 9px;
    line-height: 1.15;
    font-weight: 700;
}

.uni-deburr-quote__form input,
.uni-deburr-quote__form select {
    width: 100%;
    height: 31px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    color: #202733;
    font: 500 10px/31px "Montserrat", Arial, sans-serif;
    padding: 0 11px;
    outline: none;
}

.uni-deburr-quote__details {
    grid-column: span 2;
}

.uni-deburr-quote__form button {
    align-self: end;
    height: 31px;
    border: 0;
    border-radius: 4px;
    background: #236198;
    color: #fff;
    font: 800 10px/1 "Montserrat", Arial, sans-serif;
    cursor: pointer;
}

.uni-deburr-quote__form button:hover,
.uni-deburr-quote__form button:focus {
    background: #174879;
}

.uni-deburr-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

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

    .uni-deburr-overview__machine img,
    .uni-deburr-overview__specs {
        margin: 0 auto;
    }

    .uni-deburr-overview__specs {
        width: min(520px, 100%);
    }

    .uni-deburr-quote__grid,
    .uni-deburr-quote__form {
        grid-template-columns: 1fr 1fr;
    }
}

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

    .uni-deburr-hero {
        min-height: 430px;
        background-size: cover;
        background-position: center top;
    }

    .uni-deburr-hero__copy {
        left: 0;
        top: 118px;
        width: min(100%, 330px);
    }

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

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

    .uni-deburr-materials {
        padding-bottom: 52px;
    }

    .uni-deburr-materials__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .uni-deburr-advantages__grid,
    .uni-deburr-quote__grid,
    .uni-deburr-quote__form {
        grid-template-columns: 1fr;
    }

    .uni-deburr-advantages__grid {
        margin-top: 34px;
        gap: 26px;
    }

    .uni-deburr-applications__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .uni-deburr-quote__details {
        grid-column: auto;
    }
}
