body a{
    text-decoration: none;
}
.box1_0{
    width: 100%;
    padding: 40px 0;
}

.bg-1{
    background: linear-gradient(180deg, #f6f9ff 0%, #eef3ff 100%);
}

.box1_1{
    max-width: 1160px;
    margin: 30px auto 0 auto;
}
.winsbs-ambiguous-hero {
    font-family: 'Karla', sans-serif;
    padding: 110px 24px;
    background: transparent;
    color: #0f172a;
}

.winsbs-ambiguous-hero .hero-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
}

/* ===== Text ===== */
.winsbs-ambiguous-hero .hero-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1851e0;
    margin-bottom: 30px;
}

.winsbs-ambiguous-hero .hero-kicker::after {
    content: "";
    width: 50px;
    height: 1px;
    background: rgba(24, 81, 224, 0.3);
}

.winsbs-ambiguous-hero h1 {
    margin: 0 0 26px;
    font-size: 54px;
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.winsbs-ambiguous-hero .hero-subhead {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
    color: #334155;
    max-width: 640px;
    margin-bottom: 34px;
}

.winsbs-ambiguous-hero .hero-intro {
    font-size: 16px;
    line-height: 1.85;
    color: #64748b;
    max-width: 660px;
    border-left: 3px solid #1851e0;
    padding-left: 28px;
}

.winsbs-ambiguous-hero .hero-intro strong {
    color: #0f172a;
    font-weight: 700;
}

/* ===== Visual ===== */
.winsbs-ambiguous-hero .hero-visual {
    width: 100%;
    min-height: 420px;              /* 关键：不再被比例压缩 */
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
            0 20px 40px -10px rgba(15, 23, 42, 0.1),
            0 10px 20px -15px rgba(15, 23, 42, 0.05);
    background: #f8fafc;
}

.winsbs-ambiguous-hero .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;              /* 真实仓库裁切 */
    object-position: center;
    display: block;
}

.minimal-risk-section {
    font-family: 'Karla', sans-serif;
    padding: 120px 24px;
    color: #0f172a;
}

.minimal-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Section */
.minimal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
    gap: 60px;
}

.minimal-header h2 {
    flex: 1;
    color: #0f172a;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0;
}

.minimal-header .risk-intro {
    flex: 1;
    font-size: 20px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
    padding-top: 10px;
}

.minimal-header strong {
    color: #0f172a;
    font-weight: 700;
    border-bottom: 2px solid #1851e0;
}

/* Grid Section */
.minimal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e2e8f0;
}

.minimal-item {
    padding: 60px 40px 60px 0;
    border-right: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.minimal-item:last-child {
    border-right: none;
    padding-right: 0;
}

.minimal-item:hover .minimal-num {
    transform: translateY(-5px);
    color: #1851e0;
}

.minimal-num {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #94a3b8;
    margin-bottom: 32px;
    transition: all 0.3s ease;
}

.minimal-item h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.minimal-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #64748b;
    margin: 0;
}

/* Insight Footer */
.minimal-footer {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #0f172a;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.insight-label {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.insight-content {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    color: #334155;
}

.evaluation-audit-section {
    font-family: 'Karla', -apple-system, sans-serif;
    padding: 140px 24px;
    color: #0f172a;
}

.audit-container {
    max-width: 1200px;
    margin: 0 auto;
}

.audit-header {
    margin-bottom: 120px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.audit-header h2 {
    font-size: 52px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    margin: 0;
    max-width: 800px;
}

.audit-header p {
    font-size: 21px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
    max-width: 650px;
}

/* --- List: 纵向非对称审计结构 --- */
.audit-list {
    border-top: 1px solid #0f172a; /* 顶部重线开启流程 */
}

.audit-row {
    display: grid;
    grid-template-columns: 100px 300px 1fr; /* 序号 | 标签 | 详情 */
    padding: 60px 0;
    border-bottom: 1px solid #e2e8f0; /* 极淡的底线 */
    align-items: flex-start;
}

.audit-index {
    font-size: 14px;
    font-weight: 800;
    color: #1851e0;
    letter-spacing: 0.1em;
}

.audit-stage {
    padding-right: 40px;
}

.audit-stage .stage-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}

.audit-stage h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.audit-detail p {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    margin: 0;
    max-width: 600px;
}

/* --- Footer: 结论性排版 --- */
.audit-footer {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: start;
}

.footer-label {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #1851e0;
    border-left: 4px solid #1851e0;
    padding-left: 20px;
    height: fit-content;
}

.footer-content {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
    letter-spacing: -0.03em;
}

.footer-content strong {
    color: #1851e0;
    font-weight: 800;
}

.decision-mirror-section {
    font-family: 'Karla', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 140px 24px;
    color: #0f172a;
}

.decision-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Header ===== */
.decision-head {
    text-align: center;
    margin-bottom: 120px;
}

.decision-head h2 {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.1;
    margin: 0 0 32px;
    color: #0f172a;
}

.decision-head p {
    font-size: 20px;
    line-height: 1.6;
    color: #64748b;
    max-width: 820px;
    margin: 0 auto;
}

/* ===== Mirror Grid ===== */
.mirror-grid {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 80px;
    align-items: start;
}

.mirror-divider {
    background: #e2e8f0;
    width: 1px;
}

.mirror-col {
    display: flex;
    flex-direction: column;
}

.mirror-tag {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.mirror-col.proceed .mirror-tag { color: #1851e0; }
.mirror-col.stop .mirror-tag { color: #b91c1c; }

.mirror-col h3 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin: 0 0 24px;
    line-height: 1.2;
    color: #0f172a;
}

.summary-text {
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 48px;
    max-width: 520px;
}

/* ===== Criteria List ===== */
.criteria-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.criteria-item {
    padding: 24px 0;
    border-top: 1px solid #f1f5f9;
}

.criteria-item strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.criteria-item span {
    font-size: 15px;
    line-height: 1.55;
    color: #64748b;
}

/* ===== Footer Framing ===== */
.mirror-footer {
    margin-top: 100px;
    padding-top: 60px;
    border-top: 2px solid #0f172a;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.footer-title {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #94a3b8;
    min-width: 160px;
}

.footer-message {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #334155;
    letter-spacing: -0.01em;
    max-width: 720px;
}

.footer-message strong {
    color: #0f172a;
    font-weight: 800;
}

.composition-consequence-section {
    font-family: 'Karla', -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 140px 24px;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.consequence-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Header ===== */
.consequence-header {
    max-width: 920px;
    margin-bottom: 100px;
}

.consequence-header h2 {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin: 0 0 28px;
    color: #0f172a;
}

.consequence-header p {
    font-size: 20px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* ===== Grid ===== */
.consequence-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.consequence-item {
    padding-top: 36px;
    border-top: 2px solid #0f172a;
}

.consequence-tag {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #b91c1c;
    margin-bottom: 22px;
    display: block;
}

.consequence-item h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    line-height: 1.2;
    color: #0f172a;
}

.consequence-item p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin: 0;
}

/* ===== Footer ===== */
.consequence-footer {
    margin-top: 100px;
    padding-top: 60px;
    border-top: 2px solid #0f172a;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 40px;
    align-items: start;
}

.footer-kicker {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #94a3b8;
}

.footer-statement {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #334155;
    letter-spacing: -0.02em;
    max-width: 760px;
}

.footer-statement strong {
    color: #0f172a;
    font-weight: 800;
}

.winsbs-cta-webhook{
    font-family:'Karla',-apple-system,BlinkMacSystemFont,sans-serif;
    padding:110px 20px;
    background:#0f172a;
    color:#fff;
}
.winsbs-cta-webhook .wrap{
    max-width: 980px;
    margin: 0 auto;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items:start;
}
.winsbs-cta-webhook h2{
    margin:0 0 14px;
    font-size: 42px;
    line-height:1.08;
    font-weight: 800;
    letter-spacing:-0.04em;
}
.winsbs-cta-webhook .lead{
    margin:0 0 18px;
    font-size: 17px;
    line-height:1.7;
    color:#cbd5f5;
    max-width: 520px;
}
.winsbs-cta-webhook .note{
    margin:18px 0 0;
    font-size: 13px;
    line-height:1.6;
    color:#c7d2fe;
    max-width: 520px;
}

/* form */
.winsbs-cta-webhook .form{
    background:#ffffff;
    color:#0f172a;
    border-radius: 4px;
    border:1px solid rgba(255,255,255,0.12);
    padding: 22px;
}
.winsbs-cta-webhook .form h3{
    margin:0 0 14px;
    font-size: 16px;
    font-weight: 800;
    color:#0f172a;
}
.winsbs-cta-webhook .grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.winsbs-cta-webhook .full{ grid-column: 1 / -1; }
.winsbs-cta-webhook label{
    display:block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 6px;
    color:#0f172a;
}
.winsbs-cta-webhook input,
.winsbs-cta-webhook select,
.winsbs-cta-webhook textarea{
    width:100%;
    padding: 10px 10px;
    font-size: 14px;
    border-radius:4px;
    border:1px solid #e5e7eb;
    outline:none;
}
.winsbs-cta-webhook textarea{
    min-height: 110px;
    resize: vertical;
}
.winsbs-cta-webhook .btn{
    margin-top: 14px;
    width:100%;
    min-height: 46px;
    background:#1851e0;
    color:#fff;
    border:none;
    border-radius:4px;
    font-weight:800;
    letter-spacing:0.04em;
    text-transform:uppercase;
    cursor:pointer;
}
.winsbs-cta-webhook .btn:disabled{
    background:#94a3b8;
    cursor:not-allowed;
}
.winsbs-cta-webhook .msg{
    margin-top:10px;
    font-size:13px;
    line-height:1.6;
    display:none;
}
.winsbs-cta-webhook .msg.ok{ color:#16a34a; }
.winsbs-cta-webhook .msg.err{ color:#dc2626; }

/* overlay */
.winsbs-cta-webhook .overlay{
    position:fixed; inset:0;
    background: rgba(255,255,255,0.86);
    display:none;
    align-items:center;
    justify-content:center;
    z-index: 9999;
}
.winsbs-cta-webhook .overlay.active{ display:flex; }
.winsbs-cta-webhook .spinner{
    width:36px;height:36px;
    border:3px solid #1851e0;
    border-top:3px solid transparent;
    border-radius:50%;
    animation:spin 1s linear infinite;
    margin:0 auto 12px;
}
.winsbs-cta-webhook .overlay p{
    margin:0;
    font-size:16px;
    color:#1851e0;
    font-weight:600;
    text-align:center;
}

@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

/* ===== Mobile ===== */
@media (max-width: 900px) {
    .winsbs-ambiguous-hero {
        padding: 60px 20px;
    }

    .winsbs-ambiguous-hero .hero-wrap {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .winsbs-ambiguous-hero h1 {
        font-size: 38px;
    }

    .winsbs-ambiguous-hero .hero-subhead {
        font-size: 18px;
    }

    .winsbs-ambiguous-hero .hero-intro {
        padding-left: 20px;
    }

    .winsbs-ambiguous-hero .hero-visual {
        min-height: 260px;            /* 防止移动端图片过高 */
    }

    .winsbs-cta-webhook{ padding: 80px 18px; }
    .winsbs-cta-webhook .wrap{ grid-template-columns: 1fr; gap: 22px; }
    .winsbs-cta-webhook h2{ font-size: 32px; }
    .winsbs-cta-webhook .grid{ grid-template-columns: 1fr; }
}

@media (max-width: 1024px) {
    .minimal-header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }
    .minimal-header h2 {
        font-size: 40px;
    }
    .minimal-grid {
        grid-template-columns: 1fr;
    }
    .minimal-item {
        padding: 40px 0;
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
    }
    .minimal-footer {
        grid-template-columns: 1fr;
    }
    .audit-header h2 { font-size: 38px; }
    .audit-row {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 40px 0;
    }
    .audit-footer {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-content { font-size: 22px; }
    .decision-head h2 {
        font-size: 36px;
    }

    .mirror-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .mirror-divider {
        display: none;
    }

    .mirror-footer {
        flex-direction: column;
        gap: 24px;
    }

    .consequence-header h2 {
        font-size: 36px;
    }

    .consequence-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .consequence-footer {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}