.jxc-page .jxc-hero {
    padding-top: 132px;
}

.jxc-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 56px;
    padding-bottom: 72px;
}

.jxc-hero-inner .hero-content {
    max-width: 760px;
}

.jxc-intro-section {
    padding-top: 68px;
}

.jxc-intro-section .section-heading {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.jxc-content-card {
    max-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 14px 34px rgba(20, 92, 40, .07);
}

.jxc-content {
    padding: 30px;
    color: #45564b;
    font-size: 15.5px;
    line-height: 2;
}

.jxc-content .zi1 {
    display: inline-block;
    margin-top: 14px;
    color: var(--brand-dark);
    font-weight: 800;
}

.jxc-download-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .08)),
        rgba(6, 38, 19, .16);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(5, 31, 10, .18);
    backdrop-filter: blur(14px);
}

.jxc-hero-download {
    align-self: center;
    animation: fadeInUp .8s ease .15s both;
}

.jxc-download-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgba(244, 243, 173, .92), rgba(200, 150, 62, .9));
}

.jxc-download-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    color: #0d3d1a;
    background: rgba(255, 255, 255, .72);
    border-radius: 8px;
}

.jxc-download-icon svg {
    width: 26px;
    height: 26px;
}

.jxc-download-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    color: #f4f3ad;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
}

.jxc-download-card h3 {
    margin: 12px 0 8px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
}

.jxc-download-card p {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

.jxc-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    min-height: 54px;
    margin-top: 22px;
    color: #173520;
    background: linear-gradient(135deg, #fff4a8, #c8963e);
    border-radius: var(--radius);
    box-shadow: 0 14px 30px rgba(200, 150, 62, .34);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.jxc-download-btn:hover,
.jxc-download-btn:focus {
    filter: brightness(1.04);
    box-shadow: 0 18px 38px rgba(200, 150, 62, .44);
    transform: translateY(-1px);
}

.jxc-download-btn span {
    font-size: 15px;
    font-weight: 900;
}

.jxc-download-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.jxc-download-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 980px) {
    .jxc-hero-inner {
        grid-template-columns: 1fr;
        max-width: calc(100% - 48px);
    }

    .jxc-hero-download {
        max-width: 520px;
    }
}

@media (max-width: 720px) {
    .jxc-page .jxc-hero {
        padding-top: 86px;
    }

    .jxc-hero-inner {
        max-width: calc(100% - 28px);
        padding-bottom: 48px;
    }

    .jxc-content {
        padding: 20px;
        font-size: 14.5px;
        line-height: 1.9;
    }
}
