/* ==========================================================================
   DIVISION BRIDGE PAGES (The Ultimate Hybrid V2 Theme)
   Uses --primary-orange and --bg-navy from global.css
========================================================================== */

.div-page-wrapper {
    background: #ffffff;
    color: var(--text-main);
}

.div-page-wrapper {
    background: #ffffff;
    color: var(--text-main);
}

/* 👇 就是漏了这一段！锁死网页最大宽度并强制居中 👇 */
.container { 
    max-width: 1180px; 
    margin: 0 auto; 
    padding: 0 2rem; 
    width: 100%;
}

/* ==========================================================================
   1. HERO SECTION (Pure Navy - Text Only Manifesto)
========================================================================== */
.div-hero {
    /* 纯净的深蓝渐变，移除所有发光和杂色 */
    background: linear-gradient(180deg, var(--bg-navy) 0%, #030612 100%);
    color: #ffffff;
    padding: 12rem 0 10rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center; /* 文字绝对居中 */
}

.div-hero .container { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

/* 限制文字最大宽度，保证阅读舒适度 */
.hero-content {
    max-width: 850px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 极简 Kicker 标签 */
.div-kicker { 
    display: inline-flex; align-items: center; gap: 8px; font-size: 0.85rem; 
    font-weight: 800; letter-spacing: 1px; text-transform: uppercase; 
    color: #cbd5e1; margin-bottom: 2rem; 
    background: rgba(255,255,255,0.05); padding: 8px 20px; 
    border-radius: 99px; border: 1px solid rgba(255,255,255,0.1); 
}
.div-kicker .dot { width: 6px; height: 6px; background: var(--primary-orange); border-radius: 50%; }

/* 放大且克制的纯文字标题 */
.div-title { font-size: 4.2rem; font-weight: 900; line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 1.5rem; color: #ffffff; }

/* 副标题 */
.div-lead { font-size: 1.25rem; color: rgba(148, 163, 184, 0.95); line-height: 1.7; margin-bottom: 2.5rem; font-weight: 400; max-width: 700px;}

/* 底部辅助说明文字 */
.div-micro-text { font-size: 0.9rem; color: #94a3b8; margin-top: 2rem; font-weight: 500; }
.div-micro-text strong { color: #ffffff; } /* 去掉橙色强调，改用白色加粗，更克制 */

/* 按钮组居中 */
.div-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* 主按钮：保留品牌橙色作为唯一焦点，弱化阴影 */
.btn-div-primary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; border-radius: 12px;
    background-color: var(--primary-orange); color: #fff;
    font-weight: 800; font-size: 1rem; text-decoration: none;
    transition: all 0.2s ease;
}
.btn-div-primary:hover { background-color: var(--orange-hover); transform: translateY(-2px); color: #fff; }

/* 幽灵按钮 */
.btn-div-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px; border-radius: 12px;
    background-color: transparent; color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 800; font-size: 1rem; text-decoration: none;
    transition: all 0.2s ease;
}
.btn-div-ghost:hover { background-color: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.4); color: #fff;}

/* ==========================================================================
   2. GENERAL SECTIONS (Light & Gray)
========================================================================== */
.div-section { padding: 8rem 0; background: #ffffff; }
.div-section-alt { background: var(--section-bg-light); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.div-grid-2 { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: center; }

.section-header { margin-bottom: 4rem; }
.section-header.center { text-align: center; margin-inline: auto; max-width: 750px;}
.section-title { font-size: 2.8rem; font-weight: 900; letter-spacing: -1px; color: var(--text-main); margin-bottom: 1rem; line-height: 1.2; }
.section-subtitle { font-size: 1.15rem; color: var(--text-muted); line-height: 1.7; font-weight: 500; }

.div-content-col p { font-size: 1.15rem; color: var(--text-muted); margin-bottom: 1.8rem; line-height: 1.8; }
.div-content-col p strong { color: var(--text-main); font-weight: 750; }

/* The Phygital Flow Card */
.div-card { 
    padding: 2.5rem; background: #ffffff; border: 1px solid var(--line); 
    border-radius: 20px; box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08); 
}
.div-card-kicker { font-size: 0.8rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1rem; }

.flow-step { display: flex; gap: 1rem; align-items: center; padding: 1rem; border-radius: 12px; background: var(--section-bg-light); border: 1px solid var(--line); margin-bottom: 1rem; }
.flow-step.active { background: rgba(249, 115, 22, 0.08); border-color: rgba(249, 115, 22, 0.3); }
.flow-step-icon { width: 36px; height: 36px; border-radius: 10px; background: #fff; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-weight: 900; color: var(--text-muted); font-size: 0.9rem;}
.flow-step.active .flow-step-icon { background: var(--primary-orange); color: #fff; border-color: var(--primary-orange); }
.flow-step-text h4 { font-size: 1rem; font-weight: 800; color: var(--text-main); margin: 0 0 2px; }
.flow-step-text p { font-size: 0.85rem; color: var(--text-muted); margin: 0; }

/* ==========================================================================
   3. BENTO GRID (For "What you get" - 2x2 Layout)
========================================================================== */
.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.bento-card { 
    background: #ffffff; border: 1px solid var(--line); padding: 2.5rem; 
    border-radius: 20px; transition: transform 0.2s ease, border-color 0.2s ease;
}
.bento-card:hover { transform: translateY(-4px); border-color: var(--primary-orange); }
.bento-icon { 
    width: 48px; height: 48px; border-radius: 12px; margin-bottom: 1.5rem;
    background: rgba(249, 115, 22, 0.1); border: 1px solid rgba(249, 115, 22, 0.2);
    display: flex; align-items: center; justify-content: center; color: var(--primary-orange);
}
.bento-card h3 { font-size: 1.3rem; font-weight: 850; color: var(--text-main); margin-bottom: 0.8rem; line-height: 1.3; }
.bento-card p { font-size: 1rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* ==========================================================================
   4. BEST FOR (Target Audience List)
========================================================================== */
.bestfor-wrapper { max-width: 800px; margin: 0 auto; }
.bestfor-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 3rem; box-shadow: 0 10px 30px -10px rgba(15,23,42,0.05); }
.bestfor-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.5rem; }
.bestfor-list li { display: flex; gap: 1rem; align-items: flex-start; font-size: 1.1rem; font-weight: 600; color: var(--text-main); line-height: 1.5; }
.bestfor-list i { color: var(--primary-orange); flex-shrink: 0; margin-top: 2px;}

/* ==========================================================================
   5. RECOMMENDED STACKS (Cross-selling Grid)
========================================================================== */
.stack-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.stack-card { 
    background: #fff; border: 1px solid var(--line); padding: 2.5rem; border-radius: 20px;
    display: flex; flex-direction: column; height: 100%; transition: all 0.3s ease;
}
.stack-card:hover { border-color: #cbd5e1; box-shadow: 0 10px 25px -5px rgba(15,23,42,0.05); }
.stack-card h3 { font-size: 1.3rem; font-weight: 850; color: var(--text-main); margin-bottom: 1rem; }
.stack-card p { font-size: 1rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 2rem; flex-grow: 1; }

.stack-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.stack-pill { 
    font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px;
    padding: 6px 12px; border-radius: 6px; background: var(--section-bg-light); 
    border: 1px solid var(--line); color: var(--text-muted);
}

/* Highlighted Stack (The Full Ecosystem) */
.stack-card--highlight { border: 2px solid var(--primary-orange); background: rgba(249, 115, 22, 0.02); position: relative; }
.stack-card--highlight:hover { border-color: var(--primary-orange); box-shadow: 0 15px 35px -10px rgba(249, 115, 22, 0.15); }
.stack-badge { 
    position: absolute; top: -14px; left: 2.5rem; background: var(--primary-orange); color: #fff; 
    font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; 
    padding: 4px 12px; border-radius: 99px; 
}
.stack-card--highlight .stack-pill { background: #fff; border-color: rgba(249, 115, 22, 0.2); color: var(--primary-orange); }

/* ==========================================================================
   6. FINAL CTA & MICRO PROOF
========================================================================== */
.div-final-cta {
    background: linear-gradient(180deg, var(--bg-navy) 0%, #030612 100%);
    color: #fff; padding: 6rem 0 8rem; text-align: center; border-top: 1px solid rgba(255,255,255,0.06);
}

.proof-strip { 
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); 
    border-radius: 20px; padding: 2rem 3rem; margin-bottom: 5rem;
    display: flex; justify-content: space-between; align-items: center; text-align: left;
}
.proof-title { font-size: 1.25rem; font-weight: 850; color: #fff; margin-bottom: 0.5rem; }
.proof-desc { font-size: 1rem; color: #94a3b8; }

/* Responsive */
@media (max-width: 992px) {
    .div-hero .container, .div-grid-2, .bento-grid, .stack-grid { grid-template-columns: 1fr; gap: 3rem; }
    .div-title { font-size: 2.8rem; }
    .proof-strip { flex-direction: column; text-align: center; gap: 2rem; }
}