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-clean-hero {
    font-family: 'Karla', -apple-system, sans-serif;
    padding: 160px 24px;
    color: #0f172a;
}

.hero-main-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 100px;
    align-items: start;
}

/* ===== 左侧：文字排版层级 ===== */
.hero-text-content {
    position: relative;
}

.hero-kicker-clean {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #1851e0;
    margin-bottom: 48px;
    display: block;
}

.winsbs-clean-hero h1 {
    font-size: 62px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.05em;
    margin: 0 0 40px;
    color: #0f172a;
}

/* 副标题：增强字重，作为核心逻辑的承载 */
.hero-sub-statement {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #334155;
    margin-bottom: 48px;
    max-width: 680px;
}

.hero-sub-statement strong {
    color: #0f172a;
    font-weight: 800;
}

/* 正文：增加行高，提升阅读舒适度 */
.hero-intro-body {
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
    max-width: 620px;
    margin: 0;
}

.hero-intro-body strong {
    color: #0f172a;
    font-weight: 700;
}

/* ===== 右侧：视觉呈现 ===== */
.hero-image-frame {
    position: relative;
    margin-top: 10px;
}

.hero-image-frame img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px; /* 极小的圆点，保持硬朗感 */
    /* 移除投影和背景色，仅保留图片本身 */
}

/* 极简标注：替代沉重的标签 */
.image-caption {
    margin-top: 24px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 10px;
}

.image-caption::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #cbd5e1;
}

.risk-audit-section {
    font-family: 'Karla', -apple-system, sans-serif;
    padding: 160px 24px;
    color: #0f172a;
}

.risk-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Header: 延续 Hero 的非对称大标题 --- */
.risk-header-main {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 80px;
    margin-bottom: 120px;
    align-items: flex-start;
}

.risk-header-main h2 {
    font-size: 56px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    margin: 0;
}

.risk-header-main .risk-intro-text {
    font-size: 20px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

.risk-header-main .risk-intro-text strong {
    color: #1851e0;
    font-weight: 700;
}

/* --- Grid: 呼吸感排版，摒弃边框 --- */
.risk-analysis-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.risk-analysis-item {
    display: flex;
    flex-direction: column;
}

.risk-meta {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #1851e0;
    margin-bottom: 32px;
    display: block;
}

.risk-analysis-item h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

.risk-analysis-item p {
    font-size: 17px;
    line-height: 1.8;
    color: #475569;
    margin: 0;
}

/* --- Footer: 延续 Hero 的底线设计 --- */
.risk-summary-footer {
    margin-top: 120px;
    padding-top: 60px;
    border-top: 1px solid #0f172a; /* 统一的结论重线 */
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
}

.summary-label {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
}

.summary-content {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #334155;
    letter-spacing: -0.02em;
}

.summary-content strong {
    color: #0f172a;
    font-weight: 800;
}

.regulatory-audit-flow {
    font-family: 'Karla', -apple-system, sans-serif;
    padding: 160px 24px;
    color: #0f172a;
}

.audit-flow-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* --- Header: 延续非对称大字号风格 --- */
.audit-flow-header {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    margin-bottom: 140px;
    align-items: flex-start;
}

.audit-flow-header h2 {
    font-size: 56px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    margin: 0;
}

.audit-flow-header .audit-intro {
    font-size: 21px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* --- List: 纵深线性布局 --- */
.audit-rows-group {
    border-top: 1px solid #0f172a; /* 开启流程的实线 */
}

.audit-step-row {
    display: grid;
    grid-template-columns: 120px 340px 1fr;
    gap: 40px;
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9; /* 极淡的分割线 */
    align-items: start;
}

.step-index {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: #1851e0;
}

.step-stage-box span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    margin-bottom: 16px;
}

.step-stage-box h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.04em;
}

.step-description p {
    font-size: 18px;
    line-height: 1.8;
    color: #475569;
    margin: 0;
    max-width: 640px;
}

/* --- Footer: 统一的结论设计 --- */
.audit-flow-footer {
    margin-top: 100px;
    padding-top: 60px;
    border-top: 1px solid #0f172a;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
}

.audit-footer-label {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
}

.audit-footer-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    color: #334155;
    letter-spacing: -0.02em;
}

.audit-footer-text strong {
    color: #0f172a;
    font-weight: 800;
}

.regulatory-decision-section {
    font-family: 'Karla', -apple-system, sans-serif;
    padding: 140px 24px;
    color: #0f172a;
}

.regulatory-decision-section .decision-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Header ===== */
.regulatory-decision-section .decision-header {
    text-align: center;
    margin-bottom: 120px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.regulatory-decision-section h2 {
    font-size: 52px;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin-bottom: 28px;
}

.regulatory-decision-section .decision-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #64748b;
}

/* ===== Mirror Grid ===== */
.decision-grid {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 80px;
    align-items: start;
}

.decision-divider {
    background: #e2e8f0;
}

.decision-col {
    display: flex;
    flex-direction: column;
}

.decision-tag {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.decision-col.proceed .decision-tag { color: #1851e0; }
.decision-col.stop .decision-tag { color: #b91c1c; }

.decision-col h3 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
    line-height: 1.2;
}

.decision-summary {
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 48px;
}

/* ===== Criteria List ===== */
.decision-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.decision-item {
    padding: 24px 0;
    border-top: 1px solid #f1f5f9;
}

.decision-item strong {
    display: block;
    font-size: 16px;
    color: #0f172a;
    margin-bottom: 4px;
}

.decision-item span {
    font-size: 15px;
    line-height: 1.5;
    color: #64748b;
}

/* ===== Footer ===== */
.decision-footer {
    margin-top: 100px;
    padding-top: 60px;
    border-top: 2px solid #0f172a;
    display: flex;
    gap: 60px;
    align-items: start;
}

.footer-label {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #94a3b8;
    min-width: 160px;
}

.footer-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #334155;
    letter-spacing: -0.01em;
}

.footer-text strong {
    color: #0f172a;
    font-weight: 800;
}

.regulatory-consequence-section {
    font-family: 'Karla', -apple-system, sans-serif;
    padding: 140px 24px;
    color: #0f172a;
    border-top: 1px solid #e5e7eb;
}

.regulatory-consequence-section .consequence-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/* ===== Header ===== */
.regulatory-consequence-section .consequence-header {
    max-width: 900px;
    margin-bottom: 100px;
}

.regulatory-consequence-section h2 {
    font-size: 52px;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
    margin-bottom: 28px;
}

.regulatory-consequence-section .consequence-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #64748b;
}

/* ===== Grid ===== */
.consequence-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.consequence-card {
    padding-top: 36px;
    border-top: 2px solid #0f172a;
}

.consequence-tag {
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #b91c1c;
    margin-bottom: 22px;
}

.consequence-card h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    line-height: 1.2;
}

.consequence-card 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-label {
    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.45;
    color: #334155;
    letter-spacing: -0.02em;
}

.footer-statement strong {
    color: #0f172a;
    font-weight: 800;
}

.winsbs-regulatory-cta-dark {
    font-family: 'Karla', sans-serif;
    padding: 140px 24px;
    background: #0f172a;
    color: #ffffff;
}

.winsbs-regulatory-cta-dark .cta-wrap {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: start;
}

/* ===== Left ===== */
.cta-left h2 {
    font-size: 44px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 28px;
}

.cta-left p {
    font-size: 18px;
    line-height: 1.75;
    color: #cbd5f5;
    max-width: 620px;
    margin-bottom: 36px;
}

.cta-left strong {
    color: #ffffff;
    font-weight: 700;
}

.cta-boundary {
    border-left: 4px solid #1851e0;
    padding-left: 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #e0e7ff;
    max-width: 560px;
}

/* ===== Right / Form ===== */
.cta-form {
    background: #020617;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 36px;
}

.cta-form h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 22px;
    color: #ffffff;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-grid label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    display: block;
    color: #c7d2fe;
}

.form-grid input,
.form-grid textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.15);
    background: #020617;
    color: #ffffff;
}

.form-grid textarea {
    grid-column: 1 / -1;
    min-height: 110px;
}

.cta-btn {
    margin-top: 22px;
    width: 100%;
    min-height: 46px;
    background: #1851e0;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.cta-note {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.6;
    color: #a5b4fc;
}

@media (max-width: 900px) {
    .winsbs-regulatory-cta-dark .cta-wrap {
        grid-template-columns: 1fr;
    }
    .cta-left h2 { font-size: 34px; }
}

/* ===== 响应式适配 ===== */
@media (max-width: 1024px) {
    .hero-main-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .winsbs-clean-hero { padding: 100px 24px; }
    .winsbs-clean-hero h1 { font-size: 44px; }
    .hero-sub-statement { font-size: 20px; }
    .risk-header-main { grid-template-columns: 1fr; gap: 30px; }
    .risk-analysis-grid { grid-template-columns: 1fr; gap: 64px; }
    .risk-summary-footer { grid-template-columns: 1fr; gap: 20px; }
    .risk-header-main h2 { font-size: 42px; }
    .audit-flow-header { grid-template-columns: 1fr; gap: 40px; margin-bottom: 80px; }
    .audit-step-row { grid-template-columns: 1fr; gap: 24px; padding: 60px 0; }
    .audit-flow-footer { grid-template-columns: 1fr; gap: 20px; }
    .audit-flow-header h2 { font-size: 42px; }
    .step-stage-box h3 { font-size: 28px; }
    .decision-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .decision-divider {
        display: none;
    }

    .regulatory-decision-section h2 {
        font-size: 36px;
    }

    .decision-footer {
        flex-direction: column;
        gap: 20px;
    }

    .regulatory-consequence-section h2 {
        font-size: 36px;
    }

    .consequence-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .consequence-footer {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}