h2 {
    margin-bottom: 20px;
}

.steps-container {
    margin: 40px auto 0px;
}

@media (max-width: 767px) {
    h2 {
        margin-bottom: 10px;
    }

    .steps-container {
        margin: 0px auto 0px;
    }
}

@media (max-width: 1023px) {
    .header-banner .hero {
        margin-bottom: 30px;
    }
}

.steps-container .images img{
    height: auto;
}
.image-text h3 img {
    height: 45px;
    vertical-align: middle;
    margin-right: 8px;
}

.image-text .centered-list li {
    padding-left: 0;
}

.image-text .centered-list li::before {
    content: ""
}

.centered-list li img {
    height: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

.content-text .stats {
    display: flex;
    align-items: center;
    gap: 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.content-text .item {
    text-align: center;
}

.content-text .title {
    font-size: 20px;
    font-weight: 600;
    color: #7425FF; /* 紫色 */
    line-height: 1.2;
    text-align: left;
}

.content-text .desc {
    font-size: 14px;
    color: #666666;
    opacity: 0.85;
    font-weight: 500;
    margin-top: 4px;
}

.content-text .divider {
    width: 1px;
    height: 36px;
    background: #d8d3ff;
}

.black-background {
    background: black;
    color: #fff;
}

.image-text {
    margin: 50px 0;
}

.black-background .image-text {
    background: #25232E;
    border-radius: 20px;
    padding: 20px;
}

.black-background .image-text .image-container {
    max-width: 550px;
}

.ground-section {
    padding-bottom: 20px;
}

.ground-section .image-text {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #7b1cff, #5b2bff);
    gap: 0;
}

.ground-section .content-text.custom-bg {
    flex: 1;
    padding: 48px 40px;

    color: #fff;
    display: flex;
    align-items: center;
}

.ground-section .centered-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ground-section .centered-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #fff;
}

.ground-section .centered-list li img {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.ground-section .image-container {
    flex: 1.3;
    background: radial-gradient(circle at top left, #2a2d45, #0c0c10);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
}

.ground-section .image-container img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: none;
}

.container {
    margin: 20px auto 40px;
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}

.container .card-large {
    grid-row: span 2;
}

.container .card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
}

.container .card img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 12px;
}

.container .card h3 {
    font-size: 18px;
    padding: 10px 12px 0;
}

.container .card p {
    margin: 0;
    color: #555;
    padding: 10px 16px;
    line-height: 1.5;
}

.text-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

@media (max-width: 767px) {
    .ground-section .image-container img {
        object-fit: cover;
    }

    .container {
        grid-template-columns: 1fr;
        margin: 20px auto 20px;
    }

    .card-large {
        grid-row: auto;
    }

    .image-text {
        margin: 20px 0;
    }

    .image-text h3 img {
        height: 32px;
    }

    .content-text .title {
        font-size: 16px;
    }

    .container .card h3 {
        font-size: 16px;
        padding: 0 10px 0;
        margin-bottom: 0;
    }

    .container .card p {
        margin: 0;
        color: #555;
        padding: 5px 10px 20px;
        line-height: 1.5;
    }

    .ground-section .content-text.custom-bg {
        padding: 40px 40px 20px;
    }

    .text-item img {
        height: 32px;

    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .content-text h3 {
        text-align: left;
    }

    .image-text {
        margin: 50px 0;
    }

    .image-text .centered-list li {
        text-align: left;
    }

    .ground-section .content-text.custom-bg {
        padding: 40px 40px 20px;
    }
}
