.home-page { padding-top: 88px; background: #fff; color: #1a1a2e; }
.home-hero { position: relative; overflow: hidden; background: #eaf9f8; }
.home-carousel { position: relative; width: 100%; aspect-ratio: 2666 / 972; overflow: hidden; }
.home-carousel__track, .home-carousel__slide, .home-carousel__link { position: absolute; inset: 0; }
.home-carousel__slide { opacity: 0; pointer-events: none; transition: opacity .6s ease; }
.home-carousel__slide:first-child, .home-carousel__slide.is-active { opacity: 1; pointer-events: auto; }
.home-carousel__link { display: block; }
.home-carousel__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-carousel__arrow { position: absolute; top: 50%; z-index: 2; width: 42px; height: 64px; transform: translateY(-50%); border: 0; background: rgba(0,0,0,.25); color: #fff; font-size: 42px; line-height: 1; cursor: pointer; opacity: 0; transition: opacity .2s ease, background .2s ease; }
.home-carousel:hover .home-carousel__arrow, .home-carousel:focus-within .home-carousel__arrow { opacity: 1; }
.home-carousel__arrow:hover { background: rgba(0,0,0,.5); }
.home-carousel__arrow--prev { left: 18px; }
.home-carousel__arrow--next { right: 18px; }
.home-carousel__indicators { position: absolute; bottom: 20px; left: 50%; z-index: 2; display: flex; gap: 10px; transform: translateX(-50%); }
.home-carousel__indicator { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.home-carousel__indicator.is-active { background: #fff; }
.home-seo-title { margin: 0; padding: 34px 20px 10px; color: #1a1a2e; font-size: 2rem; line-height: 1.35; text-align: center; }
.home-seo-subtitle { margin: 0 auto; padding: 0 20px 32px; color: #6b7280; text-align: center; font-size: 1rem; }
.home-section { padding: 62px 0 68px; }
.home-section:nth-of-type(even) { background: #eef9f6; }
.home-section-title { margin: 0 0 34px; text-align: center; }
.home-section-title h2 { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 8px; color: #1f2329; font-size: 1.75rem; line-height: 1.4; }
.home-section-title h2::before, .home-section-title h2::after { content: ""; width: 72px; height: 1px; background: #1a6bff; }
.home-section-title p { margin: 0; color: #6b7280; font-size: .95rem; }
.home-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-card { display: block; overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 2px 12px rgba(17,24,39,.06); color: inherit; transition: transform .25s ease, box-shadow .25s ease; }
.home-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(17,24,39,.16); text-decoration: none; }
.home-card-image { position: relative; aspect-ratio: 5 / 4; overflow: hidden; background: #fff; }
.home-card-image img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.home-card:hover .home-card-image img { transform: scale(1.06); }
.home-card-image::after { content: "查看详情  →"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(0,0,0,.42); opacity: 0; transition: opacity .2s ease; }
.home-card:hover .home-card-image::after { opacity: 1; }
.home-card-name { margin: 0; padding: 14px 16px 18px; color: #1f2329; font-size: .95rem; font-weight: 600; line-height: 1.4; text-align: center; }
.home-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 34px; padding: 10px 26px; border-radius: 999px; background: #1a6bff; color: #fff; font-size: .9rem; }
.home-more:hover { background: #0f56db; color: #fff; text-decoration: none; }
.home-section-footer { text-align: center; }
.home-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-news-card { display: block; padding: 24px; border: 1px solid #e8ecf1; border-radius: 8px; background: #fff; color: inherit; }
.home-news-card:hover { border-color: #1a6bff; text-decoration: none; }
.home-news-meta { margin-bottom: 12px; color: #1a6bff; font-size: .82rem; }
.home-news-card h3 { margin: 0 0 10px; color: #1f2329; font-size: 1.05rem; line-height: 1.5; }
.home-news-card p { margin: 0; color: #6b7280; font-size: .9rem; line-height: 1.7; }
.home-cert-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: start; }
.home-cert-card { display: block; color: inherit; text-align: center; }
.home-cert-card img { display: block; width: 100%; height: 220px; object-fit: contain; background: #fff; }
.home-cert-card span { display: block; padding-top: 10px; color: #4b5563; font-size: .85rem; line-height: 1.5; }
@media (max-width: 1100px) { .home-card-grid, .home-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .home-cert-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .home-page { padding-top: 64px; } .home-seo-title { font-size: 1.55rem; } .home-section { padding: 42px 16px 48px; } .home-section-title h2 { font-size: 1.35rem; } .home-section-title h2::before, .home-section-title h2::after { width: 28px; } .home-card-grid, .home-news-grid, .home-cert-grid { grid-template-columns: 1fr; } .home-cert-card img { height: auto; max-height: 340px; } .home-carousel__arrow { width: 32px; height: 46px; font-size: 30px; } .home-carousel__arrow--prev { left: 8px; } .home-carousel__arrow--next { right: 8px; } .home-carousel__indicators { bottom: 10px; gap: 7px; } .home-carousel__indicator { width: 8px; height: 8px; } }
