
    /* 核心全局设置 */
    .ifp-wrapper * { box-sizing: border-box !important; transition: all 0.3s ease !important; }
    .ifp-wrapper { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important; line-height: 1.7 !important; color: #333 !important; background-color: #ffffff !important; margin: 0 !important; padding: 0 !important; overflow-x: hidden !important; }
    .ifp-container { max-width: 1200px !important; margin: 0 auto !important; padding: 0 20px !important; }
    
    /* 1. Hero Section */
    .ifp-hero { background: linear-gradient(135deg, #30A0FF 0%, #1e7ac7 100%) !important; color: #ffffff !important; padding: 80px 20px 60px !important; text-align: center !important; }
    .ifp-hero-title { font-size: 3rem !important; font-weight: 800 !important; margin: 0 0 20px 0 !important; color: #ffffff !important; text-shadow: 0 2px 10px rgba(0,0,0,0.1) !important; }
    .ifp-event-details { display: flex !important; justify-content: center !important; flex-wrap: wrap !important; gap: 20px !important; margin-top: 30px !important; }
    .ifp-event-item { background: rgba(255, 255, 255, 0.2) !important; padding: 12px 25px !important; border-radius: 50px !important; border: 1px solid rgba(255,255,255,0.3) !important; backdrop-filter: blur(5px) !important; font-weight: 500 !important; color: #fff !important; }
    .ifp-event-item:hover { background: rgba(255, 255, 255, 0.3) !important; transform: scale(1.05) !important; }

    /* 2. Poster Section */
    .ifp-poster { margin: -40px 0 60px !important; text-align: center !important; z-index: 10 !important; position: relative !important; }
    .ifp-poster img { width: 100% !important; max-width: 1100px !important; height: auto !important; border-radius: 15px !important; box-shadow: 0 20px 50px rgba(0,0,0,0.15) !important; }

    /* 3. Common Styles */
    .ifp-section { padding: 80px 20px !important; }
    .ifp-section-alt { background: #f8fbfd !important; }
    .ifp-section-title { font-size: 2.2rem !important; color: #30A0FF !important; margin-bottom: 40px !important; text-align: center !important; font-weight: 700 !important; position: relative !important; padding-bottom: 15px !important; }
    .ifp-section-title::after { content: '' !important; position: absolute !important; bottom: 0 !important; left: 50% !important; transform: translateX(-50%) !important; width: 60px !important; height: 4px !important; background: #30A0FF !important; border-radius: 2px !important; }

    /* 4. Certification (一行四个 + 悬停放大) */
    .ifp-cert-grid { display: flex !important; flex-wrap: wrap !important; gap: 20px !important; justify-content: center !important; }
    .ifp-cert-card { background: #fff !important; padding: 40px 20px !important; border-radius: 12px !important; text-align: center !important; box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important; flex: 1 1 calc(25% - 20px) !important; min-width: 250px !important; border: 1px solid #eee !important; }
    .ifp-cert-card:hover { transform: translateY(-10px) !important; box-shadow: 0 20px 40px rgba(48, 160, 255, 0.15) !important; border-color: #30A0FF !important; }
    .ifp-cert-icon { font-size: 2.5rem !important; margin-bottom: 20px !important; display: block !important; }

    /* 5. Material Module (一行三个 + 左边框动画) */
    .ifp-material-grid { display: flex !important; flex-wrap: wrap !important; gap: 25px !important; justify-content: center !important; }
    .ifp-material-item { display: flex !important; gap: 20px !important; padding: 30px !important; background: #fff !important; border-left: 5px solid #eee !important; flex: 1 1 350px !important; max-width: 380px !important; box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important; }
    .ifp-material-item:hover { border-left-color: #30A0FF !important; transform: translateX(10px) !important; box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important; }
    .ifp-mat-icon { font-size: 2rem !important; flex-shrink: 0 !important; }

    /* 6. Expect Highlights (蓝色背板 + 玻璃态悬停) */
    .ifp-section-primary { background: linear-gradient(135deg, #30A0FF 0%, #1e7ac7 100%) !important; color: #fff !important; }
    .ifp-section-primary .ifp-section-title { color: #fff !important; }
    .ifp-section-primary .ifp-section-title::after { background: #fff !important; }
    .ifp-grid-3 { display: flex !important; flex-wrap: wrap !important; gap: 25px !important; justify-content: center !important; }
    .ifp-card-glass { background: rgba(255, 255, 255, 0.1) !important; border: 1px solid rgba(255,255,255,0.2) !important; padding: 35px 25px !important; border-radius: 15px !important; flex: 1 1 300px !important; max-width: 360px !important; text-align: center !important; }
    .ifp-card-glass:hover { background: rgba(255, 255, 255, 0.2) !important; transform: scale(1.03) !important; box-shadow: 0 15px 30px rgba(0,0,0,0.2) !important; }

    /* 7. Why Choose Us (数字放大动画) */
    .ifp-benefit-card { background: #fff !important; padding: 40px 30px !important; border-radius: 15px !important; text-align: center !important; flex: 1 1 300px !important; max-width: 360px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important; border: 1px solid #f0f0f0 !important; }
    .ifp-benefit-card:hover { transform: translateY(-10px) !important; border-color: #30A0FF !important; }
    .ifp-benefit-num { font-size: 3rem !important; font-weight: 800 !important; color: #eef7ff !important; margin-bottom: -20px !important; display: block !important; }
    .ifp-benefit-card:hover .ifp-benefit-num { color: #30A0FF !important; opacity: 0.2 !important; }

    /* 8. CTA Section (黑底 + 按钮 + 亮绿链接) */
    .ifp-section-dark { background: #000000 !important; color: #ffffff !important; padding: 100px 20px !important; text-align: center !important; }
    .ifp-cta-title { font-size: 2.5rem !important; font-weight: 700 !important; margin-bottom: 25px !important; }
    .ifp-cta-btns { display: flex !important; justify-content: center !important; gap: 20px !important; flex-wrap: wrap !important; margin: 40px 0 !important; }
    .ifp-btn-white { background: #ffffff !important; color: #2E7D32 !important; padding: 18px 40px !important; border-radius: 50px !important; font-weight: 700 !important; text-decoration: none !important; min-width: 260px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; font-size: 1.1rem !important; }
    .ifp-btn-outline { background: transparent !important; color: #ffffff !important; border: 2px solid #ffffff !important; padding: 16px 40px !important; border-radius: 50px !important; font-weight: 700 !important; text-decoration: none !important; min-width: 260px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; font-size: 1.1rem !important; }
    .ifp-btn-white:hover { transform: translateY(-5px) !important; box-shadow: 0 10px 25px rgba(255,255,255,0.3) !important; }
    .ifp-btn-outline:hover { background: #fff !important; color: #000 !important; }
    
    .ifp-contact-links { display: flex !important; justify-content: center !important; gap: 40px !important; flex-wrap: wrap !important; margin-top: 50px !important; padding-top: 40px !important; border-top: 1px solid rgba(255,255,255,0.1) !important; }
    .ifp-contact-link { color: #a5dc86 !important; text-decoration: none !important; font-size: 1.2rem !important; font-weight: 500 !important; }
    .ifp-contact-link:hover { text-decoration: underline !important; opacity: 0.8 !important; }

    /* Footer */
    .ifp-footer { background: #000 !important; color: rgba(255,255,255,0.6) !important; padding: 40px 20px !important; text-align: center !important; font-size: 0.9rem !important; }

    /* Responsive */
    @media (max-width: 992px) {
        .ifp-cert-card { flex: 1 1 calc(50% - 20px) !important; }
    }
    @media (max-width: 768px) {
        .ifp-hero-title { font-size: 2.2rem !important; }
        .ifp-cert-card, .ifp-material-item, .ifp-card-glass, .ifp-benefit-card { flex: 1 1 100% !important; max-width: 100% !important; }
        .ifp-cta-btns { flex-direction: column !important; align-items: center !important; }
        .ifp-btn-white, .ifp-btn-outline { width: 100% !important; }
    }
