.uni-cut-page {
    overflow: hidden;
    background: #fff;
    color: #263244;
    font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

.uni-cut-hero {
    height: 700px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.uni-cut-hero .uni-cut-container {
    height: 700px;
    display: flex;
    align-items: center;
}

.uni-cut-hero__content {
    max-width: 760px;
    padding-top: 10px;
}

.uni-cut-hero h1 {
    margin: 0 0 34px;
    color: #fff;
    font-size: 60px;
    line-height: 1.13;
    font-weight: 900;
    letter-spacing: 0;
}

.uni-cut-hero h1::after {
    content: "";
    display: block;
    width: 352px;
    max-width: 80%;
    height: 8px;
    margin-top: -23px;
    background: #f5ac17;
}

.uni-cut-subtitle {
    width: fit-content;
    margin: 0 0 24px;
    padding: 0 0 18px;
    border-bottom: 2px solid rgba(255,255,255,.9);
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.uni-cut-note {
    margin: 0 0 44px;
    color: #d8e7f5;
    font-size: 14px;
    line-height: 1.45;
}

.uni-cut-more,
.uni-cut-card__copy i,
.uni-cut-lt__panel i,
.uni-cut-tube-card i {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff;
    color: #26374d;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.uni-cut-more::after,
.uni-cut-card__copy i::after,
.uni-cut-lt__panel i::after,
.uni-cut-tube-card i::after {
    content: "";
    width: 13px;
    height: 13px;
    margin-left: 6px;
    border-radius: 50%;
    background: #26374d;
}

.uni-cut-sheet {
    padding: 70px 0 68px;
    background: #eeeeee;
    text-align: center;
}

.uni-cut-sheet h2,
.uni-cut-tube h2 {
    margin: 0 0 48px;
    color: #202733;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.uni-cut-sheet-list {
    width: 100%;
    margin: 0 auto;
}

.uni-cut-card {
    position: relative;
    display: block;
    height: 336px;
    margin: 0 auto 22px;
    overflow: hidden;
    background: #fff;
    color: #233249;
    text-decoration: none;
}

.uni-cut-card img,
.uni-cut-lt img,
.uni-cut-tube-card img {
    display: block;
    transition: transform .24s ease;
}

.uni-cut-card img {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: auto;
    max-width: 58%;
    max-height: 88%;
    object-fit: contain;
    transform: translateY(-50%);
}

.uni-cut-card--left img {
    right: 92px;
}

.uni-cut-card--right img {
    left: 82px;
}

.uni-cut-card:nth-child(1) img {
    right: 112px;
    max-width: 42%;
    max-height: 92%;
}

.uni-cut-card:nth-child(2) img {
    left: 56px;
    max-width: 52%;
    max-height: 74%;
}

.uni-cut-card:nth-child(3) img {
    right: 52px;
    max-width: 52%;
    max-height: 78%;
}

.uni-cut-card:nth-child(4) img {
    left: 42px;
    max-width: 55%;
    max-height: 82%;
}

.uni-cut-card:hover img,
.uni-cut-card:focus img,
.uni-cut-lt:hover img,
.uni-cut-lt:focus img,
.uni-cut-tube-card:hover img,
.uni-cut-tube-card:focus img {
    transform: translateY(-50%) scale(1.018);
}

.uni-cut-lt:hover img,
.uni-cut-lt:focus img {
    transform: scale(1.018);
}

.uni-cut-tube-card:hover img,
.uni-cut-tube-card:focus img {
    transform: scale(1.018);
}

.uni-cut-card__copy {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 365px;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
}

.uni-cut-card--left .uni-cut-card__copy {
    left: 90px;
}

.uni-cut-card--right .uni-cut-card__copy {
    right: 94px;
}

.uni-cut-card__copy strong,
.uni-cut-card__copy b,
.uni-cut-card__copy em,
.uni-cut-card__copy i {
    display: block;
    font-style: normal;
}

.uni-cut-card__copy strong {
    margin: 0 0 7px;
    color: #70747d;
    font-size: 29px;
    line-height: 1.08;
    font-weight: 500;
}

.uni-cut-card__copy b {
    color: #243349;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}

.uni-cut-card__copy em {
    margin: 10px 0 16px;
    color: #4d5868;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.uni-cut-card__copy i,
.uni-cut-lt__panel i,
.uni-cut-tube-card i {
    display: inline-flex;
    background: #26374d;
    color: #fff;
}

.uni-cut-card__copy i::after,
.uni-cut-lt__panel i::after,
.uni-cut-tube-card i::after {
    background: #fff;
}

.uni-cut-lt {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
    background: #fff;
    color: #233249;
    text-decoration: none;
}

.uni-cut-lt img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.uni-cut-lt__panel {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 330px;
    height: 100%;
    padding: 64px 40px;
    background: rgba(18, 32, 51, .88);
    color: #fff;
    text-align: left;
    pointer-events: none;
}

.uni-cut-lt__panel strong,
.uni-cut-lt__panel em,
.uni-cut-lt__panel i {
    display: block;
    font-style: normal;
}

.uni-cut-lt__panel strong {
    margin: 0 0 88px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.uni-cut-lt__panel em {
    margin: 0 0 18px;
    color: #e7edf5;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 600;
}

.uni-cut-lt__series {
    position: absolute;
    top: 71px;
    right: 160px;
    z-index: 2;
    color: #777d87;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
}

.uni-cut-tube {
    padding: 105px 0 118px;
    background: #101724;
    background-image: linear-gradient(rgba(8, 15, 26, .8), rgba(8, 15, 26, .8)), url("https://www.unilasers.com/wp-content/uploads/2026/07/unilasers-laser-cutting-machines-lt-series.png");
    background-position: center 42%;
    background-size: cover;
    text-align: center;
}

.uni-cut-tube h2 {
    margin-bottom: 48px;
    color: #fff;
}

.uni-cut-tube-grid {
    display: grid;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.uni-cut-tube-card {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    color: #233249;
    text-decoration: none;
}

.uni-cut-tube-card img {
    width: 100%;
    height: 315px;
    object-fit: contain;
    object-position: center bottom;
    background: #fff;
}

.uni-cut-tube-card:first-child img {
    object-fit: cover;
    object-position: center 18%;
}

.uni-cut-tube-card span {
    position: relative;
    display: block;
    min-height: 142px;
    padding: 24px 28px 26px;
    background: #b8c7e2;
    text-align: left;
}

.uni-cut-tube-card b,
.uni-cut-tube-card em,
.uni-cut-tube-card i {
    display: block;
    font-style: normal;
}

.uni-cut-tube-card b {
    color: #14233b;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}

.uni-cut-tube-card em {
    margin: 8px 0 0;
    color: #334156;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.uni-cut-tube-card i {
    position: absolute;
    right: 26px;
    bottom: 26px;
}

.uni-cut-quote {
    padding: 92px 0 96px;
    background: #eeeeee;
}

.uni-cut-quote__grid {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 76px;
    align-items: start;
}

.uni-cut-quote__copy {
    padding-top: 2px;
}

.uni-cut-quote h2 {
    margin: 0;
    color: #111827;
    font-size: 42px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
}

.uni-cut-quote p {
    margin: 14px 0 0;
    color: #737b86;
    font-size: 15px;
    line-height: 1.45;
}

.uni-cut-quote__form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 20px;
}

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

.uni-cut-quote__form span {
    display: block;
    margin-bottom: 7px;
    color: #303641;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}

.uni-cut-quote__form input,
.uni-cut-quote__form select {
    width: 100%;
    height: 36px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: #202a38;
    font-size: 12px;
    line-height: 36px;
    padding: 0 12px;
    outline: none;
}

.uni-cut-quote__form label:nth-of-type(6) {
    grid-column: span 2;
}

.uni-cut-quote__form button {
    align-self: end;
    height: 36px;
    border: 0;
    border-radius: 6px;
    background: #236198;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

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

.uni-cut-hp {
    position: absolute !important;
    left: -9999px !important;
}

@media (max-width: 1100px) {
    .uni-cut-hero,
    .uni-cut-hero .uni-cut-container {
        height: 560px;
    }

    .uni-cut-hero h1 {
        font-size: 48px;
    }

    .uni-cut-card {
        height: 300px;
    }

    .uni-cut-card--left .uni-cut-card__copy {
        left: 46px;
    }

    .uni-cut-card--right .uni-cut-card__copy {
        right: 46px;
    }

    .uni-cut-card:nth-child(1) img {
        right: 50px;
    }

    .uni-cut-card:nth-child(2) img,
    .uni-cut-card:nth-child(4) img {
        left: 34px;
    }

    .uni-cut-card:nth-child(3) img {
        right: 28px;
    }

    .uni-cut-lt {
        height: auto;
    }

    .uni-cut-lt__panel {
        width: 280px;
        padding: 46px 28px;
    }

    .uni-cut-lt__panel strong {
        margin-bottom: 54px;
    }

    .uni-cut-lt__series {
        right: 90px;
    }

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

    .uni-cut-quote__form label:nth-of-type(6) {
        grid-column: auto;
    }
}

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

    .uni-cut-hero,
    .uni-cut-hero .uni-cut-container {
        height: 500px;
    }

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

    .uni-cut-hero h1::after {
        height: 5px;
        margin-top: -12px;
    }

    .uni-cut-subtitle {
        font-size: 16px;
    }

    .uni-cut-sheet {
        padding: 48px 0;
    }

    .uni-cut-sheet h2,
    .uni-cut-tube h2 {
        font-size: 24px;
    }

    .uni-cut-card {
        height: auto;
        min-height: 360px;
        padding: 26px 18px 240px;
    }

    .uni-cut-card img {
        left: 50% !important;
        right: auto !important;
        top: auto;
        bottom: 10px;
        max-width: 88%;
        max-height: 220px;
        transform: translateX(-50%);
    }

    .uni-cut-card:hover img,
    .uni-cut-card:focus img {
        transform: translateX(-50%) scale(1.018);
    }

    .uni-cut-card__copy {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto;
        width: 100%;
        transform: none;
    }

    .uni-cut-card__copy strong,
    .uni-cut-lt__series {
        font-size: 22px;
    }

    .uni-cut-card__copy b {
        font-size: 14px;
    }

    .uni-cut-card__copy em {
        font-size: 12px;
    }

    .uni-cut-card__copy i,
    .uni-cut-lt__panel i,
    .uni-cut-tube-card i {
        min-height: 22px;
        padding: 0 9px;
        font-size: 10px;
    }

    .uni-cut-lt {
        height: auto;
    }

    .uni-cut-lt__panel {
        width: 42%;
        padding: 22px 14px;
    }

    .uni-cut-lt__panel strong {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .uni-cut-lt__panel em {
        font-size: 10px;
    }

    .uni-cut-lt__series {
        top: 25px;
        right: 10%;
    }

    .uni-cut-tube {
        padding: 56px 0;
    }

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

    .uni-cut-tube-card img {
        height: 260px;
    }

    .uni-cut-tube-card span {
        min-height: 128px;
    }

    .uni-cut-quote__grid {
        gap: 28px;
    }

    .uni-cut-quote h2 {
        font-size: 32px;
    }
}
