
    /* 重置并确保布局紧凑且居中 */
    .gem-wrapper { margin: 0 auto !important; padding: 0 !important; width: 100% !important; max-width: 100% !important; font-family: 'Inter', system-ui, sans-serif; }
    .hero-glow { box-shadow: 0 12px 40px rgba(37, 99, 235, 0.15); }
    .force-center { display: flex; flex-direction: column; align-items: center; text-align: center; }
    /* 优化长文本的阅读体验 */
    .text-rich p { margin-bottom: 1rem; line-height: 1.75; }
