/* Homepage hero using the supplied technology-stage background. */
.home-hero-v2-shell,
.home-hero-v2-shell * {
    box-sizing: border-box;
}

.home-hero-v2-shell {
    width: 100%;
    float: none;
    overflow: hidden;
    border-color: rgba(72, 145, 194, 0.72);
    background: #dceef8;
}

.home-hero-v2 {
    position: relative;
    isolation: isolate;
    min-height: 440px;
    aspect-ratio: 1299 / 524;
    padding: 20px 22px;
    display: grid;
    grid-template-columns: minmax(0, 53%) minmax(420px, 47%);
    gap: 0;
    align-items: center;
    overflow: hidden;
    font-family: 'Open Sans', Arial, 'Microsoft YaHei', sans-serif;
    background-color: #dceef8;
}

.home-hero-v2__visual,
.home-hero-v2__panel {
    min-width: 0;
}

.home-hero-v2__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
    overflow: hidden;
}

.home-hero-v2__backdrop {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.home-hero-v2__panel {
    position: relative;
    z-index: 2;
    grid-column: 2;
    align-self: center;
    margin-left: 12px;
    padding: 19px 22px 18px;
    overflow: hidden;
    border: 1px solid rgba(94, 163, 211, 0.55);
    border-radius: 16px;
    background: rgba(248, 252, 255, 0.78);
    box-shadow:
        0 16px 38px rgba(46, 105, 145, 0.13),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.home-hero-v2__eyebrow {
    position: relative;
    margin: 0 0 6px;
    padding-left: 14px;
    color: #0875b8;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.02em;
}

.home-hero-v2__eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    height: 20px;
    border-radius: 3px;
    background: linear-gradient(#00a9ef, #086dc0);
    box-shadow: 0 0 8px rgba(20, 151, 216, 0.34);
}

.home-hero-v2__title {
    width: auto;
    margin: 0 0 11px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 8px;
    align-items: center;
    color: #063f6a;
    font-size: clamp(19px, 1.85vw, 24px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-align: left;
}

.home-hero-v2__title-item {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    white-space: nowrap;
}

.home-hero-v2__title-item::before {
    content: '';
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border-radius: 50%;
    background: linear-gradient(145deg, #19ace9, #076ab8);
    box-shadow: 0 0 0 3px rgba(16, 145, 210, 0.1);
}

html[lang="zh-CN"] .home-hero-v2__title {
    grid-template-columns: repeat(2, max-content);
    column-gap: clamp(26px, 3vw, 34px);
    justify-content: start;
}

.home-hero-v2__features {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-hero-v2__features li {
    min-width: 0;
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    color: #293f4d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.38;
}

.home-hero-v2__icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 50%;
    background: linear-gradient(145deg, #11a4e6, #0766b8);
    box-shadow: 0 5px 12px rgba(7, 107, 182, 0.18);
}

.home-hero-v2__note {
    margin: 9px 0 11px;
    color: #506572;
    font-size: 11px;
    line-height: 1.45;
}

.home-hero-v2__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.home-hero-v2__button {
    min-height: 40px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0871b6;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #1a88d0;
    background: rgba(247, 252, 255, 0.86);
    box-shadow: 0 7px 18px rgba(34, 125, 183, 0.1);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-hero-v2__button:hover,
.home-hero-v2__button:focus {
    color: #075c97;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(34, 125, 183, 0.18);
    transform: translateY(-2px);
}

.home-hero-v2__button:focus-visible {
    outline: 3px solid #ffad61;
    outline-offset: 3px;
}

.home-hero-v2__button--primary {
    color: #ffffff;
    border-color: #0876c2;
    background: linear-gradient(180deg, #0b91dc, #086bb9);
    box-shadow: 0 9px 22px rgba(7, 112, 184, 0.24);
}

.home-hero-v2__button--primary:hover,
.home-hero-v2__button--primary:focus {
    color: #ffffff;
    background: linear-gradient(180deg, #13a5e9, #0879c7);
}

html[lang="en"] .home-hero-v2__eyebrow {
    font-size: 12px;
}

html[lang="en"] .home-hero-v2__title {
    column-gap: 22px;
    font-size: clamp(17px, 1.55vw, 20px);
    line-height: 1.2;
}

html[lang="en"] .home-hero-v2__features li {
    font-size: 11px;
    line-height: 1.35;
}

html[lang="en"] .home-hero-v2__note {
    font-size: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-hero-v2 {
        min-height: 410px;
        padding: 16px;
        grid-template-columns: minmax(0, 52%) minmax(410px, 48%);
    }

    .home-hero-v2__panel {
        margin-left: 8px;
        padding: 17px 18px 16px;
    }

    .home-hero-v2__title {
        column-gap: 18px;
        font-size: 21px;
    }

    html[lang="en"] .home-hero-v2__title {
        column-gap: 16px;
        font-size: 17px;
    }

    .home-hero-v2__features li {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-hero-v2 {
        min-height: 0;
        aspect-ratio: auto;
        padding: 0;
        grid-template-columns: 1fr;
        gap: 0;
        background: #dceef8;
    }

    .home-hero-v2__visual {
        position: relative;
        inset: auto;
        aspect-ratio: 1299 / 524;
        min-height: 0;
    }

    .home-hero-v2__backdrop {
        object-fit: cover;
        object-position: left center;
    }

    .home-hero-v2__panel {
        grid-column: 1;
        margin: 12px;
        padding: 19px 20px 18px;
        background: rgba(248, 252, 255, 0.94);
    }

    .home-hero-v2__eyebrow {
        font-size: 13px;
    }

    .home-hero-v2__title,
    html[lang="en"] .home-hero-v2__title {
        font-size: 22px;
    }

    html[lang="en"] .home-hero-v2__title {
        font-size: 18px;
    }

    .home-hero-v2__features {
        gap: 7px;
    }

    .home-hero-v2__features li,
    html[lang="en"] .home-hero-v2__features li {
        grid-template-columns: 29px minmax(0, 1fr);
        gap: 8px;
        font-size: 12px;
    }

    .home-hero-v2__icon {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .home-hero-v2__note {
        margin: 10px 0 12px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .home-hero-v2-shell {
        margin-top: 104px;
    }

    .home-hero-v2 {
        min-height: 0;
        aspect-ratio: auto;
        padding: 0;
        grid-template-columns: 1fr;
        gap: 0;
        background: #dceef8;
    }

    .home-hero-v2__visual {
        position: relative;
        inset: auto;
        min-height: 0;
        aspect-ratio: 1.32;
    }

    .home-hero-v2__backdrop {
        object-fit: cover;
        object-position: left center;
    }

    .home-hero-v2__panel {
        grid-column: 1;
        margin: 12px;
        padding: 22px 20px 20px;
        background: rgba(248, 252, 255, 0.94);
    }

    .home-hero-v2__title,
    html[lang="en"] .home-hero-v2__title {
        font-size: clamp(19px, 5vw, 22px);
    }

    html[lang="en"] .home-hero-v2__title {
        font-size: 18px;
    }

    .home-hero-v2__features li,
    html[lang="en"] .home-hero-v2__features li {
        font-size: 13px;
    }

    .home-hero-v2__note,
    html[lang="en"] .home-hero-v2__note {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .home-hero-v2__visual {
        aspect-ratio: 1.3;
    }

    .home-hero-v2__panel {
        margin: 10px;
        padding: 19px 16px 17px;
        border-radius: 13px;
    }

    .home-hero-v2__eyebrow,
    html[lang="en"] .home-hero-v2__eyebrow {
        font-size: 12px;
    }

    .home-hero-v2__title,
    html[lang="en"] .home-hero-v2__title {
        column-gap: 14px;
        row-gap: 7px;
        font-size: 18px;
    }

    html[lang="en"] .home-hero-v2__title {
        grid-template-columns: 1fr;
        font-size: 17px;
    }

    .home-hero-v2__features {
        gap: 8px;
    }

    .home-hero-v2__features li,
    html[lang="en"] .home-hero-v2__features li {
        grid-template-columns: 29px minmax(0, 1fr);
        gap: 8px;
        font-size: 12px;
    }

    .home-hero-v2__icon {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .home-hero-v2__actions {
        gap: 8px;
    }

    .home-hero-v2__button {
        min-height: 42px;
        padding: 9px 10px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-v2__button {
        transition: none;
    }
}
