:root {
    --home-hero-ink: #ffffff;
    --home-hero-muted: rgba(255, 255, 255, 0.78);
    --home-hero-line: rgba(255, 255, 255, 0.18);
    --home-hero-gold: #cba174;
    --home-hero-teal: #75d6cd;
    --home-hero-blue: #9db4ff;
}

.home-hero {
    position: relative;
    min-height: 100vh;
    padding: 126px 0 76px !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(180deg, #0d1b2c 0%, #183652 68%, #e0f2fe 100%) !important;
    color: var(--home-hero-ink);
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0 !important;
    background-image: url("../assets/images/wsic-home-hero-bg.png") !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity: 0.9;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 17, 31, 0.8) 0%, rgba(11, 34, 53, 0.55) 48%, rgba(16, 44, 64, 0.56) 100%),
        linear-gradient(180deg, rgba(9, 24, 39, 0.36) 0%, rgba(13, 37, 56, 0.08) 50%, rgba(224, 242, 254, 0.88) 100%);
}

.home-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.home-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.56fr);
    gap: 56px;
    align-items: center;
}

.home-hero__copy {
    max-width: 860px;
}

.home-hero__eyebrow {
    margin: 0 0 18px;
    color: var(--home-hero-gold);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-hero h1 {
    margin: 0;
    max-width: 820px;
    color: #ffffff;
    font-family: "Noto Serif SC", serif;
    font-size: clamp(3.3rem, 5vw, 5.6rem);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
    text-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

.home-hero__subtitle {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.14rem, 1.6vw, 1.42rem);
    font-weight: 900;
}

.home-hero__intro {
    max-width: 760px;
    margin: 16px 0 0;
    color: var(--home-hero-muted);
    font-size: 1.04rem;
    line-height: 1.84;
}

.home-hero__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 38px 0 0;
}

.home-hero__card {
    min-height: 168px;
    padding: 20px;
    border: 1px solid var(--home-hero-line);
    border-radius: 8px;
    background: rgba(13, 39, 60, 0.62);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-hero__card:hover {
    transform: translateY(-4px);
    border-color: rgba(203, 161, 116, 0.62);
    background: rgba(18, 49, 73, 0.76);
}

.home-hero__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 32px;
    margin-bottom: 16px;
    padding: 0 10px;
    border-radius: 8px;
    background: rgba(117, 214, 205, 0.14);
    color: var(--home-hero-teal);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.home-hero__card:nth-child(2) .home-hero__mark {
    background: rgba(203, 161, 116, 0.14);
    color: var(--home-hero-gold);
}

.home-hero__card:nth-child(3) .home-hero__mark {
    background: rgba(157, 180, 255, 0.14);
    color: var(--home-hero-blue);
}

.home-hero__card:nth-child(4) .home-hero__mark {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.home-hero__card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 900;
}

.home-hero__card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.9rem;
    line-height: 1.58;
}

.home-hero__visual {
    position: relative;
    justify-self: end;
    width: min(360px, 100%);
}

.home-hero__visual::before {
    content: "";
    position: absolute;
    inset: 24px -18px -20px 28px;
    border: 1px solid rgba(203, 161, 116, 0.28);
    border-radius: 8px;
    background: rgba(203, 161, 116, 0.08);
}

.home-hero__cover {
    position: relative;
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.home-hero__cover img {
    display: block;
    width: 100%;
    aspect-ratio: 0.72;
    border-radius: 6px;
    background: #fff;
    object-fit: cover;
    object-position: top center;
}

.home-hero__caption {
    display: block;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.5;
    text-align: center;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 32px 0 0;
}

.home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.98rem;
    font-weight: 900;
    text-decoration: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-hero__button:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.48);
}

.home-hero__button.is-primary {
    border-color: var(--home-hero-gold);
    background: var(--home-hero-gold);
    color: #101827;
    box-shadow: 0 16px 34px rgba(203, 161, 116, 0.24);
}

@media (max-width: 1199px) {
    .home-hero {
        padding: 106px 0 64px !important;
    }

    .home-hero__layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-hero__copy {
        max-width: 760px;
    }

    .home-hero__visual {
        justify-self: start;
        width: 260px;
    }

    .home-hero__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-hero {
        min-height: 0;
        padding: 90px 0 42px !important;
    }

    .home-hero::after {
        background: linear-gradient(180deg, rgba(5, 14, 24, 0.9) 0%, rgba(8, 24, 39, 0.72) 56%, rgba(224, 242, 254, 0.32) 100%);
    }

    .home-hero__layout {
        gap: 24px;
    }

    .home-hero h1 {
        font-size: 2.38rem;
        line-height: 1.18;
    }

    .home-hero__eyebrow {
        font-size: 0.76rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }

    .home-hero__subtitle {
        font-size: 1.02rem;
        line-height: 1.5;
    }

    .home-hero__intro {
        font-size: 0.95rem;
        line-height: 1.72;
    }

    .home-hero__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 24px;
    }

    .home-hero__card {
        min-height: 136px;
        padding: 14px;
    }

    .home-hero__mark {
        min-width: 42px;
        height: 28px;
        margin-bottom: 10px;
        font-size: 0.68rem;
    }

    .home-hero__card h3 {
        margin-bottom: 8px;
        font-size: 0.92rem;
    }

    .home-hero__card p {
        display: -webkit-box;
        overflow: hidden;
        font-size: 0.76rem;
        line-height: 1.48;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .home-hero__visual {
        width: 174px;
    }

    .home-hero__cover {
        padding: 9px;
    }

    .home-hero__caption {
        margin-top: 8px;
        font-size: 0.74rem;
    }

    .home-hero__actions {
        gap: 12px;
    }

    .home-hero__button {
        flex: 1 1 150px;
        min-height: 46px;
        padding: 0 14px;
        font-size: 0.88rem;
    }
}






/* ===== HERO SINGLE-COLUMN (封面图移除后:单栏居中) ===== */
.home-hero__layout {
    grid-template-columns: minmax(0, 1fr);
}

.home-hero__main {
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}

.home-hero__actions {
    justify-content: center;
}

/* ===== HERO 大气化增强:压暗杂乱背景线稿 + 光晕层次 ===== */
.home-hero::before {
    opacity: 0.3 !important;
}

.home-hero::after {
    background:
        radial-gradient(1000px 560px at 78% 16%, rgba(203, 161, 116, 0.14), transparent 62%),
        radial-gradient(1100px 640px at 12% 88%, rgba(64, 128, 196, 0.22), transparent 60%),
        linear-gradient(90deg, rgba(5, 17, 31, 0.86) 0%, rgba(11, 34, 53, 0.62) 48%, rgba(10, 30, 48, 0.72) 100%),
        linear-gradient(180deg, rgba(9, 24, 39, 0.55) 0%, rgba(13, 37, 56, 0.14) 55%, rgba(224, 242, 254, 0.9) 100%);
}

/* 标题层次:更大留白与呼吸感 */
.home-hero h1 {
    text-shadow: 0 6px 26px rgba(0, 0, 0, 0.35);
}

.home-hero__eyebrow {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

/* ===== 英文版 H1 专属收敛(英文口号长,需更小字号避免撑爆折行) ===== */
html[lang="en"] .home-hero h1 {
    max-width: 900px;
    font-size: clamp(2.2rem, 3.6vw, 3.7rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
}

@media (max-width: 767px) {
    html[lang="en"] .home-hero h1 {
        font-size: 1.92rem;
        line-height: 1.2;
    }
}


/* ===== RWD-FIX(medium): 单栏居中布局下 .home-hero__main(max-width:940px, margin:auto, text-align:center)内的 .home-hero__co ===== */
/* [RWD-FIX] 平板:单栏居中后 __copy 未随 __main 水平居中,820-1199px 标题块左偏 */
@media (min-width: 768px) and (max-width: 1199px) {
    .home-hero__copy {
        margin-left: auto;
        margin-right: auto;
    }

    .home-hero h1 {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ===== HOME HERO CONTENT ENHANCEMENT ===== */
.home-hero__note {
    max-width: 760px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.82rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.home-hero__intro {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .home-hero__note {
        margin-top: 14px;
        padding: 0 6px;
        font-size: 0.72rem !important;
        line-height: 1.55;
    }
}
