:root {
    --blue: #2C8FEC
}

.hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: #111 center/cover no-repeat
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / .55) 0%, rgb(0 0 0 / .15) 60%, rgb(0 0 0 / .55) 100%);
    pointer-events: none
}

.twall-cards-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    width: 1320px;
    height: fit-content;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
    margin-bottom: -100px
}

.twall-cards-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 24px 16px
}

.twall-cards-title {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    line-height: 150%;
    text-align: right
}

.cta {
    border: none;
    border-radius: 8px;
    padding: 15px 50px;
    background: var(--blue);
    color: #fff;
    font-weight: 50;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgb(44 143 236 / .35);
    position: absolute;
    bottom: 150px;
    left: 0;
    font-size: 16px;
    transition: background-color 0.3s
}

.cta:hover {
    background: #2571b9;
    color: #fff
}

.twall-cards-row {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    position: relative;
    padding: 0 16px
}

.twall-card {
    width: 176px;
    height: 248px;
    background: #fff;
    color: #000;
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 2px 36px 0 #00000014;
    border: 3px solid #2C8FEC
}

.twall-card img {
    width: 128px;
    height: 128px;
    object-fit: contain
}

.twall-card h3,
.twall-card p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center
}

.twall-card p {
    opacity: .7
}

@media (max-width:768px) {
    .hero {
        height: 345px
    }

    .twall-cards-box {
        width: min(92vw, 560px);
        bottom: 16px;
        margin-bottom: -170px
    }

    .twall-cards-header {
        padding: 8px 0 16px 0
    }

    .twall-cards-title {
        text-align: center;
        font-size: 22px;
        font-weight: 900
    }

    .twall-cards-row {
        padding: 0;
        gap: 12px;
        justify-content: space-between;
        overflow: visible;
        width: 80%
    }

    .twall-card {
        width: 88px;
        min-width: 108px;
        height: 170px;
        padding: 12px 16px;
        gap: 6px
    }

    .twall-card img {
        width: 64px;
        height: 64px
    }

    .twall-card h3 {
        font-size: 12px;
        line-height: 16px
    }

    .cta {
        position: static;
        width: 100%;
        display: block;
        text-align: center;
        padding: 16px 20px;
        border-radius: 12px;
        margin-top: 18px
    }
}

:root {
    --blue: #2C8FEC
}

:root {
    --row-w: 1305px;
    --row-h: 280px;
    --row-gap: 40px;
    --hero-img-w: 550px;
    --hero-img-h: 280px;
    --hero-radius: 12px;
    --body-size: 20px;
    --body-weight: 400;
    --title-size: 24px;
    --title-weight: 700;
    --similar-w: 300px;
    --similar-h: 280px;
    --similar-radius: 8px;
    --similar-gap: 32px;
    --section-space: 96px
}

.inspection-wrap {
    width: min(100%, 1400px);
    margin: 64px auto;
    padding: 0 16px
}

.section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 49px;
    text-align: right;
    margin: 0
}

.inspection {
    margin-top: 150px
}

.inspection-content {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 720px 520px;
    gap: 24px;
    justify-content: space-around;
    align-items: start
}

.inspection-img {
    width: 90%;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    position: sticky;
    top: 20px
}

.inspection-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.inspection-text {
    width: 750px
}

.inspection-text p {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    margin: 0 0 16px 0;
    color: #212529
}

.why {
    width: 1333px;
    margin: 96px auto
}

.why-box {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.why-card {
    background: #fff;
    border: 1px solid #EEF2F6;
    border-radius: 12px;
    box-shadow: 0 2px 36px 0 #00000014;
    padding: 24px
}

.icon-wrap {
    width: 72px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #F1F7FE;
    display: grid;
    place-items: center;
    flex: 0 0 auto
}

.icon-wrap svg {
    width: 32px;
    height: 32px
}

.card-text .card-title {
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #111
}

.card-text .card-desc {
    margin: 0;
    font-size: 14px;
    line-height: 170%;
    color: #555
}

@media (max-width:1400px) {
    .why {
        width: min(95vw, 1333px)
    }
}

@media (max-width:1320px) {
    .inspection-content {
        grid-template-columns: 1fr
    }

    .inspection-img,
    .inspection-text {
        width: 100%
    }

    .inspection-img {
        height: 260px
    }

    .why-box {
        height: auto;
        grid-template-columns: 1fr
    }
}

@media (max-width:768px) {
    .inspection-img {
        margin: 0
    }

    .why-box {
        width: fit-content;
        display: flex;
        padding: 25px 0
    }

    .why-card {
        min-width: 289px
    }

    .why-box-wrapper {
        width: 100%;
        overflow-x: auto
    }

    .why-box-wrapper::-webkit-scrollbar {
        display: none
    }

    .why .section-title {
        line-height: 0
    }

    .similar {
        margin: 20px !important;
        padding-bottom: 30px
    }

    .cards {
        flex-wrap: nowrap !important;
        overflow-x: auto
    }
}

.similar {
    max-width: var(--row-w);
    margin: 50px auto
}

.cards::-webkit-scrollbar {
    display: none
}

.similar-head {
    font-size: var(--title-size);
    font-weight: var(--title-weight);
    text-align: right;
    margin: 0 0 20px 0
}

.cards {
    display: flex;
    gap: var(--similar-gap);
    flex-wrap: wrap;
    justify-content: flex-start
}

.card {
    width: var(--similar-w);
    height: var(--similar-h);
    border-radius: var(--similar-radius);
    overflow: hidden;
    position: relative;
    flex: 0 0 var(--similar-w);
    background: #e5e7eb;
    padding: 0 !important
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(70%)
}

.card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgb(0 0 0 / .55) 100%)
}

.card .label {
    position: absolute;
    right: 16px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: .2px
}

.card .similar-cta {
    position: absolute;
    left: 16px;
    bottom: 18px;
    z-index: 2;
    background: #0f172a;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    padding: 6px 10px;
    opacity: .9
}