.migration-depth-wrap {
    width: 100%;
    max-width: 1280px;
    background: transparent;
    box-sizing: border-box;
}

.migration-depth-grid {
    display: grid;
    gap: 24px;
}

.migration-depth-card {
    position: relative;
    min-height: 610px;
    display: flex;
    flex-direction: column;
    border: 2px solid;
    overflow: hidden;
    box-sizing: border-box;
    transition: transform .3s ease, box-shadow .3s ease;
}

.depth-card-top {
    position: relative;
    min-height: 175px;
    padding: 24px 24px 18px 120px;
    box-sizing: border-box;
}

.depth-card-top h1,
.depth-card-top h2,
.depth-card-top h3,
.depth-card-top h4,
.depth-card-top p,
.depth-card-top div {
    margin: 0 0 8px;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
}

.depth-card-top .intro {
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.depth-card-top .detail {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.depth-icon-wrap {
    position: absolute;
    left: 25px;
    top: 45px;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    z-index: 6;
}

.depth-icon-wrap svg,
.depth-icon-wrap i {
    font-size: 38px;
    width: 38px;
    height: 38px;
}

.depth-icon-wrap::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 2px dotted;
    pointer-events: none;
}

.depth-card-body {
    position: relative;
    flex: 1;
    padding: 34px 22px 85px;
    box-sizing: border-box;
}

.depth-good-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.depth-good-title span {
    flex: 0 0 auto;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}

.depth-good-title::after {
    content: "";
    flex: 1;
    height: 2px;
    opacity: .75;
}

.depth-check-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.depth-check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.depth-check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.depth-check-item p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.depth-bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 10px 18px 10px 74px;
    box-sizing: border-box;
}

.depth-bottom-bar span {
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
}

.depth-bottom-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid;
    box-shadow: 0 0 0 4px rgba(84,199,242,.20);
}

.depth-bottom-icon svg,
.depth-bottom-icon i {
    width: 25px;
    height: 25px;
    font-size: 25px;
}

@media(max-width: 1024px) {
    .migration-depth-card {
        min-height: auto;
    }
    .depth-card-body {
        padding-bottom: 90px;
    }
}

@media(max-width: 768px) {
    .migration-depth-grid {
        grid-template-columns: 1fr !important;
        gap: 26px;
    }
    .migration-depth-wrap {
        margin: 25px auto;
    }
    .depth-card-top {
        padding: 25px 20px 24px 105px;
    }
    .depth-icon-wrap {
        left: 20px;
        top: 48px;
        width: 68px;
        height: 68px;
    }
    .depth-icon-wrap::after {
        width: 82px;
        height: 82px;
    }
    .depth-icon-wrap svg,
    .depth-icon-wrap i {
        width: 32px;
        height: 32px;
        font-size: 32px;
    }
    .depth-card-body {
        padding: 32px 20px 85px;
    }
}
