.home-page {
    background: #f7f7f7;
}

.hero-section {
    padding: 40px 0 80px;
}

.hero-panel {
    overflow: hidden;
    background: #fff;
}

.hero-image {
    width: 100%;
    height: auto;
}

.mobile-hero,
.mobile-process-grid,
.mobile-advantage-grid {
    display: none;
}

.process-section {
    padding: 0 0 78px;
}

.section-heading {
    text-align: center;
    margin-bottom: 48px;
}

.section-heading h2 {
    margin: 0 0 12px;
    color: #2e3036;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.section-heading p {
    margin: 0;
    color: #888;
    font-size: 14px;
}

.process-image {
    width: 100%;
    height: auto;
}

.stats-section {
    padding: 0 0 92px;
}

.stats-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    min-height: 128px;
    padding: 28px 90px;
    border-radius: 8px;
    /* background: #fff1dd; */
    background: #FFF4E5;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #ff8210;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.stat-item strong {
    display: block;
    color: #1f2024;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.05;
}

.stat-item p {
    margin: 4px 0 0;
    color: #7d7d7d;
    font-size: 14px;
}

.cards-section {
    padding: 0 0 90px;
}

.cards-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 52px;
}

.cards-title-row h2 {
    margin: 0;
    color: #2e3036;
    font-size: 34px;
    font-weight: 700;
}

.cards-title-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 24px;
    border: 1px solid #ff8210;
    border-radius: 20px;
    color: #ff8210;
    font-size: 12px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 76px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 208px;
    padding: 25px 16px 24px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: #fff;
    color: #333;
    text-align: center;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
    transition: border-color .2s ease, transform .2s ease;
}

.category-card:hover,
.category-card.active {
    border-color: #ff8210;
    transform: translateY(-2px);
}

.cat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 17px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.cat-shop,
.cat-oil {
    background: #ff8b18;
}

.cat-game {
    background: #6bbcff;
}

.cat-phone {
    background: #2fd786;
}

.cat-video {
    background: #ff7d7d;
}

.cat-food {
    background: #817cff;
}

.category-card strong {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.category-card p {
    margin: 18px 0 14px;
    color: #8a8a8a;
    font-size: 14px;
}

.category-card p span {
    color: #ff8210;
    font-weight: 700;
}

.category-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    color: #686868;
    font-size: 13px;
    font-style: normal;
}

.category-card.active em,
.category-card:hover em {
    border-color: #ff8210;
    color: #fff;
    background: #ff8210;
}

.advantage-section {
    padding: 0 0 88px;
}

.advantage-image {
    width: 100%;
    height: auto;
}

.info-section {
    padding: 0 0 92px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.info-card {
    min-height: 304px;
    padding: 28px 32px 24px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(26, 35, 52, .08);
}

.info-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.info-card-head h2 {
    margin: 0;
    color: #2d3036;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.info-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff7a00;
    font-size: 14px;
    line-height: 1;
}

.info-more::after,
.faq-item em::after {
    content: ">";
    color: currentColor;
    font-family: Arial, sans-serif;
}

.notice-item,
.faq-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid #eeeeee;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
}

.notice-item:last-child,
.faq-item:last-child {
    border-bottom: 0;
}

.notice-item span,
.faq-item span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice-item em {
    margin-left: 24px;
    color: #aaa;
    font-size: 14px;
    font-style: normal;
}

.faq-item em {
    margin-left: 18px;
    color: #aaa;
    font-style: normal;
}

.notice-item.active,
.notice-item.active em,
.faq-item.active {
    color: #ff7a00;
}

@media (max-width: 1200px) {
    .hero-section {
        padding-top: 28px;
    }

    .category-grid {
        gap: 24px;
    }

    .stats-panel {
        padding: 24px 36px;
    }
}

@media (max-width: 992px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .stats-panel {
        gap: 20px;
    }

    .stat-item strong {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .home-page {
        overflow-x: hidden;
    }

    .hero-section {
        padding: 14px 0 42px;
    }

    .hero-panel {
        background: transparent;
        box-shadow: none;
    }

    .hero-image {
        display: none;
    }

    .mobile-hero {
        display: block;
        overflow: hidden;
    }

    .mobile-hero-image {
        width: 100%;
        height: auto;
    }

    .section-heading {
        margin-bottom: 28px;
    }

    .section-heading h2,
    .cards-title-row h2 {
        font-size: 26px;
    }

    .process-section,
    .stats-section,
    .cards-section,
    .advantage-section,
    .info-section {
        padding-bottom: 56px;
    }

    .process-image,
    .advantage-image {
        display: none;
    }

    .mobile-process-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mobile-process-card {
        min-height: 108px;
        padding: 13px 10px 12px;
        border: 1px solid transparent;
        border-radius: 8px;
        background: #fff;
        text-align: center;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
    }

    .mobile-process-card.active {
        border-color: #ff8210;
    }

    .mobile-process-card span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin-bottom: 8px;
        border-radius: 50%;
        background: #fff3e5;
        color: #ff8210;
        font-size: 12px;
        font-weight: 800;
    }

    .mobile-process-card strong {
        display: block;
        color: #2d2f34;
        font-size: 15px;
        line-height: 1.3;
    }

    .mobile-process-card p {
        margin: 5px 0 0;
        color: #777;
        font-size: 12px;
        line-height: 1.35;
    }

    .stats-panel {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
        padding: 22px 20px;
    }

    .stat-item {
        justify-content: flex-start;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .category-card {
        min-height: 172px;
        padding: 20px 12px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .06);
    }

    .category-card strong {
        font-size: 18px;
    }

    .category-card p {
        margin: 12px 0;
        font-size: 13px;
    }

    .mobile-advantage-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mobile-advantage-grid > div {
        display: grid;
        grid-template-columns: 44px 1fr;
        column-gap: 14px;
        align-items: center;
        min-height: 94px;
        padding: 18px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
    }

    .mobile-advantage-grid i {
        grid-row: 1 / 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 8px;
        color: #ff7a00;
        background: #fff1df;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
    }

    .mobile-advantage-grid strong {
        color: #2d2f34;
        font-size: 17px;
        line-height: 1.3;
    }

    .mobile-advantage-grid p {
        margin: 4px 0 0;
        color: #777;
        font-size: 13px;
        line-height: 1.5;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .info-card {
        min-height: 0;
        padding: 22px 18px 18px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
    }

    .info-card-head {
        margin-bottom: 12px;
    }

    .info-card-head h2 {
        font-size: 20px;
    }

    .notice-item,
    .faq-item {
        min-height: 42px;
        font-size: 13px;
    }

    .notice-item em {
        margin-left: 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .section-heading h2,
    .cards-title-row h2 {
        font-size: 24px;
    }

    .section-heading p {
        max-width: 270px;
        margin: 0 auto;
        line-height: 1.7;
    }

    .mobile-hero {
        padding: 0;
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cards-title-row {
        gap: 10px;
        margin-bottom: 30px;
    }

    .cards-title-row span {
        width: 92px;
    }

    .cat-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 13px;
        font-size: 18px;
    }

    .category-card em {
        min-width: 78px;
        height: 30px;
        font-size: 12px;
    }
}
