.acs-homepage {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #0f172a;
}

.acs-homepage * {
    box-sizing: border-box;
}

.banner-section {
    position: relative;
    width: 100%;
    max-width: none !important;
    padding: 120px 0 160px;
    background: #f3f5fb;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.45), rgba(243, 245, 251, 0.6) 60%, rgba(243, 245, 251, 0.92));
    z-index: 1;
    pointer-events: none;
}

.banner-section-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.75;
}

.banner-section-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-ac-imgs {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.ac-img {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: acsFloatY 4.8s ease-in-out infinite;
    will-change: transform;
}

.ac-img img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: drop-shadow(0 10px 16px rgba(15, 42, 86, 0.18));
    animation: acsWiggle 5.2s ease-in-out infinite;
    will-change: transform;
}

.banner-ac-imgs .ac-img:nth-child(2n) {
    animation-duration: 6.2s;
}

.banner-ac-imgs .ac-img:nth-child(3n) {
    animation-duration: 5.6s;
}

.banner-ac-imgs .ac-img:nth-child(1) { animation-delay: 0s; }
.banner-ac-imgs .ac-img:nth-child(2) { animation-delay: .35s; }
.banner-ac-imgs .ac-img:nth-child(3) { animation-delay: .7s; }
.banner-ac-imgs .ac-img:nth-child(4) { animation-delay: 1.05s; }
.banner-ac-imgs .ac-img:nth-child(5) { animation-delay: .2s; }
.banner-ac-imgs .ac-img:nth-child(6) { animation-delay: .55s; }
.banner-ac-imgs .ac-img:nth-child(7) { animation-delay: .9s; }
.banner-ac-imgs .ac-img:nth-child(8) { animation-delay: 1.25s; }

@keyframes acsFloatY {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@keyframes acsWiggle {
    0% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(3deg) scale(1.02); }
    50% { transform: rotate(0deg) scale(1); }
    75% { transform: rotate(-3deg) scale(0.99); }
    100% { transform: rotate(0deg) scale(1); }
}

.ac-img--left-top {
    top: 22px;
    left: 3%;
}

.ac-img--left-mid {
    top: 36%;
    left: 9%;
}

.ac-img--left-bottom {
    left: 4.2%;
    bottom: 145px;
}

.ac-img--left-bottom-2 {
    left: 19%;
    bottom: 72px;
}

.ac-img--right-top {
    top: 24px;
    right: 5%;
}

.ac-img--right-mid {
    top: 29%;
    right: 18%;
}

.ac-img--right-mid-2 {
    top: 53%;
    right: 15%;
}

.ac-img--right-bottom {
    right: 23%;
    bottom: 70px;
}

.banner-content-wrap {
    position: relative;
    z-index: 3;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.banner-trust-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e3ebf8;
    box-shadow: 0 12px 30px rgba(15, 42, 86, 0.08);
}

.banner-trust-badge .badge-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #15b979;
    color: #fff;
    font-size: 12px;
}

.banner-trust-badge .badge-text {
    color: #334155;
    font-size: 18px;
    font-weight: 500;
}

.banner-trust-badge .badge-text strong {
    color: #15b979;
    font-weight: 700;
}

.banner-content__title {
    margin: 28px 0 14px;
    color: #07266e;
    font-size: clamp(24px, 5.2vw, 50px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: 0.2px;
}

.banner-content__desc {
    margin: 0;
    color: #49566b;
    font-size: clamp(18px, 1.55vw, 28px);
    line-height: 1.7;
}

.banner-category-list {
    list-style: none;
    margin: 30px auto 0;
    padding: 0;
    max-width: 920px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 8px;
}

.banner-category-list .item {
    position: relative;
    padding: 0 9px;
}

.banner-category-list .item::before {
    content: "|";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #a1a6b3;
    font-size: 15px;
}

.banner-category-list .item:last-child::before {
    display: none;
}

.banner-category-list .link {
    color: #515968;
    font-size: clamp(15px, 1.28vw, 20px);
    font-weight: 500;
    line-height: 1.4;
}

.banner-content__buttons {
    margin-top: 36px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 50px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.btn--base {
    background: #1f6feb;
    border-color: #1f6feb;
    color: #fff;
}

.btn--base:hover {
    background: #185fd0;
    border-color: #185fd0;
    color: #fff;
}

.btn-outline--base {
    background: #fff;
    border-color: #1f6feb;
    color: #1f6feb;
}

.btn-outline--base:hover {
    background: #eff6ff;
}

.acs-section {
    max-width: none !important;
    margin: 0 auto;
    padding: 100px 18px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.content-wrap{
    max-width: 1200px;
    margin: 0 auto;
}

.acs-section h2 {
    margin: 0;
    color: #0f2a56;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}

.acs-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.acs-section__head h2 {
    text-align: left;
}

.acs-filter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.acs-filter input,
.acs-filter select {
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #d6e3ff;
    background: #f9fbff;
    color: #334155;
    font-size: 14px;
}

.acs-filter input {
    min-width: 230px;
}

.acs-steps__grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.acs-step {
    padding: 15px 12px;
    background: #f9fbff;
    border: 1px solid #e8efff;
    border-radius: 12px;
    text-align: center;
}

.acs-step__icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2f6cf6;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.acs-step h3 {
    margin: 10px 0 6px;
    font-size: 16px;
    color: #1e3a8a;
}

.acs-step p {
    margin: 0;
    font-size: 13px;
    color: #51637d;
    line-height: 1.7;
}

.acs-products__grid,
.acs-testimonials__grid,
.acs-posts__grid {
    display: grid;
    gap: 14px;
}

.acs-products__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.acs-testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
}

.acs-posts__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.acs-product-card,
.acs-card,
.acs-post-card {
    background: #fff;
    border: 1px solid #e9efff;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 12px 28px rgba(15, 42, 86, 0.05);
}

.acs-product-card__thumb,
.acs-post-card__thumb {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fbff;
}

.acs-product-card__thumb {
    margin-bottom: 10px;
}

.acs-post-card__thumb {
    margin-bottom: 12px;
}

.acs-product-card__thumb img,
.acs-post-card__thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.acs-thumb-placeholder {
    padding: 36px 8px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.acs-product-card h3,
.acs-post-card h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.45;
}

.acs-product-card h3 a,
.acs-post-card h3 a {
    text-decoration: none;
    color: #0f2a56;
    font-size: 18px;
    font-weight: 700;
}

.acs-product-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.acs-price {
    font-weight: 700;
    color: #2563eb;
}

.acs-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 9px;
    background: #edf3ff;
    color: #2458d5;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.acs-mini-btn:hover {
    background: #dce9ff;
}

.acs-counter {
    text-align: center;
    padding: 12px;
    margin-bottom: 4px;
}

.acs-counter span {
    display: block;
    font-size: 14px;
    color: #5b6f8e;
}

.acs-counter strong {
    display: block;
    margin-top: 4px;
    font-size: 38px;
    color: #0f2a56;
    font-weight: 700;
}

.acs-card p {
    margin: 0 0 12px;
    color: #334155;
    line-height: 1.8;
}

.acs-card strong {
    font-size: 14px;
    color: #1e293b;
}

.acs-post-card p {
    margin: 0 0 10px;
    color: #475569;
    line-height: 1.8;
    font-size: 14px;
}

.acs-testimonials-slider {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    gap: 10px;
    align-items: center;
}

.acs-testimonials-viewport {
    overflow: hidden;
    padding: 40px 0px;
}

.acs-testimonials-track {
    display: flex;
    gap: 20px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.acs-testimonial-item {
    flex: 0 0 auto;
    min-width: 0;
}

.acs-card{
    padding: 32px 28px 26px;
}

.acs-card-meta {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.acs-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #1f6feb, #1552c8);
    box-shadow: 0 8px 18px rgba(31, 111, 235, 0.28);
}

.acs-testimonials-btn {
    width: 42px;
    height: 42px;
    background: #fff;
    color: #1f6feb;
    font-size: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.acs-testimonials-btn:hover {
    background: #eef4ff;
}

.acs-testimonials-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.acs-testimonials-dots {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.acs-testimonials-dots button {
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 999px;
    background: #cfdcf5;
    padding: 0;
    cursor: pointer;
}

.acs-testimonials-dots button.is-active {
    width: 20px;
    background: #1f6feb;
}

.acs-readmore{
    font-size: 16px;
    color: #001957;
}

.acs-empty {
    grid-column: 1 / -1;
    padding: 24px;
    border: 1px dashed #d7e2ff;
    border-radius: 12px;
    text-align: center;
    color: #64748b;
    background: #f8fbff;
}

.acs-product-card.is-hidden {
    display: none;
}

@media (max-width: 1199px) {
    .banner-content__title {
        font-size: clamp(36px, 5vw, 62px);
    }

    .banner-content__desc {
        font-size: 20px;
    }

    .banner-category-list .link {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .acs-testimonials-slider {
        grid-template-columns: 38px 1fr 38px;
    }
    .banner-section {
     padding: 100px 16px;
    }

    .banner-ac-imgs {
        opacity: 0.7;
    }

    .ac-img--left-bottom-2,
    .ac-img--right-mid {
        display: none;
    }

    .acs-steps__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .acs-products__grid,
    .acs-testimonials__grid,
    .acs-posts__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acs-section__head h2 {
        width: 100%;
        text-align: center;
    }

    .acs-section__head {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .acs-testimonials-slider {
        grid-template-columns: 34px 1fr 34px;
        gap: 6px;
    }

    .acs-testimonials-btn {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
    .banner-section {       
        padding: 100px 14px;
        margin-bottom: 16px;
    }

    .banner-ac-imgs {
        display: none;
    }

    .banner-trust-badge .badge-text {
        font-size: 14px;
    }

    .banner-content__title {
        margin-top: 18px;
        font-size: 30px;
    }

    .banner-content__desc {
        font-size: 16px;
        line-height: 1.7;
    }

    .banner-category-list {
        margin-top: 18px;
    }

    .banner-category-list .item {
        padding: 0 7px;
    }

    .banner-category-list .link {
        font-size: 14px;
    }

    .banner-content__buttons {
        margin-top: 22px;
        flex-direction: column;
        width: 100%;
    }

    .btn {
        width: 100%;
        max-width: 260px;
    }

    .acs-steps__grid,
    .acs-products__grid,
    .acs-testimonials__grid,
    .acs-posts__grid {
        grid-template-columns: 1fr;
    }

    .acs-section {
        padding: 24px 14px;
    }

    .acs-section h2 {
        font-size: 24px;
        font-weight: 700;
    }

    .acs-filter {
        width: 100%;
    }

    .acs-filter input,
    .acs-filter select {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ac-img,
    .ac-img img {
        animation: none !important;
    }
}
