.icon-circle {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e4f1ff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    color: #147bff;
    font-size: 16px;
  }
  
  .title-text {
    font-size: 1.05rem;
    font-weight: 600;
    color: #147bff;
  }
  
  .section-line {
    width: 280px;
    height: 3px;
    background: linear-gradient(to right, #ffffff, #6cb4ee);
    border-radius: 3px;
  }
  
  .card-title {
    font-weight: 700;
  }