        .lp-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; color: #6b7280; background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; padding: 5px 16px; box-shadow: 0 1px 6px rgba(0,0,0,.05) }
        .cx-about-section { padding: 32px 0; border-bottom: 1px solid #f0f0f0 }
        .cx-about-section-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px }
        .cx-about-icon { font-size: 18px; color: #1d1d1f }
        .cx-about-title { font-size: 20px; font-weight: 600; color: #1d1d1f; margin: 0; letter-spacing: -.3px }
        .cx-about-text { font-size: 14px; color: #374151; line-height: 1.8; margin-bottom: 12px }
        .cx-about-text:last-child { margin-bottom: 0 }
        .cx-value-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; height: 100%; transition: border-color .15s }
        .cx-value-card:hover { border-color: #d1d5db }
        .cx-value-icon { font-size: 18px; color: #1d1d1f; display: block; margin-bottom: 12px }
        .cx-value-title { font-size: 13px; font-weight: 600; color: #1d1d1f; margin-bottom: 6px }
        .cx-value-text { font-size: 12px; color: #6b7280; line-height: 1.6 }
        .cx-about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; padding: 0 }
        .cx-about-stat { padding: 24px 20px; text-align: center; border-right: 1px solid #f0f0f0 }
        .cx-about-stat:last-child { border-right: none }
        .cx-about-stat-num { font-size: 28px; font-weight: 600; color: #1d1d1f; letter-spacing: -1px; line-height: 1; margin-bottom: 5px }
        .cx-about-stat-label { font-size: 12px; color: #9ca3af }
        .cx-about-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px 28px; flex-wrap: wrap; margin-top: 8px }
        .cx-about-btn-primary { display:inline-flex;align-items:center;font-size:13px;font-weight:500;color:#fff;background:#1d1d1f;border-radius:8px;padding:10px 20px;text-decoration:none;transition:opacity .15s; }
        .cx-about-btn-primary:hover { opacity:.8 }
        .cx-about-btn-ghost { display:inline-flex;align-items:center;font-size:13px;font-weight:500;color:#6b7280;background:transparent;border:1px solid #e5e7eb;border-radius:8px;padding:10px 18px;text-decoration:none;transition:all .15s; }
        .cx-about-btn-ghost:hover { color:#1d1d1f;border-color:#d1d5db }
        @media(max-width:575px) {
            .cx-about-stats { grid-template-columns: repeat(2, 1fr) }
            .cx-about-stat:nth-child(2) { border-right: none }
            .cx-about-stat:nth-child(3) { border-top: 1px solid #f0f0f0 }
            .cx-about-stat:nth-child(4) { border-top: 1px solid #f0f0f0; border-right: none }
        }
