.info-security-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 34%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.08) 68%, rgba(255, 255, 255, 0) 100%),
        url("http://copiersvn3.ishenseo.com/wp-content/uploads/2026/05/bg_123.png") right top/auto 100% no-repeat;
}

.info-security-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.86) 72%, #fff 100%);
    z-index: 0;
}

.hero {
    position: relative;
    z-index: 1;
}

.hero .eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    color: var(--primary-dark);
    background: var(--primary-soft);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero h1 {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 16px 0 12px;
}

.hero h1 span {
    color: var(--primary);
}

.hero p {
    font-size: px;
    line-height: 1.18;
    font-weight: 800;
    margin-bottom: 28px;
}

.check-list {
    display: grid;
    gap: 13px;
    list-style: none;
    color: #3d4a5a;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.check-list li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.hero .check-list li {
    margin: 0;
}

.check-list li i {
    font-size: 18px;
    color: var(--primary);
}

/* --------------section-03------------- */
.section-03 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    padding: 18px 0;
}

.section-03 article {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: start;
    gap: 30px;
    padding: 22px;
    border: 1px solid rgba(35, 163, 79, 0.16);
    border-radius: 18px;
    background:
        radial-gradient(circle at 12% 50%, rgba(35, 163, 79, 0.08), transparent 34%),
        var(--white);
    box-shadow: 0 18px 42px rgba(36, 50, 68, 0.05);
}

.section-03 article:nth-child(2) {
    border-color: rgba(246, 72, 58, 0.18);
    background:
        radial-gradient(circle at 12% 50%, rgba(246, 72, 58, 0.08), transparent 34%),
        var(--white);
}

.section-03 article span {
    width: 72px;
    width: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #56c56f, #1f9a4d);
    color: var(--white);
    font-size: 45px;
    box-shadow: 0 12px 26px rgba(31, 154, 77, 0.22);
    margin: auto 0;
}

.section-03 article:nth-child(2) span {
    background: linear-gradient(135deg, #ff756c, #f13b2c);
    box-shadow: 0 12px 26px rgba(241, 59, 44, 0.22);
}

.section-03 h3 {
    margin-bottom: 24px;
    color: #23a34f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.section-03 article:nth-child(2) h3 {
    color: #f13b2c;
}

.section-03 ul {
    display: grid;
    gap: 17px;
    list-style: none;
}

.section-03 li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 16px;
    align-items: start;
    color: #344054;
    font-size: 15px;
    line-height: 1.55;
}

.section-03 li i {
    color: #23a34f;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(2px);
}

.section-03 article:nth-child(2) li i {
    color: #f13b2c;
}

/* policy--------------------------- */
.section-17786839559227320 .policy article {
    display: grid;
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 122, 0, 0.13), transparent 34%),
        linear-gradient(135deg, #fff9f3 0%, #ffffff 58%, #fff5ec 100%);
}

.section-17786839559227320 .policy article>.note {
    margin-top: 20px;
    padding: 14px 18px;
    border-radius: 10px;
    background: rgba(255, 122, 0, 0.07);
}

.section-17786839559227320 .policy article .note p {
    margin: 0;
    color: #26374d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
}

/* --------process-list-------------------------- */
.section-17786839559259371 .process-list {
    grid-template-columns: repeat(6, 1fr);
}


/* --------------section-06------------- */
.section-06 {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    gap: 24px;
}

.section-06 article {
    border: 1px solid #ffe1d1;
    border-radius: 16px;
    background: #fff;
}

.section-06 article:first-child {
    display: grid;
    grid-template-columns: 210px 1fr;
    align-items: center;
    overflow: hidden;
    border-color: transparent;
    background:
        linear-gradient(90deg, rgba(255, 247, 241, 0.98), rgba(255, 247, 241, 0.78)),
        #fff;
}

.section-06 article div {
    align-self: stretch;
    overflow: hidden;
}

.section-06 article div img {
    width: 100%;
    height: 100%;

}

.section-06 article:first-child ul {
    display: grid;
    gap: 14px;
    padding: 20px;
    list-style: none;
}

.section-06 article:first-child li {
    color: #344052;
    font-size: 15px;
    line-height: 1.45;
    display: flex;
    gap: 12px;
}

.section-06 article:first-child li i {
    font-size: 20px;
    color: var(--primary-dark);
}

.section-06 article:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    text-align: center;
}

.section-06 article:last-child h3 {
    margin-bottom: 8px;
    color: #ff4d05;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-06 article:last-child p {
    margin-bottom: 14px;
    color: #3b4555;
    font-size: 15px;
    font-weight: 700;
}

.section-06 article:last-child a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(100%, 310px);
    min-height: 58px;
    border-radius: 6px;
    background: linear-gradient(180deg, #ff6a13 0%, #ff4300 100%);
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(255, 79, 5, 0.28);
}

.section-06 article:last-child a i {
    font-size: 28px;
    font-weight: 400;
}

.section-06 article:last-child span {
    margin-top: 14px;
    color: #303a49;
    font-size: 15px;
    font-weight: 800;
}

/* --------------section-07------------- */

.section-07 {
    display: grid;
    grid-template-columns: auto minmax(270px, 1fr) 1.5fr;
    align-items: center;
    gap: 24px;
    min-height: 120px;
    padding: 22px 36px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff4c00 0%, #ff650b 52%, #ff4300 100%);
    color: #fff;
    box-shadow: 0 18px 34px rgba(255, 86, 5, 0.22);
}

.section-07>i {
    font-size: 72px;
    line-height: 1;
}

.section-07 h3 {
    font-size: clamp(19px, 2.1vw, 25px);
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--white);
}

.section-07 p {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
}

.section-07 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
}

.section-07 li {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 62px;
    padding: 0 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.section-07 li i {
    flex: 0 0 auto;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
}



@media (max-width:1024px) {
    .section-03 article {
        grid-template-columns: 86px 1fr;
        gap: 22px;
        padding: 36px 30px;
    }

    .section-03 article>i {
        width: 78px;
        font-size: 38px;
    }

    .section-06 {
        grid-template-columns: 1fr;
    }

    .section-07 {
        grid-template-columns: auto 1fr;
    }

    .section-07 ul {
        grid-column: 1 / -1;
    }

    /*  */
    .section-17786839559259371 .process-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:860px) {

    /*  */
    .section-03 {
        grid-template-columns: 1fr;
    }

    .section-06 article:first-child {
        grid-template-columns: 170px 1fr;
    }

    .section-06 article div img {
        width: 170px;
        object-position: 7.8% 82.5%;
    }

    .section-07 {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .section-07 ul {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .section-07 li:nth-child(odd) {
        border-left: 0;
    }

    /*  */
    .section-17786839559259371 .process-list {
        grid-template-columns: repeat(2, 1fr);
    }


}

@media (max-width:560px) {
    .section-03 article {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 22px;
        padding: 30px 22px;
    }

    .section-03 h3 {
        font-size: 20px;
    }

    .section-03 li {
        font-size: 14px;
    }

    .section-06 article:first-child {
        grid-template-columns: 1fr;
    }

    .section-06 article div {
        display: none;
    }

    .section-06 article:last-child {
        padding: 24px 18px;
    }

    .section-06 article:last-child h3 {
        font-size: 21px;
    }

    .section-07>i {
        font-size: 60px;
    }

    .section-07 li {
        justify-content: center;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
    }

    /*  */
    .section-17786839559259371 .process-list {
        grid-template-columns: 1fr;
    }

}