/* ============================================================
   技术资料页 jszl.html
   结构：Hero → 资料下载 → 视频展示 → CTA
   与首页 / yfsl.html / jszc.html / jsfw.html 保持统一：
   品牌红 #E73216 + 品牌橙 #EA5B16、思源黑体、rem 字号节奏、
   WOW fadeInUp 进场动效、991 / 767 响应式断点

   注：本站 html 根字号为 calc(100vw/19.2)，1920 下 1rem = 100px。
   ============================================================ */
.jszl-page {
    background: #f6f8f8;
    color: #625F5D;
}

/* ---------- Hero ---------- */
.jszl-page .jszl-hero {
    background: #101d22;
    color: #fff;
    min-height: 6.6rem;
    overflow: hidden;
    position: relative;
}

/* ---------- Banner 背景图 ----------
   图片由页面 HTML 提供（<div class="jszl-hero-bg"><img src="..."></div>），
   这样每页可单独替换，不再依赖本文件里的统一图片。 */
.jszl-page .jszl-hero-bg {
    inset: 0;
    overflow: hidden;
    position: absolute;
}
.jszl-page .jszl-hero-bg::after {
    background: rgba(16,29,34,.42);
    content: "";
    inset: 0;
    position: absolute;
}
.jszl-page .jszl-hero-bg img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.jszl-hero-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 42px 42px;
    inset: 0;
    position: absolute;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 72%);
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 72%);
}
.jszl-hero-glow {
    background: radial-gradient(circle, rgba(244, 123, 104, .34) 0%, transparent 62%);
    height: 4.6rem;
    position: absolute;
    right: -.6rem;
    top: -1.2rem;
    width: 5.4rem;
}
.jszl-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(3.2rem, 4.6rem);
    min-height: 5.2rem;
    padding-top: .5rem;
    position: relative;
    z-index: 2;
}
.jszl-breadcrumb {
    align-items: center;
    color: rgba(255, 255, 255, .62);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px;
    grid-column: 1/-1;
    margin-bottom: .22rem;
}
.jszl-breadcrumb a { color: rgba(255, 255, 255, .62); }
.jszl-breadcrumb strong { color: #fff; font-weight: 400; }
.jszl-hero-copy {
    align-self: center;
    padding-bottom: .3rem;
}
.jszl-eyebrow {
    color: #f47b68;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .17em;
    line-height: 1.4;
}
.jszl-hero h1 {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.12;
    margin-top: .14rem;
}
.jszl-hero h1 em,
.jszl-download h2 em,
.jszl-video h2 em,
.jszl-cta h2 em {
    color: #f47b68;
    font-style: normal;
}
.jszl-hero-copy > p {
    color: rgba(255, 255, 255, .72);
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.8;
    margin-top: .22rem;
    max-width: 6.4rem;
}
.jszl-hero-actions {
    align-items: center;
    display: flex;
    gap: .26rem;
    margin-top: .32rem;
}
.jszl-primary-action {
    align-items: center;
    background: var(--brand-primary, #E73216);
    border: 1px solid var(--brand-primary, #E73216);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: .12rem;
    line-height: 1;
    padding: .16rem .34rem;
    text-decoration: none;
    transition: background-color .3s, box-shadow .3s, transform .3s;
}
.jszl-primary-action span {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    transition: transform .3s;
}
.jszl-primary-action:hover {
    background: #c92b11;
    box-shadow: 0 10px 24px rgba(231, 50, 22, .3);
    color: #fff;
    transform: translateY(-2px);
}
.jszl-primary-action:hover span { transform: translateX(3px); }
.jszl-text-action {
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    color: rgba(255, 255, 255, .9);
    display: inline-flex;
    font-size: 15px;
    gap: .1rem;
    line-height: 1;
    padding: .16rem .32rem;
    text-decoration: none;
    transition: border-color .3s, color .3s, background-color .3s;
}
.jszl-text-action:hover {
    background: rgba(255, 255, 255, .1);
    border-color: #fff;
    color: #fff;
}
.jszl-hero-badge {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.jszl-badge-halo {
    background: radial-gradient(circle, rgba(244, 123, 104, .5) 0%, transparent 64%);
    border-radius: 50%;
    height: 3.4rem;
    position: absolute;
    width: 3.4rem;
}
.jszl-badge-core {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 2.1rem;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 2.1rem;
}
.jszl-badge-core small {
    color: #f47b68;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}
.jszl-badge-core strong {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.25;
    margin-top: .05rem;
}

/* ---------- 区块通用 ---------- */
.jszl-section-head {
    align-items: flex-end;
    display: flex;
    gap: .4rem;
    justify-content: space-between;
    margin-bottom: .42rem;
}
.jszl-section-head h2,
.jszl-download h2,
.jszl-video h2 {
    color: #231815;
    font-size: clamp(28px, 2.35vw, 42px);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.25;
    margin: .14rem 0 0;
}
.jszl-section-head > p {
    color: #9A9591;
    flex: 0 1 auto;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 .05rem;
    min-width: 4rem;
    text-align: right;
}

/* ============================================================
   一、资料下载
   ============================================================ */
.jszl-download {
    background: #fff;
    padding: .8rem 0;
}

/* 资料分类（紧凑索引条） */
.jszl-cats-grid {
    display: grid;
    gap: .2rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-bottom: .5rem;
}
.jszl-cat-card {
    align-items: center;
    background: #f6f8f8;
    border: 1px solid #f0f2f3;
    border-radius: .1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: .14rem;
    padding: .3rem .16rem .26rem;
    text-align: center;
    transition: background .3s, border-color .3s, box-shadow .3s, transform .3s;
}
.jszl-cat-card:hover {
    background: #fff;
    border-color: rgba(231, 50, 22, .2);
    box-shadow: 0 14px 28px rgba(35, 24, 21, .08);
    transform: translateY(-3px);
}
.jszl-cat-ico {
    align-items: center;
    background: linear-gradient(135deg, var(--brand-primary, #E73216) 0%, var(--brand-orange, #EA5B16) 100%);
    border-radius: 50%;
    box-shadow: 0 8px 16px rgba(231, 50, 22, .2);
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    height: .56rem;
    justify-content: center;
    width: .56rem;
}
.jszl-cat-ico svg { height: .28rem; width: .28rem; }
.jszl-cat-card h3 {
    color: #231815;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}
.jszl-cat-card p {
    color: #9A9591;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

/* 资料列表 */
.jszl-doc-list {
    display: grid;
    gap: .18rem;
}
.jszl-doc-row {
    align-items: center;
    background: #f6f8f8;
    border: 1px solid #f0f2f3;
    border-radius: .12rem;
    box-sizing: border-box;
    display: flex;
    gap: .3rem;
    justify-content: space-between;
    padding: .3rem .34rem;
    transition: background .3s, border-color .3s, box-shadow .3s, transform .3s;
}
.jszl-doc-row:hover {
    background: #fff;
    border-color: rgba(231, 50, 22, .28);
    box-shadow: 0 14px 30px rgba(35, 24, 21, .08);
    transform: translateY(-3px);
}
.jszl-doc-main {
    align-items: center;
    display: flex;
    gap: .26rem;
    min-width: 0;
}
.jszl-doc-tag {
    background: #fff0ec;
    border-radius: .06rem;
    color: var(--brand-primary, #E73216);
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: .1rem .14rem;
}
.jszl-doc-tag[data-type="params"] { background: #fdf3e7; color: var(--brand-orange, #EA5B16); }
.jszl-doc-tag[data-type="white"] { background: #eef4f8; color: #2c6b8f; }
.jszl-doc-tag[data-type="plan"] { background: #f0f4ec; color: #4d7a33; }
.jszl-doc-tag[data-type="cert"] { background: #f4f0f8; color: #6b4d8f; }
.jszl-doc-tag[data-type="soft"] { background: #f0f2f8; color: #3f5a9e; }
.jszl-doc-row h3 {
    color: #231815;
    font-size: clamp(16px, 1.15vw, 18px);
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}
.jszl-doc-row p {
    color: #9A9591;
    font-size: 13px;
    line-height: 1.6;
    margin: .06rem 0 0;
}
.jszl-doc-get {
    align-items: center;
    border: 1px solid rgba(231, 50, 22, .4);
    border-radius: 999px;
    color: var(--brand-primary, #E73216);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    gap: .08rem;
    line-height: 1;
    padding: .12rem .24rem;
    text-decoration: none;
    transition: background-color .3s, color .3s, transform .3s;
}
.jszl-doc-get span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    transition: transform .3s;
}
.jszl-doc-get:hover {
    background: var(--brand-primary, #E73216);
    color: #fff;
    transform: translateY(-2px);
}
.jszl-doc-get:hover span { transform: translateY(2px); }

/* ============================================================
   二、视频展示
   ============================================================ */
.jszl-video {
    background: #f6f8f8;
    padding: .8rem 0;
}
.jszl-video-grid {
    display: grid;
    gap: .34rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.jszl-video-card {
    background: #fff;
    border: 1px solid #f0f2f3;
    border-radius: .12rem;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .3s, box-shadow .3s, transform .3s;
}
.jszl-video-card:hover {
    border-color: rgba(231, 50, 22, .2);
    box-shadow: 0 18px 38px rgba(35, 24, 21, .1);
    transform: translateY(-4px);
}
/* 键盘可达：卡片可 Tab 聚焦，回车 / 空格播放 */
.jszl-video-card:focus-visible {
    border-color: var(--brand-primary, #E73216);
    box-shadow: 0 0 0 3px rgba(231, 50, 22, .28);
    outline: none;
}
.jszl-video-media {
    aspect-ratio: 16 / 10;
    background: #101d22;
    overflow: hidden;
    position: relative;
}
.jszl-video-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
    width: 100%;
}
.jszl-video-card:hover .jszl-video-media img { transform: scale(1.05); }
.jszl-video-media::after {
    background: linear-gradient(transparent 40%, rgba(10, 20, 24, .55));
    content: "";
    inset: 0;
    position: absolute;
}
.jszl-video-play {
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(10, 20, 24, .3);
    display: flex;
    height: .68rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color .3s, transform .3s;
    width: .68rem;
    z-index: 2;
}
.jszl-video-play svg {
    color: var(--brand-primary, #E73216);
    height: .26rem;
    margin-left: 2px;
    width: .26rem;
}
.jszl-video-card:hover .jszl-video-play {
    background: var(--brand-primary, #E73216);
    transform: translate(-50%, -50%) scale(1.08);
}
.jszl-video-card:hover .jszl-video-play svg { color: #fff; }
.jszl-video-body { padding: .3rem .32rem .34rem; }
.jszl-video-tag {
    color: var(--brand-primary, #E73216);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}
.jszl-video-body h3 {
    color: #231815;
    font-size: clamp(17px, 1.3vw, 20px);
    font-weight: 700;
    line-height: 1.4;
    margin: .1rem 0 .08rem;
}
.jszl-video-body p {
    color: #625F5D;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/* ---------- CTA ---------- */
.jszl-cta {
    background: #fff;
    padding: 0 0 .8rem;
}
.jszl-cta-inner {
    align-items: center;
    background: linear-gradient(120deg, #E73216 0%, #EA5B16 100%);
    border-radius: .12rem;
    box-shadow: 0 14px 30px rgba(234, 91, 22, .22);
    color: #fff;
    display: flex;
    gap: .4rem;
    justify-content: space-between;
    overflow: hidden;
    padding: .5rem .6rem;
    position: relative;
}
.jszl-cta-inner::after {
    background: radial-gradient(circle, rgba(255, 255, 255, .3) 0%, transparent 60%);
    content: "";
    height: 3rem;
    position: absolute;
    right: -.6rem;
    top: -1rem;
    width: 3.6rem;
}
.jszl-cta .jszl-eyebrow { color: rgba(255, 255, 255, .82); }
.jszl-cta h2 {
    color: #fff;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    line-height: 1.35;
    margin: .12rem 0 .1rem;
}
.jszl-cta p {
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
.jszl-cta-inner > a {
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
.jszl-cta-inner .jszl-primary-action {
    background: #fff;
    border-color: #fff;
    color: var(--brand-primary, #E73216);
}
.jszl-cta-inner .jszl-primary-action:hover {
    background: #fff3ec;
    border-color: #fff;
    color: var(--brand-primary, #E73216);
}

/* ---------- 响应式 ---------- */
@media (max-width: 991px) {
    .jszl-hero-inner { grid-template-columns: 1fr; }
    .jszl-hero-badge { display: none; }
    .jszl-section-head { align-items: flex-start; flex-direction: column; gap: .1rem; }
    .jszl-section-head > p { max-width: none; text-align: left; }
    .jszl-cats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .jszl-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .jszl-cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 767px) {
    .jszl-hero-inner {
        grid-template-columns: 1fr;
        min-height: 4.8rem;
        padding-top: .34rem;
    }
    .jszl-hero h1 { font-size: clamp(30px, 8vw, 44px); }
    .jszl-download,
    .jszl-video { padding: .62rem 0; }
    .jszl-cats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .16rem; }
    .jszl-cat-card { padding: .24rem .12rem .22rem; }
    .jszl-video-grid { grid-template-columns: 1fr; }
    .jszl-doc-row { align-items: stretch; flex-direction: column; gap: .2rem; padding: .3rem .3rem .34rem; }
    .jszl-doc-main { align-items: flex-start; gap: .18rem; }
    .jszl-doc-get { align-self: flex-start; }
    .jszl-cta-inner { padding: .42rem .36rem; }
}
@media (max-width: 380px) {
    .jszl-hero-actions { align-items: flex-start; flex-direction: column; }
    .jszl-cats-grid { grid-template-columns: 1fr; }
}
