:root {
    --agent-blue: #2578f5;
    --agent-blue-dark: #155ed7;
    --agent-navy: #14213b;
    --agent-muted: #718099;
    --agent-line: #e2ebf8;
    --agent-surface: #f5f9ff;
    --agent-orange: #ff9b2f;
}

body.wx-agent-page {
    min-width: 0;
    margin: 0;
    color: var(--agent-navy);
    background: #fff;
    font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.wx-agent-page *,
.wx-agent-page *::before,
.wx-agent-page *::after {
    box-sizing: border-box;
}

.wx-agent-page #nav #navtop21 {
    color: #fff;
}

.wx-agent-page #nav.wx-nav--scrolled #navtop21 {
    color: var(--agent-blue);
}

.agent-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.agent-section-head {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.agent-eyebrow {
    display: inline-block;
    color: var(--agent-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.agent-section-head h2 {
    margin: 12px 0 0;
    color: var(--agent-navy);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35;
}

.agent-section-head p {
    margin: 16px auto 0;
    color: var(--agent-muted);
    font-size: 16px;
    line-height: 1.85;
}

.agent-hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 21%, rgba(115, 194, 255, .36), transparent 27%),
        radial-gradient(circle at 15% 80%, rgba(89, 164, 255, .24), transparent 32%),
        linear-gradient(128deg, #185fdc 0%, #287cf5 52%, #3b91ff 100%);
    color: #fff;
}

.agent-hero::before,
.agent-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 50%;
    pointer-events: none;
}

.agent-hero::before {
    top: -280px;
    left: -180px;
    width: 680px;
    height: 680px;
}

.agent-hero::after {
    right: -230px;
    bottom: -390px;
    width: 760px;
    height: 760px;
}

.agent-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(410px, .95fr);
    gap: 76px;
    align-items: center;
    min-height: 650px;
    padding: 68px 0 88px;
}

.agent-hero-copy .agent-eyebrow {
    color: #fff;
    opacity: .78;
}

.agent-hero-copy h1 {
    max-width: 680px;
    margin: 17px 0 0;
    color: #fff;
    font-size: 53px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 1px;
}

.agent-hero-copy h1 span {
    color: #ffd08b;
}

.agent-hero-copy > p {
    max-width: 650px;
    margin: 23px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.9;
}

.agent-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 22px;
}

.agent-hero-points span {
    position: relative;
    padding-left: 18px;
    color: #fff;
    font-size: 14px;
}

.agent-hero-points span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .12);
}

.agent-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
}

.agent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    height: 50px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.agent-btn:hover {
    transform: translateY(-2px);
}

.agent-btn--primary {
    background: var(--agent-orange);
    color: #fff;
    box-shadow: 0 13px 28px rgba(255, 151, 35, .32);
}

.agent-btn--primary:hover {
    color: #fff;
    box-shadow: 0 17px 34px rgba(255, 151, 35, .42);
}

.agent-btn--ghost {
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.agent-btn--ghost:hover {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.agent-visual {
    position: relative;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 22px;
    background: rgba(17, 78, 189, .54);
    box-shadow: 0 28px 75px rgba(8, 48, 135, .3);
    backdrop-filter: blur(12px);
}

.agent-visual-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agent-visual-head div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.agent-visual-head i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .13);
    color: #fff;
    font-style: normal;
    font-weight: 700;
}

.agent-visual-head strong {
    display: block;
    font-size: 18px;
}

.agent-visual-head span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
}

.agent-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
}

.agent-live::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5be1ae;
    box-shadow: 0 0 0 5px rgba(91, 225, 174, .13);
}

.agent-deal {
    margin-top: 24px;
    padding: 22px;
    border-radius: 15px;
    background: #fff;
    color: var(--agent-navy);
}

.agent-deal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agent-deal-top span {
    color: #8a97aa;
    font-size: 12px;
}

.agent-deal-top strong {
    color: #2dc68a;
    font-size: 12px;
}

.agent-deal h3 {
    margin: 9px 0 0;
    font-size: 23px;
}

.agent-stage {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 22px;
}

.agent-stage div {
    position: relative;
    padding: 14px 8px;
    border-radius: 9px;
    background: #f2f7ff;
    color: #63738c;
    font-size: 11px;
    text-align: center;
}

.agent-stage div::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #8fb9f9;
    border-right: 1px solid #8fb9f9;
    transform: translateY(-50%) rotate(45deg);
}

.agent-stage div:last-child::after {
    display: none;
}

.agent-stage b {
    display: block;
    margin-bottom: 5px;
    color: var(--agent-blue);
    font-size: 15px;
}

.agent-visual-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 13px;
}

.agent-visual-metrics div {
    padding: 14px 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
}

.agent-visual-metrics strong,
.agent-visual-metrics span {
    display: block;
}

.agent-visual-metrics strong {
    color: #fff;
    font-size: 18px;
}

.agent-visual-metrics span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
}

.agent-proof {
    position: relative;
    z-index: 3;
    margin-top: -48px;
}

.agent-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--agent-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(35, 84, 161, .13);
}

.agent-proof-grid div {
    position: relative;
    padding: 27px 30px;
    text-align: center;
}

.agent-proof-grid div + div::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    width: 1px;
    background: var(--agent-line);
}

.agent-proof-grid strong {
    color: var(--agent-blue);
    font-size: 29px;
}

.agent-proof-grid span {
    display: block;
    margin-top: 7px;
    color: var(--agent-muted);
    font-size: 13px;
}

.agent-opportunity {
    padding: 120px 0 96px;
}

.agent-opportunity-grid,
.agent-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.agent-opportunity-card {
    position: relative;
    min-height: 230px;
    padding: 31px 30px;
    overflow: hidden;
    border: 1px solid var(--agent-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(31, 75, 145, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.agent-opportunity-card:hover {
    border-color: #bcd5fa;
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(31, 86, 173, .12);
}

.agent-opportunity-card .num {
    color: #d9e8ff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.agent-opportunity-card h3 {
    margin: 19px 0 0;
    font-size: 21px;
}

.agent-opportunity-card p {
    margin-top: 12px;
    color: var(--agent-muted);
    font-size: 14px;
    line-height: 1.8;
}

.agent-benefits {
    padding: 94px 0 100px;
    background:
        radial-gradient(circle at 11% 24%, rgba(51, 132, 255, .11), transparent 25%),
        linear-gradient(180deg, #f7faff 0%, #eef5ff 100%);
}

.agent-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.agent-benefit-card {
    min-height: 224px;
    padding: 29px;
    border: 1px solid rgba(212, 226, 247, .96);
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    transition: transform .25s ease, box-shadow .25s ease;
}

.agent-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(37, 100, 193, .12);
}

.agent-benefit-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border-radius: 13px;
    background: linear-gradient(145deg, #eaf3ff, #d8e9ff);
    color: var(--agent-blue);
    font-size: 14px;
    font-weight: 700;
}

.agent-benefit-card h3 {
    margin: 20px 0 0;
    font-size: 20px;
}

.agent-benefit-card p {
    margin-top: 11px;
    color: var(--agent-muted);
    font-size: 14px;
    line-height: 1.8;
}

.agent-models {
    padding: 96px 0 104px;
}

.agent-model-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.agent-model-card {
    position: relative;
    padding: 35px 32px 32px;
    overflow: hidden;
    border: 1px solid var(--agent-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(31, 76, 148, .07);
}

.agent-model-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--agent-blue), #73baff);
}

.agent-model-card strong {
    color: var(--agent-blue);
    font-size: 13px;
    letter-spacing: 1px;
}

.agent-model-card h3 {
    margin: 13px 0 0;
    font-size: 23px;
}

.agent-model-card p {
    min-height: 76px;
    margin-top: 12px;
    color: var(--agent-muted);
    font-size: 14px;
    line-height: 1.8;
}

.agent-model-card ul {
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px solid var(--agent-line);
}

.agent-model-card li {
    position: relative;
    margin-top: 10px;
    padding-left: 18px;
    color: #4f5f78;
    font-size: 13px;
}

.agent-model-card li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--agent-blue);
}

.agent-process {
    padding: 94px 0 104px;
    background: #f6f9fe;
}

.agent-process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.agent-process-list::before {
    content: "";
    position: absolute;
    top: 31px;
    right: 9%;
    left: 9%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #93bdfc 10%, #93bdfc 90%, transparent);
}

.agent-process-item {
    position: relative;
    z-index: 1;
    text-align: center;
}

.agent-process-item b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    margin: 0 auto;
    border: 7px solid #f6f9fe;
    border-radius: 50%;
    background: var(--agent-blue);
    color: #fff;
    font-size: 15px;
    box-shadow: 0 9px 22px rgba(37, 120, 245, .25);
}

.agent-process-item h3 {
    margin-top: 20px;
    font-size: 17px;
}

.agent-process-item p {
    margin-top: 9px;
    color: var(--agent-muted);
    font-size: 13px;
    line-height: 1.7;
}

.agent-fit {
    padding: 96px 0;
}

.agent-fit-panel {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(128deg, #172b50 0%, #1b4384 100%);
    box-shadow: 0 24px 60px rgba(20, 45, 89, .18);
}

.agent-fit-copy {
    padding: 56px;
    color: #fff;
}

.agent-fit-copy .agent-eyebrow {
    color: #78b6ff;
}

.agent-fit-copy h2 {
    margin-top: 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1.35;
}

.agent-fit-copy p {
    margin-top: 15px;
    color: rgba(255, 255, 255, .68);
    line-height: 1.8;
}

.agent-fit-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 38px;
}

.agent-fit-list div {
    min-height: 98px;
    padding: 23px 22px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 13px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.agent-fit-list strong {
    display: block;
    font-size: 16px;
}

.agent-fit-list span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
}

.agent-cta {
    position: relative;
    overflow: hidden;
    padding: 88px 0 94px;
    background: linear-gradient(130deg, #236ff0, #328bf9);
    color: #fff;
    text-align: center;
}

.agent-cta::before {
    content: "";
    position: absolute;
    top: -220px;
    left: 50%;
    width: 760px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    transform: translateX(-50%);
}

.agent-cta .agent-container {
    position: relative;
    z-index: 1;
}

.agent-cta h2 {
    color: #fff;
    font-size: 38px;
}

.agent-cta p {
    margin-top: 16px;
    color: rgba(255, 255, 255, .76);
    font-size: 16px;
}

.agent-cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 31px;
}

.agent-cta .agent-phone {
    background: #fff;
    color: var(--agent-blue);
}

.agent-footer {
    padding: 32px 0;
    background: #14213a;
    color: #8f9db4;
    font-size: 13px;
}

.agent-footer .agent-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agent-footer a {
    margin-left: 20px;
    color: #b8c4d7;
}

@media (max-width: 1100px) {
    .agent-hero-inner {
        gap: 38px;
    }

    .agent-hero-copy h1 {
        font-size: 46px;
    }
}

@media (max-width: 980px) {
    .agent-hero-inner {
        grid-template-columns: 1fr;
        padding-top: 74px;
    }

    .agent-hero-copy {
        text-align: center;
    }

    .agent-hero-copy h1,
    .agent-hero-copy > p {
        margin-right: auto;
        margin-left: auto;
    }

    .agent-hero-points,
    .agent-actions {
        justify-content: center;
    }

    .agent-visual {
        width: min(560px, 100%);
        margin: 0 auto;
    }

    .agent-proof {
        margin-top: -34px;
    }

    .agent-opportunity-grid,
    .agent-benefit-grid,
    .agent-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .agent-process-list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 38px;
    }

    .agent-process-list::before {
        display: none;
    }

    .agent-fit-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .agent-container {
        width: calc(100% - 30px);
    }

    .agent-section-head {
        margin-bottom: 34px;
    }

    .agent-section-head h2,
    .agent-fit-copy h2,
    .agent-cta h2 {
        font-size: 28px;
    }

    .agent-section-head p,
    .agent-cta p {
        font-size: 14px;
    }

    .agent-hero-inner {
        min-height: 0;
        padding: 58px 0 94px;
    }

    .agent-hero-copy,
    .agent-visual {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .agent-hero-copy h1 {
        max-width: 100%;
        font-size: 33px;
        overflow-wrap: anywhere;
    }

    .agent-hero-copy > p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.8;
        overflow-wrap: anywhere;
    }

    .agent-hero-points {
        justify-content: center;
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .agent-actions,
    .agent-cta-actions {
        flex-direction: column;
    }

    .agent-btn {
        width: 100%;
    }

    .agent-visual {
        padding: 18px;
        border-radius: 17px;
    }

    .agent-visual-head strong {
        font-size: 15px;
    }

    .agent-live {
        display: none;
    }

    .agent-deal {
        padding: 17px;
    }

    .agent-stage {
        grid-template-columns: repeat(2, 1fr);
    }

    .agent-stage div::after {
        display: none;
    }

    .agent-visual-metrics {
        grid-template-columns: 1fr;
    }

    .agent-proof-grid,
    .agent-opportunity-grid,
    .agent-benefit-grid,
    .agent-model-grid,
    .agent-process-list,
    .agent-fit-list {
        grid-template-columns: 1fr;
    }

    .agent-proof-grid div {
        padding: 21px;
    }

    .agent-proof-grid div + div::before {
        top: 0;
        right: 28px;
        bottom: auto;
        left: 28px;
        width: auto;
        height: 1px;
    }

    .agent-opportunity,
    .agent-benefits,
    .agent-models,
    .agent-process,
    .agent-fit {
        padding: 72px 0;
    }

    .agent-model-card p {
        min-height: 0;
    }

    .agent-process-item {
        display: grid;
        grid-template-columns: 58px 1fr;
        column-gap: 15px;
        text-align: left;
    }

    .agent-process-item b {
        grid-row: 1 / span 2;
        width: 55px;
        height: 55px;
        margin: 0;
    }

    .agent-process-item h3 {
        margin-top: 3px;
    }

    .agent-process-item p {
        margin-top: 5px;
    }

    .agent-fit-copy {
        padding: 38px 25px 22px;
        text-align: center;
    }

    .agent-fit-list {
        padding: 15px 20px 26px;
    }

    .agent-footer .agent-container {
        display: block;
        text-align: center;
    }

    .agent-footer nav {
        margin-top: 13px;
    }

    .agent-footer a {
        margin: 0 8px;
    }
}
