
    .ifp-detail-wrapper { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; }
    .ifp-intro-quote { text-align: center; font-size: 16px; padding: 20px; background: #f0f7ff; border-left: 4px solid #30A0FF; margin-bottom: 30px; border-radius: 4px; color: #1A4F8B; font-weight: 500;}
    .ifp-section-title { font-size: 22px; color: #1A4F8B; border-left: 4px solid #30A0FF; padding-left: 12px; margin: 35px 0 20px; font-weight: bold; text-transform: uppercase; }
    .ifp-paragraph { font-size: 14px; color: #555; margin-bottom: 20px; text-align: justify; }
    .ifp-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 30px; }
    .ifp-feature-card { background: #fff; border: 1px solid #eaeaea; padding: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); text-align: center; transition: transform 0.3s; }
    .ifp-feature-card:hover { transform: translateY(-5px); border-color: #30A0FF; }
    .ifp-step-number { width: 40px; height: 40px; background-color: #30A0FF; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: bold; margin: 0 auto 15px; }
    .ifp-feature-title { font-size: 18px; color: #1A4F8B; margin-bottom: 10px; font-weight: bold; }
    .ifp-feature-text { font-size: 14px; color: #555; }
